OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tmp_file
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/patch/
backupfile.c
64
char *dir, *base_versions, *
tmp_file
;
local in function:find_backup_file_name
69
tmp_file
= strdup(file);
70
if (
tmp_file
== NULL)
72
base_versions = concat(basename(
tmp_file
), ".~");
73
free(
tmp_file
);
76
tmp_file
= strdup(file);
77
if (
tmp_file
== NULL) {
81
dir = dirname(
tmp_file
);
84
free(
tmp_file
);
89
free(
tmp_file
);
[
all
...]
Completed in 11 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025