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

/freebsd-11-stable/usr.bin/patch/
H A Dbackupfile.h18 enum backup_type { enum
35 extern enum backup_type backup_type;
39 enum backup_type get_version(const char *version);
H A Dbackupfile.c32 enum backup_type backup_type = none; variable in typeref:enum:backup_type
50 * is the root directory. Do not call this function if backup_type == none.
58 if (backup_type == simple)
81 if (backup_type == numbered_existing && highest_backup == 0)
224 static enum backup_type backup_types[] = {
233 enum backup_type
H A Dpatch.c215 backup_type = get_version(v); /* OK to pass NULL. */
565 if (backup_type == none)
566 backup_type = numbered_existing;
655 backup_type = get_version(optarg);
H A Dutil.c103 if (backup_type == none || stat(orig, &filestat) != 0)

Completed in 71 milliseconds