Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/libarchive/
HDarchive_util.c237 struct archive_wstring temp_name; in __archive_mktempx() local
248 archive_string_init(&temp_name); in __archive_mktempx()
266 archive_wstrcpy(&temp_name, tmp); in __archive_mktempx()
269 if (archive_wstring_append_from_mbs(&temp_name, tmpdir, in __archive_mktempx()
272 if (temp_name.s[temp_name.length-1] != L'/') in __archive_mktempx()
273 archive_wstrappend_wchar(&temp_name, L'/'); in __archive_mktempx()
277 attr = GetFileAttributesW(temp_name.s); in __archive_mktempx()
283 ws = __la_win_permissive_name_w(temp_name.s); in __archive_mktempx()
302 archive_wstrcat(&temp_name, prefix); in __archive_mktempx()
303 archive_wstrcat(&temp_name, suffix); in __archive_mktempx()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
HDgcc.c1568 static struct temp_name { struct
1574 struct temp_name *next; argument
4727 struct temp_name *t; in do_spec_1()
4856 t = XNEW (struct temp_name); in do_spec_1()
/dragonfly/contrib/gcc-8.0/gcc/
HDgcc.c1950 static struct temp_name { struct
1956 struct temp_name *next; argument
5394 struct temp_name *t; in do_spec_1()
5525 t = XNEW (struct temp_name); in do_spec_1()