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

/freebsd-10.2-release/contrib/netbsd-tests/lib/libc/regex/
H A Dsplit.c49 char sepc = *sep; local
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 ||
[all...]
/freebsd-10.2-release/lib/libc/regex/grot/
H A Dsplit.c20 char sepc = sep[0]; local
28 if (sepc == '\0') {
34 sepc = ' ';
51 while ((c = *p++) != sepc)
59 while ((c = *p++) != sepc)
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 ||
[all...]
/freebsd-10.2-release/contrib/ntp/sntp/
H A Dkod_management.c190 int a, b, sepc, len; local
218 sepc = 0;
222 sepc++;
225 if (sepc != 2) {
234 sepc = 0;

Completed in 71 milliseconds