Searched refs:temp_file_directory (Results 1 – 4 of 4) sorted by relevance
163 const char *temp_file_directory = "."; variable
526 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()
1628 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()
279 extern const char *temp_file_directory;