Home
last modified time | relevance | path

Searched refs:temp_name (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/bsd/libarchive/dist/libarchive/
Darchive_util.c246 struct archive_wstring temp_name; in __archive_mktempx() local
258 archive_string_init(&temp_name); in __archive_mktempx()
277 archive_wstrcpy(&temp_name, tmp); in __archive_mktempx()
280 if (archive_wstring_append_from_mbs(&temp_name, tmpdir, in __archive_mktempx()
283 if (temp_name.length == 0 || in __archive_mktempx()
284 temp_name.s[temp_name.length-1] != L'/') in __archive_mktempx()
285 archive_wstrappend_wchar(&temp_name, L'/'); in __archive_mktempx()
289 attr = GetFileAttributesW(temp_name.s); in __archive_mktempx()
295 ws = __la_win_permissive_name_w(temp_name.s); in __archive_mktempx()
314 archive_wstrcat(&temp_name, prefix); in __archive_mktempx()
[all …]
/netbsd/src/external/gpl3/binutils/dist/binutils/
Darsup.c45 static char *temp_name; variable
155 temp_name = make_tempname (real_name, &temp_fd); in ar_open()
157 if (temp_name == NULL) in ar_open()
165 obfd = bfd_fdopenw (temp_name, NULL, temp_fd); in ar_open()
171 program_name, temp_name); in ar_open()
371 smart_rename (temp_name, real_name, temp_fd, NULL, false); in ar_save()
373 free (temp_name); in ar_save()
DChangeLog2200 * arsup.c (temp_name, real_ofd): New static variables.
/netbsd/src/external/gpl3/binutils/usr.bin/ld/
DMakefile63 echo "e${f}.c: $$temp_name $$script" \
/netbsd/src/external/gpl3/gdb/dist/gdb/
Ddarwin-nat.c1858 gdb::char_vector temp_name = make_temp_filename (new_name); in copy_shell_to_cache() local
1859 scoped_fd to_fd = gdb_mkostemp_cloexec (&temp_name[0]); in copy_shell_to_cache()
1860 gdb::unlinker unlink_file_on_error (temp_name.data ()); in copy_shell_to_cache()
1864 temp_name.data (), safe_strerror (errno)); in copy_shell_to_cache()
1869 temp_name.data (), safe_strerror (errno)); in copy_shell_to_cache()
1873 if (rename (temp_name.data (), new_name.c_str ()) != 0) in copy_shell_to_cache()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgcc.cc2135 static struct temp_name { struct
2141 struct temp_name *next; argument
6235 struct temp_name *t; in do_spec_1()
6368 t = XNEW (struct temp_name); in do_spec_1()
DChangeLog-199917988 option_map, translate_options, make_temp_file, temp_name,