Searched refs:temp_directory (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/bsd/pcc/dist/pcc/driver/ |
H A D | path.c | 122 if (temp_directory == NULL) { in output_name() 143 temp_directory = path; in output_name() 145 lf = strlen(temp_directory); in output_name() 151 snprintf(name, len, "%s/%d%s", temp_directory, counter, new_suffix); in output_name()
|
H A D | driver.c | 179 if (temp_directory && rmdir(temp_directory) == -1) in cleanup() 180 warning("removal of ``%s'' failed: %s", temp_directory, in cleanup()
|
/netbsd-src/external/bsd/pcc/dist/pcc/cc/driver/ |
H A D | driver.c | 92 static char *temp_directory; variable 276 if (temp_directory == NULL) { in output_name() 297 temp_directory = path; in output_name() 299 lf = strlen(temp_directory); in output_name() 305 snprintf(name, len, "%s/%d%s", temp_directory, counter, new_suffix); in output_name() 525 if (temp_directory && rmdir(temp_directory) == -1) in cleanup() 526 warning("removal of ``%s'' failed: %s", temp_directory, in cleanup()
|