Searched refs:ok_to_create_file (Results 1 – 4 of 4) sorted by relevance
279 ok_to_create_file = false; in intuit_diff_type()371 ok_to_create_file = true; in intuit_diff_type()382 ok_to_create_file = true; in intuit_diff_type()432 filearg[0] = posix_name(names, ok_to_create_file); in intuit_diff_type()440 filearg[0] = best_name(names, ok_to_create_file); in intuit_diff_type()448 else if (!ok_to_create_file) { in intuit_diff_type()1551 if (path == NULL && ok_to_create_file && in posix_name()1611 if (best == NULL && ok_to_create_file) in best_name()
71 extern bool ok_to_create_file;
155 if (statfailed && ok_to_create_file) { in plan_a()
61 bool ok_to_create_file = false; variable