OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:old_file
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/lto/
lto-object.cc
296
lto_file *
old_file
;
local
298
old_file
= current_out_file;
300
return
old_file
;
/src/external/gpl3/gcc.old/dist/gcc/lto/
lto-object.cc
296
lto_file *
old_file
;
local
298
old_file
= current_out_file;
300
return
old_file
;
/src/external/gpl3/gcc/dist/gcc/
read-md.cc
1070
FILE *input_file, *
old_file
;
local
1114
old_file
= m_read_md_file;
1128
m_read_md_file =
old_file
;
/src/external/gpl3/gcc.old/dist/gcc/
read-md.cc
1070
FILE *input_file, *
old_file
;
local
1114
old_file
= m_read_md_file;
1128
m_read_md_file =
old_file
;
/src/external/bsd/pkg_install/dist/add/
perform.c
1294
char *
old_file
, *new_file;
local
1300
old_file
= pkgdb_pkg_file(pkg->other_version, name);
1303
if (rename(
old_file
, new_file) == -1 && errno != ENOENT) {
1304
warn("%s: can't move %s from %s to %s", pkg->pkgname, name,
old_file
, new_file);
1307
free(
old_file
);
/src/external/gpl3/gdb/dist/gdb/
remote.c
1866
char *
old_file
= remote_pspace_data.get (pspace);
local
1868
xfree (
old_file
);
/src/external/gpl3/gdb.old/dist/gdb/
remote.c
1822
char *
old_file
= remote_pspace_data.get (pspace);
local
1824
xfree (
old_file
);
Completed in 28 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026