Searched refs:out_existed (Results 1 – 1 of 1) sorted by relevance
154 bool out_creating, out_existed, patch_seen, remove_file; in main() local250 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() argument1149 if (reverse && out_existed) { in handle_creation()1156 } else if (!reverse && out_existed) { in handle_creation()