Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/patch/
H A Dpatch.c94 int backup_if_mismatch = -1;/* create backup file when patch doesn't apply cleanly */ variable
380 if (failed > 0 && backup_if_mismatch > 0 && backup_type == none) in main()
471 {"backup-if-mismatch", no_argument, &backup_if_mismatch, 1}, in get_some_switches()
484 {"no-backup-if-mismatch", no_argument, &backup_if_mismatch, 0}, in get_some_switches()
632 if (backup_if_mismatch == -1) { in get_some_switches()
633 backup_if_mismatch = posix ? 0 : 1; in get_some_switches()