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 - 2
of
2
) 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
...]
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 22 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025