Searched refs:response_file (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | collect-utils.cc | 32 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 …]
|
| D | ChangeLog-2007 | 21363 (response_file): New variable. 21364 (collect_exit): Unlink response_file if necessary.
|
| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| D | pex-win32.c | 633 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()
|
| /netbsd/src/external/gpl3/binutils/dist/libiberty/ |
| D | pex-win32.c | 633 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()
|