HomeSort by: relevance | last modified time | path
    Searched defs:sepc (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/lib/libc/regex/
split.c 49 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 || c == sepc2
    [all...]
  /src/external/bsd/ntp/dist/sntp/
kod_management.c 192 int a, b, sepc, len; local
220 sepc = 0;
224 sepc++;
227 if (sepc != 2) {
236 sepc = 0;

Completed in 50 milliseconds