Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/make/bin/
H A Dglobals.cc163 const char *temp_file_directory = "."; variable
H A Dmain.cc526 temp_file_directory = strdup(get_current_path()); in main()
539 temp_file_directory = strdup(make_state_dir); in main()
547 temp_file_directory = strdup(tmp_current_path2); in main()
H A Ddoname.cc1628 if((strlen(temp_file_directory) == 1) && in run_command()
1629 (temp_file_directory[0] == '/')) { in run_command()
1632 strcpy(tmp_file_path, temp_file_directory); in run_command()
/titanic_41/usr/src/cmd/make/include/mk/
H A Ddefs.h279 extern const char *temp_file_directory;