OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sepc
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/lib/libc/regex/
split.c
49
char
sepc
= *sep;
local in function:split
57
if (
sepc
== '\0') {
63
sepc
= ' ';
80
while ((c = *p++) !=
sepc
)
88
while ((c = *p++) !=
sepc
)
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
[
all
...]
split.c
49
char
sepc
= *sep;
local in function:split
57
if (
sepc
== '\0') {
63
sepc
= ' ';
80
while ((c = *p++) !=
sepc
)
88
while ((c = *p++) !=
sepc
)
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
[
all
...]
Completed in 20 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025