Home
last modified time | relevance | path

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

/freebsd/usr.bin/patch/
H A Dpch.c279 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()
H A Dcommon.h71 extern bool ok_to_create_file;
H A Dinp.c155 if (statfailed && ok_to_create_file) { in plan_a()
H A Dpatch.c61 bool ok_to_create_file = false; variable