Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/
H A Dbackupfile.h28 enum backup_type enum
53 enum backup_type backup_type);
54 extern enum backup_type get_version (char const *context, char const *arg);
55 extern enum backup_type xget_version (char const *context, char const *arg);
H A Dbackupfile.c87 find_backup_file_name (const char *file, enum backup_type backup_type) in find_backup_file_name() argument
106 if (backup_type != simple) in find_backup_file_name()
113 if (! (backup_type == numbered_existing && highest_backup == 0)) in find_backup_file_name()
200 static const enum backup_type backup_types[] =
213 enum backup_type
229 enum backup_type
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dbackupfile.h28 enum backup_type enum
53 enum backup_type backup_type);
54 extern enum backup_type get_version (char const *context, char const *arg);
55 extern enum backup_type xget_version (char const *context, char const *arg);
H A Dbackupfile.c87 find_backup_file_name (const char *file, enum backup_type backup_type) in find_backup_file_name() argument
106 if (backup_type != simple) in find_backup_file_name()
113 if (! (backup_type == numbered_existing && highest_backup == 0)) in find_backup_file_name()
200 static const enum backup_type backup_types[] =
213 enum backup_type
229 enum backup_type
H A Dargmatch.c217 enum backup_type enum
244 static const enum backup_type backup_vals[] =
256 enum backup_type backup_type = no_backups; in main() local
267 backup_type = XARGMATCH ("$VERSION_CONTROL", cp, in main()
271 backup_type = XARGMATCH (program_name, argv[1], in main()
275 ARGMATCH_TO_ARGUMENT (backup_type, backup_args, backup_vals)); in main()
/netbsd-src/usr.bin/patch/
H A Dbackupfile.h21 enum backup_type { enum
40 extern enum backup_type backup_type;
44 enum backup_type get_version(const char *version);
H A Dbackupfile.c41 enum backup_type backup_type = undefined; variable
67 if (backup_type == simple) in find_backup_file_name()
90 if (backup_type == numbered_existing && highest_backup == 0) in find_backup_file_name()
233 static enum backup_type backup_types[] = {
242 enum backup_type
H A Dpatch.c209 backup_type = get_version(v); in main()
216 if (backup_type == undefined) in main()
217 backup_type = posix ? none : numbered_existing; in main()
379 enum backup_type saved = backup_type; in main()
380 if (failed > 0 && backup_if_mismatch > 0 && backup_type == none) in main()
381 backup_type = simple; in main()
388 backup_type = saved; in main()
512 if (backup_type == undefined) in get_some_switches()
513 backup_type = numbered_existing; in get_some_switches()
602 backup_type = get_version(optarg); in get_some_switches()
H A Dutil.c108 if (backup_type == none || stat(orig, &filestat) != 0) in backup_file()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsgmerge.c406 enum backup_type backup_type; in main() local
421 backup_type = xget_version (_("backup type"), version_control_string); in main()
422 if (backup_type != none) in main()
424 backup_file = find_backup_file_name (output_file, backup_type); in main()