OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sepc2
(Results
1 - 1
of
1
) sorted by relevancy
/src/tests/lib/libc/regex/
split.c
50
char
sepc2
;
local in function:split
66
sepc2
= sep[1]; /* now we can safely pick this up */
73
if (
sepc2
== '\0') {
102
while ((c = *p++) != sepc && c !=
sepc2
)
111
while ((c = *p++) == sepc || c ==
sepc2
)
118
while ((c = *p++) == sepc || c ==
sepc2
)
122
while ((c = *p++) != '\0' && c != sepc && c !=
sepc2
)
128
while ((c = *--p) == sepc || c ==
sepc2
)
Completed in 40 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025