Searched refs:temp_name (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_util.c220 struct archive_wstring temp_name; local
229 archive_string_init(&temp_name);
247 archive_wstrcpy(&temp_name, tmp);
250 if (archive_wstring_append_from_mbs(&temp_name, tmpdir,
253 if (temp_name.s[temp_name.length-1] != L'/')
254 archive_wstrappend_wchar(&temp_name, L'/');
257 /* Check if temp_name is a directory. */
258 attr = GetFileAttributesW(temp_name.s);
264 ws = __la_win_permissive_name_w(temp_name
377 struct archive_string temp_name; local
419 struct archive_string temp_name; local
[all...]
/freebsd-10.0-release/contrib/texinfo/info/
H A Dtilde.c185 char *temp_name; local
202 temp_name = xmalloc (1 + strlen (&dirname[1])
205 strcpy (temp_name, temp_home);
207 temp_name[0] = 0;
208 strcat (temp_name, &dirname[1]);
210 dirname = xstrdup (temp_name);
211 free (temp_name);
239 temp_name = xmalloc (1 + strlen (expansion)
241 strcpy (temp_name, expansion);
242 strcat (temp_name,
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Ddwarf2read.c3538 /* We need temp_name around because processing_current_prefix
3540 char *temp_name = alloca (strlen (previous_prefix) local
3542 strcpy (temp_name, previous_prefix);
3543 strcat (temp_name, "::");
3544 strcat (temp_name, name);
3546 processing_current_prefix = temp_name;
/freebsd-10.0-release/contrib/gcc/
H A Dgcc.c1920 static struct temp_name {
1926 struct temp_name *next;
4919 struct temp_name *t;
5019 t = xmalloc (sizeof (struct temp_name));
1909 static struct temp_name { struct

Completed in 141 milliseconds