Searched defs:seps (Results 1 – 6 of 6) sorted by relevance
/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() 214 vector_split_multi(const char *string, const char *seps, struct vector *vector) in vector_split_multi()
|
/freebsd/contrib/netbsd-tests/lib/libc/regex/ |
H A D | split.c | 213 dosplit(char *string, char *seps) in dosplit() 238 char *seps; member
|
/freebsd/lib/libc/regex/grot/ |
H A D | split.c | 182 dosplit(char *string, char *seps) in dosplit() 207 char *seps; member
|
/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
|
/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
|
/freebsd/tools/tools/netmap/ |
H A D | nmreplay.c | 984 const char *seps = " \t\r\n,"; in split_arg() local
|