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

/freebsd-10.1-release/lib/libc/regex/grot/
H A Dsplit.c21 char sepc2; local
37 sepc2 = sep[1]; /* now we can safely pick this up */
44 if (sepc2 == '\0') {
73 while ((c = *p++) != sepc && c != sepc2)
82 while ((c = *p++) == sepc || c == sepc2)
89 while ((c = *p++) == sepc || c == sepc2)
93 while ((c = *p++) != '\0' && c != sepc && c != sepc2)
99 while ((c = *--p) == sepc || c == sepc2)

Completed in 159 milliseconds