HomeSort by: relevance | last modified time | path
    Searched refs:ok_to_create_file (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/patch/
common.h 83 extern bool ok_to_create_file;
pch.c 264 ok_to_create_file = false;
339 ok_to_create_file = true;
350 ok_to_create_file = true;
382 filearg[0] = posix_name(names, ok_to_create_file);
390 filearg[0] = best_name(names, ok_to_create_file);
398 else if (!ok_to_create_file) {
1513 if (path == NULL && ok_to_create_file &&
1580 if (best == NULL && ok_to_create_file &&
inp.c 162 if (statfailed && ok_to_create_file) {
patch.c 65 bool ok_to_create_file = false; variable in typeref:typename:bool

Completed in 14 milliseconds