| /freebsd/contrib/pam-krb5/pam-util/ |
| H A D | vector.c | 184 split_multi_count(const char *string, const char *seps) in split_multi_count() argument 192 if (strchr(seps, *p) != NULL && strchr(seps, p[-1]) == NULL) in split_multi_count() 199 if (strchr(seps, p[-1]) != NULL) in split_multi_count() 214 vector_split_multi(const char *string, const char *seps, struct vector *vector) in vector_split_multi() argument 226 count = split_multi_count(string, seps); in vector_split_multi() 232 if (strchr(seps, *p) != NULL) { in vector_split_multi()
|
| H A D | vector.h | 100 struct vector *vector_split_multi(const char *string, const char *seps,
|
| /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
|