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

/netbsd-6-1-5-RELEASE/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)

Completed in 46 milliseconds