OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:origpath
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl2/groff/dist/src/libs/libgroff/
searchpath.cpp
119
char *
origpath
= new char[(end - p) + need_slash + namelen + 1];
local
120
memcpy(
origpath
, p, end - p);
122
origpath
[end - p] = '/';
123
strcpy(
origpath
+ (end - p) + need_slash, name);
125
fprintf(stderr, "
origpath
`%s'\n",
origpath
);
127
char *path = relocate(
origpath
);
128
a_delete
origpath
;
local
176
char *
origpath
= new char[(end - p) + need_slash + namelen + 1];
local
177
memcpy(
origpath
, p, end - p)
185
a_delete
origpath
;
local
[
all
...]
Completed in 19 milliseconds
Indexes created Sat Mar 28 00:23:22 UTC 2026