Home
last modified time | relevance | path

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

/freebsd/usr.bin/patch/
H A Dpatch.c153 bool out_creating, out_existed, patch_seen, remove_file; in main() local
249 out_existed = stat(outname, &statbuf) == 0; in main()
296 reverse_seen = handle_creation(out_existed, in main()
1149 handle_creation(bool out_existed, bool *remove) in handle_creation() argument
1154 if (reverse && out_existed) { in handle_creation()
1161 } else if (!reverse && out_existed) { in handle_creation()