OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:relocated_path
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl2/groff/dist/src/libs/libgroff/
relocate.cpp
218
char *
relocated_path
= new char[curr_prefix_len + relative_path_len + 1];
local
219
strcpy(
relocated_path
, curr_prefix);
220
strcat(
relocated_path
, relative_path);
222
fprintf(stderr, "
relocated_path
: %s\n",
relocated_path
);
224
return
relocated_path
;
relocate.cpp
218
char *
relocated_path
= new char[curr_prefix_len + relative_path_len + 1];
local
219
strcpy(
relocated_path
, curr_prefix);
220
strcat(
relocated_path
, relative_path);
222
fprintf(stderr, "
relocated_path
: %s\n",
relocated_path
);
224
return
relocated_path
;
/src/external/gpl3/gdb.old/dist/gdb/
main.c
192
std::string
relocated_path
;
local
207
relocated_path
= gdb_datadir + SLASH_STRING + file.substr (start);
211
relocated_path
= relocate_path (gdb_program_name, file.c_str (),
214
return
relocated_path
;
main.c
192
std::string
relocated_path
;
local
207
relocated_path
= gdb_datadir + SLASH_STRING + file.substr (start);
211
relocated_path
= relocate_path (gdb_program_name, file.c_str (),
214
return
relocated_path
;
/src/external/gpl3/gdb/dist/gdb/
main.c
194
std::string
relocated_path
;
local
209
relocated_path
= gdb_datadir + SLASH_STRING + file.substr (start);
213
relocated_path
= relocate_path (gdb_program_name, file.c_str (),
216
return
relocated_path
;
main.c
194
std::string
relocated_path
;
local
209
relocated_path
= gdb_datadir + SLASH_STRING + file.substr (start);
213
relocated_path
= relocate_path (gdb_program_name, file.c_str (),
216
return
relocated_path
;
Completed in 42 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026