Lines Matching full:backup
4 * backupfile.c -- make Emacs style backup file names Copyright (C) 1990 Free
32 /* Which type of backup file names are generated. */
37 * numbered) backup file name.
49 * Return the name of the new backup file for file FILE, allocated with
88 * Return the number of the highest-numbered backup file for file FILE in
135 * If BACKUP is a numbered backup of BASE, return its version number;
140 version_number(const char *base, const char *backup, size_t base_length) in version_number() argument
146 if (!strncmp(base, backup, base_length) && in version_number()
147 ISDIGIT((unsigned char)backup[base_length])) { in version_number()
148 for (p = &backup[base_length]; ISDIGIT((unsigned char)*p); ++p) in version_number()
232 * Return the type of backup indicated by VERSION. Unique abbreviations are