Searched refs:sepc2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dsplit.c50 char sepc2; local
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)
/freebsd-11-stable/lib/libc/regex/grot/
H A Dsplit.c22 char sepc2; local
38 sepc2 = sep[1]; /* now we can safely pick this up */
45 if (sepc2 == '\0') {
74 while ((c = *p++) != sepc && c != sepc2)
83 while ((c = *p++) == sepc || c == sepc2)
90 while ((c = *p++) == sepc || c == sepc2)
94 while ((c = *p++) != '\0' && c != sepc && c != sepc2)
100 while ((c = *--p) == sepc || c == sepc2)

Completed in 107 milliseconds