Searched refs:temp_directory (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/driver/
H A Ddriver.c92 static char *temp_directory; variable
276 if (temp_directory == NULL) {
297 temp_directory = path;
299 lf = strlen(temp_directory);
305 snprintf(name, len, "%s/%d%s", temp_directory, counter, new_suffix);
525 if (temp_directory && rmdir(temp_directory) == -1)
526 warning("removal of ``%s'' failed: %s", temp_directory,

Completed in 102 milliseconds