OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Oct 02 01:09:59 GMT 2025