OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rumpprefix
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/librumphijack/
hijack.c
657
static const char *
rumpprefix
;
variable in typeref:typename:const char *
731
if ((
rumpprefix
= strdup(buf)) == NULL)
733
rumpprefixlen = strlen(
rumpprefix
);
1091
if (
rumpprefix
== NULL && nblanket == 0)
1096
if (
rumpprefix
&& plen >= rumpprefixlen) {
1097
if (strncmp(path,
rumpprefix
, rumpprefixlen) == 0
1278
if (pwdinrump &&
rumpprefix
) {
1279
if (
rumpprefix
[rumpprefixlen-1] == '/')
1299
memcpy(bufp,
rumpprefix
, rumpprefixlen);
Completed in 11 milliseconds
Indexes created Thu Oct 23 22:10:10 GMT 2025