Searched refs:backup_type (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/usr.bin/patch/
H A Dbackupfile.h17 enum backup_type { enum
34 extern enum backup_type backup_type;
38 enum backup_type get_version(const char *version);
H A Dbackupfile.c31 enum backup_type backup_type = none; variable in typeref:enum:backup_type
49 * is the root directory. Do not call this function if backup_type == none.
57 if (backup_type == simple)
80 if (backup_type == numbered_existing && highest_backup == 0)
223 static enum backup_type backup_types[] = {
232 enum backup_type
H A Dutil.c102 if (backup_type == none || stat(orig, &filestat) != 0)
H A Dpatch.c214 backup_type = get_version(v); /* OK to pass NULL. */
568 if (backup_type == none)
569 backup_type = numbered_existing;
658 backup_type = get_version(optarg);

Completed in 70 milliseconds