Searched refs:seps (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/netbsd-tests/lib/libc/regex/ |
H A D | split.c | 213 dosplit(char *string, char *seps) in dosplit() argument 219 nf = split(string, fields, NF, seps); in dosplit() 238 char *seps; member 318 nf = split(buf, fields, RNF, tests[n].seps); in regress() 322 tests[n].str, tests[n].seps, nf, tests[n].nf); in regress() 334 tests[n].str, tests[n].seps, in regress()
|
/freebsd/lib/libc/regex/grot/ |
H A D | split.c | 182 dosplit(char *string, char *seps) in dosplit() argument 188 nf = split(string, fields, NF, seps); in dosplit() 207 char *seps; member 287 nf = split(buf, fields, RNF, tests[n].seps); in regress() 291 tests[n].str, tests[n].seps, nf, tests[n].nf); in regress() 303 tests[n].str, tests[n].seps, in regress()
|
/freebsd/contrib/ntp/libntp/ |
H A D | ntp_random.c | 322 static long seps [MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 }; variable 438 rand_sep = seps[type]; in ntp_setstate()
|
/freebsd/lib/libc/stdlib/ |
H A D | random.c | 104 static const int seps[MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 }; variable 421 implicit.rst_sep = seps[type]; in setstate()
|
/freebsd/contrib/one-true-awk/bugs-fixed/ |
H A D | README | 42 12. numeric-subsep, numeric-fs, numeric-output-seps, numerics-rs: If SUBSEP,
|
/freebsd/tools/tools/netmap/ |
H A D | nmreplay.c | 984 const char *seps = " \t\r\n,"; in split_arg() local 999 while (i <l && strchr(seps, src[i])) in split_arg() 1008 while (i <l && !strchr(seps, src[i])) i++; in split_arg()
|
/freebsd/share/dict/ |
H A D | web2 | 178566 seps
|