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

/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_util.c246 struct archive_wstring temp_name; local
258 archive_string_init(&temp_name);
277 archive_wstrcpy(&temp_name, tmp);
280 if (archive_wstring_append_from_mbs(&temp_name, tmpdir,
283 if (temp_name.s[temp_name.length-1] != L'/')
284 archive_wstrappend_wchar(&temp_name, L'/');
287 /* Check if temp_name is a directory. */
288 attr = GetFileAttributesW(temp_name.s);
294 ws = __la_win_permissive_name_w(temp_name
471 struct archive_string temp_name; local
528 struct archive_string temp_name; local
[all...]
/netbsd-current/external/gpl2/texinfo/dist/info/
H A Dtilde.c187 char *temp_name; local
204 temp_name = xmalloc (1 + strlen (&dirname[1])
207 strcpy (temp_name, temp_home);
209 temp_name[0] = 0;
210 strcat (temp_name, &dirname[1]);
212 dirname = xstrdup (temp_name);
213 free (temp_name);
241 temp_name = xmalloc (1 + strlen (expansion)
243 strcpy (temp_name, expansion);
244 strcat (temp_name,
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Darsup.c45 static char *temp_name; variable
155 temp_name = make_tempname (real_name, &temp_fd);
157 if (temp_name == NULL)
165 obfd = bfd_fdopenw (temp_name, NULL, temp_fd);
171 program_name, temp_name);
371 smart_rename (temp_name, real_name, temp_fd, NULL, false);
373 free (temp_name);
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Darsup.c45 static char *temp_name; variable
155 temp_name = make_tempname (real_name, &temp_fd);
157 if (temp_name == NULL)
165 obfd = bfd_fdopenw (temp_name, NULL, temp_fd);
171 program_name, temp_name);
371 smart_rename (temp_name, real_name, temp_fd, NULL, false);
373 free (temp_name);
/netbsd-current/external/gpl3/binutils/usr.bin/ld/
H A DMakefile54 temp_name=$$TEMPLATE_NAME.em; \
56 temp_name=; \
63 echo "e${f}.c: $$temp_name $$script" \
/netbsd-current/external/gpl3/binutils.old/usr.bin/ld/
H A DMakefile53 temp_name=$$TEMPLATE_NAME.em; \
55 temp_name=; \
62 echo "e${f}.c: $$temp_name $$script" \
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dibmi.c475 char* temp_name = uv__strdup(address->name); local
476 char* dot = strrchr(temp_name, '.');
479 if (strlen(temp_name) <= 10) {
480 rc = get_ibmi_physical_address(temp_name, &address->phys_addr);
483 uv__free(temp_name);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Ddarwin-nat.c1837 gdb::char_vector temp_name = make_temp_filename (new_name); local
1838 scoped_fd to_fd (gdb_mkostemp_cloexec (&temp_name[0]));
1839 gdb::unlinker unlink_file_on_error (temp_name.data ());
1843 temp_name.data (), safe_strerror (errno));
1848 temp_name.data (), safe_strerror (errno));
1852 if (rename (temp_name.data (), new_name.c_str ()) != 0)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ddarwin-nat.c1856 gdb::char_vector temp_name = make_temp_filename (new_name); local
1857 scoped_fd to_fd = gdb_mkostemp_cloexec (&temp_name[0]);
1858 gdb::unlinker unlink_file_on_error (temp_name.data ());
1862 temp_name.data (), safe_strerror (errno));
1867 temp_name.data (), safe_strerror (errno));
1871 if (rename (temp_name.data (), new_name.c_str ()) != 0)
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Diresolve.cc51 char temp_name[15 + 2*GFC_MAX_SYMBOL_LEN + 5 + GFC_MAX_SYMBOL_LEN + 1]; local
67 ret = vsnprintf (temp_name, sizeof (temp_name), format, ap);
69 if (ret < 1 || ret >= (int) sizeof (temp_name)) /* Reject truncation. */
71 temp_name[sizeof (temp_name) - 1] = 0;
72 str = temp_name;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Diresolve.c51 char temp_name[15 + 2*GFC_MAX_SYMBOL_LEN + 5 + GFC_MAX_SYMBOL_LEN + 1]; local
67 ret = vsnprintf (temp_name, sizeof (temp_name), format, ap);
69 if (ret < 1 || ret >= (int) sizeof (temp_name)) /* Reject truncation. */
71 temp_name[sizeof (temp_name) - 1] = 0;
72 str = temp_name;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgcc.cc2146 static struct temp_name {
2152 struct temp_name *next;
6257 struct temp_name *t;
6390 t = XNEW (struct temp_name);
2135 static struct temp_name { struct
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgcc.c1973 static struct temp_name {
1979 struct temp_name *next;
5531 struct temp_name *t;
5662 t = XNEW (struct temp_name);

Completed in 443 milliseconds