Home
last modified time | relevance | path

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

/dflybsd-src/contrib/grep/lib/
H A Dargmatch.c213 enum backup_type enum
240 static const enum backup_type backup_vals[] =
252 enum backup_type backup_type = no_backups; in main() local
261 backup_type = XARGMATCH ("$VERSION_CONTROL", cp, in main()
265 backup_type = XARGMATCH (getprogname (), argv[1], in main()
269 ARGMATCH_TO_ARGUMENT (backup_type, backup_args, backup_vals)); in main()
/dflybsd-src/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.c33 enum backup_type backup_type = none; variable
59 if (backup_type == simple) in find_backup_file_name()
82 if (backup_type == numbered_existing && highest_backup == 0) in find_backup_file_name()
229 static enum backup_type backup_types[] = {
238 enum backup_type
H A Dpatch.c215 backup_type = get_version(v); /* OK to pass NULL. */ in main()
565 if (backup_type == none) in get_some_switches()
566 backup_type = numbered_existing; in get_some_switches()
655 backup_type = get_version(optarg); in get_some_switches()
H A Dutil.c103 if (backup_type == none || stat(orig, &filestat) != 0) in backup_file()
/dflybsd-src/tools/tools/hammer-backup/
H A Dhammer-backup.sh49 backup_type=0 # Type of backup
167 printf "%s,,,%d,%s,%s,%s\n" ${filename} ${backup_type} ${uuid} \
420 if [ ${backup_type} -eq 2 ]; then
423 backup_type=1
426 if [ ${backup_type} -eq 2 ]; then
429 backup_type=2
508 if [ ${backup_type} -eq 1 ]; then
511 elif [ ${backup_type} -eq 2 ]; then