OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rumpprefixlen
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/librumphijack/
hijack.c
658
static size_t
rumpprefixlen
;
variable in typeref:typename:size_t
724
rumpprefixlen
= strlen(buf);
725
if (
rumpprefixlen
< 2)
727
if (buf[
rumpprefixlen
-1] == '/' && strspn(buf, "/") !=
rumpprefixlen
)
733
rumpprefixlen
= strlen(rumpprefix);
1096
if (rumpprefix && plen >=
rumpprefixlen
) {
1097
if (strncmp(path, rumpprefix,
rumpprefixlen
) == 0
1098
&& (plen ==
rumpprefixlen
1099
|| *(path +
rumpprefixlen
) == '/'))
[
all
...]
Completed in 13 milliseconds
Indexes created Wed Oct 15 03:09:54 GMT 2025