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

  /src/usr.bin/patch/
backupfile.h 41 extern const char *simple_backup_suffix;
backupfile.c 47 const char *simple_backup_suffix = "~"; variable in typeref:typename:const char *
68 return concat(file, simple_backup_suffix);
91 return concat(file, simple_backup_suffix);
patch.c 200 v = getenv("SIMPLE_BACKUP_SUFFIX");
202 simple_backup_suffix = v;
204 simple_backup_suffix = ORIGEXT;
522 simple_backup_suffix = savestr(optarg);
util.c 115 if ((origprae && *origprae == 0) || *simple_backup_suffix == 0) {

Completed in 276 milliseconds