OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:found_filename
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/sim/m32c/
trace.c
145
const char *
found_filename
, *slash;
local
149
found_filename
= filename;
152
if (stat (
found_filename
, &s) == 0)
154
slash = strchr (
found_filename
, '/');
157
found_filename
= slash + 1;
165
file = fopen (
found_filename
, "rb");
/src/external/gpl3/gdb.old/dist/sim/rl78/
trace.c
154
const char *
found_filename
, *slash;
local
158
found_filename
= filename;
161
if (stat (
found_filename
, &s) == 0)
163
slash = strchr (
found_filename
, '/');
166
found_filename
= slash + 1;
174
file = fopen (
found_filename
, "rb");
/src/external/gpl3/gdb.old/dist/sim/rx/
trace.c
160
const char *
found_filename
, *slash;
local
162
found_filename
= filename;
165
if (stat (
found_filename
, &s) == 0)
167
slash = strchr (
found_filename
, '/');
170
found_filename
= slash + 1;
178
file = fopen (
found_filename
, "rb");
/src/external/gpl3/gdb/dist/sim/m32c/
trace.c
145
const char *
found_filename
, *slash;
local
149
found_filename
= filename;
152
if (stat (
found_filename
, &s) == 0)
154
slash = strchr (
found_filename
, '/');
157
found_filename
= slash + 1;
165
file = fopen (
found_filename
, "rb");
/src/external/gpl3/gdb/dist/sim/rl78/
trace.c
154
const char *
found_filename
, *slash;
local
158
found_filename
= filename;
161
if (stat (
found_filename
, &s) == 0)
163
slash = strchr (
found_filename
, '/');
166
found_filename
= slash + 1;
174
file = fopen (
found_filename
, "rb");
/src/external/gpl3/gdb/dist/sim/rx/
trace.c
160
const char *
found_filename
, *slash;
local
162
found_filename
= filename;
165
if (stat (
found_filename
, &s) == 0)
167
slash = strchr (
found_filename
, '/');
170
found_filename
= slash + 1;
178
file = fopen (
found_filename
, "rb");
Completed in 16 milliseconds
Indexes created Wed Aug 26 00:26:28 UTC 2026