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

/freebsd-current/contrib/netbsd-tests/lib/libc/regex/
H A Dsplit.c213 dosplit(char *string, char *seps) argument
219 nf = split(string, fields, NF, seps);
238 char *seps; member in struct:__anon5208
318 nf = split(buf, fields, RNF, tests[n].seps);
322 tests[n].str, tests[n].seps, nf, tests[n].nf);
334 tests[n].str, tests[n].seps,
/freebsd-current/lib/libc/regex/grot/
H A Dsplit.c182 dosplit(char *string, char *seps) argument
188 nf = split(string, fields, NF, seps);
207 char *seps; member in struct:__anon46
287 nf = split(buf, fields, RNF, tests[n].seps);
291 tests[n].str, tests[n].seps, nf, tests[n].nf);
303 tests[n].str, tests[n].seps,
/freebsd-current/contrib/ntp/libntp/
H A Dntp_random.c322 static long seps [MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 }; variable
438 rand_sep = seps[type];
/freebsd-current/lib/libc/stdlib/
H A Drandom.c104 static const int seps[MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 }; variable
421 implicit.rst_sep = seps[type];
/freebsd-current/tools/tools/netmap/
H A Dnmreplay.c984 const char *seps = " \t\r\n,"; local
999 while (i <l && strchr(seps, src[i]))
1008 while (i <l && !strchr(seps, src[i])) i++;

Completed in 68 milliseconds