Home | History | Annotate | Download | only in patch

Lines Matching refs:backup

8  * backupfile.c -- make Emacs style backup file names
40 /* Which type of backup file names are generated. */
45 * numbered) backup file name.
57 * Return the name of the new backup file for file FILE, allocated with
96 * Return the number of the highest-numbered backup file for file FILE in
143 * If BACKUP is a numbered backup of BASE, return its version number;
148 version_number(const char *base, const char *backup, size_t base_length)
154 if (!strncmp(base, backup, base_length) && ISDIGIT(backup[base_length])) {
155 for (p = &backup[base_length]; ISDIGIT(*p); ++p)
239 * Return the type of backup indicated by VERSION. Unique abbreviations are