Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/make/bin/
H A Dglobals.cc165 const char *temp_file_directory = "."; variable
H A Dmain.cc552 temp_file_directory = strdup(get_current_path()); in main()
565 temp_file_directory = strdup(make_state_dir); in main()
573 temp_file_directory = strdup(tmp_current_path2); in main()
H A Ddoname.cc1638 if((strlen(temp_file_directory) == 1) && in run_command()
1639 (temp_file_directory[0] == '/')) { in run_command()
1642 strcpy(tmp_file_path, temp_file_directory); in run_command()
/illumos-gate/usr/src/cmd/make/include/mk/
H A Ddefs.h286 extern const char *temp_file_directory;