Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/patch/
H A Dpatch.c154 bool out_creating, out_existed, patch_seen, remove_file; in main() local
250 out_existed = stat(outname, &statbuf) == 0; in main()
297 reverse_seen = handle_creation(out_existed, in main()
1144 handle_creation(bool out_existed, bool *remove) in handle_creation() argument
1149 if (reverse && out_existed) { in handle_creation()
1156 } else if (!reverse && out_existed) { in handle_creation()