HomeSort by: relevance | last modified time | path
    Searched refs:backup_type (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/patch/
backupfile.h 21 enum backup_type { enum
40 extern enum backup_type backup_type;
44 enum backup_type get_version(const char *version);
backupfile.c 41 enum backup_type backup_type = undefined; variable in typeref:enum:backup_type
59 * is the root directory. Do not call this function if backup_type == none.
67 if (backup_type == simple)
90 if (backup_type == numbered_existing && highest_backup == 0)
233 static enum backup_type backup_types[] = {
242 enum backup_type
patch.c 209 backup_type = get_version(v);
216 if (backup_type == undefined)
217 backup_type = posix ? none : numbered_existing;
379 enum backup_type saved = backup_type;
380 if (failed > 0 && backup_if_mismatch > 0 && backup_type == none)
381 backup_type = simple;
388 backup_type = saved;
512 if (backup_type == undefined)
513 backup_type = numbered_existing
    [all...]
util.c 108 if (backup_type == none || stat(orig, &filestat) != 0)

Completed in 13 milliseconds