Home
last modified time | relevance | path

Searched refs:response_file (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcollect-utils.c32 static char *response_file; variable
71 if (response_file && !save_temps) in collect_wait()
73 unlink (response_file); in collect_wait()
74 response_file = NULL; in collect_wait()
128 response_file = make_temp_file (""); in collect_execute()
130 f = fopen (response_file, "w"); in collect_execute()
134 response_file); in collect_execute()
140 response_file); in collect_execute()
146 response_file); in collect_execute()
148 response_arg = concat ("@", response_file, NULL); in collect_execute()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcollect-utils.cc32 static char *response_file; variable
109 if (response_file && !save_temps) in collect_wait()
111 unlink (response_file); in collect_wait()
112 response_file = NULL; in collect_wait()
168 response_file = make_temp_file (""); in collect_execute()
170 response_file = concat (dumppfx, atsuffix, NULL); in collect_execute()
172 f = fopen (response_file, "w"); in collect_execute()
176 response_file); in collect_execute()
182 response_file); in collect_execute()
188 response_file); in collect_execute()
[all …]
H A DChangeLog-200721363 (response_file): New variable.
21364 (collect_exit): Unlink response_file if necessary.
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dpex-win32.c633 char *response_file = make_temp_file (""); in win32_spawn() local
637 obj->remove[obj->remove_count - 1] = response_file; in win32_spawn()
638 int fd = pex_win32_open_write (obj, response_file, 0, 0); in win32_spawn()
649 char *response_arg = concat ("@", response_file, NULL); in win32_spawn()