Home
last modified time | relevance | path

Searched defs:seps (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/pam-krb5/pam-util/
H A Dvector.c184 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 Dsplit.c213 dosplit(char *string, char *seps) in dosplit()
238 char *seps; member
/freebsd/lib/libc/regex/grot/
H A Dsplit.c182 dosplit(char *string, char *seps) in dosplit()
207 char *seps; member
/freebsd/lib/libc/stdlib/
H A Drandom.c104 static const int seps[MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 }; variable
/freebsd/contrib/ntp/libntp/
H A Dntp_random.c322 static long seps [MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 }; variable
/freebsd/tools/tools/netmap/
H A Dnmreplay.c984 const char *seps = " \t\r\n,"; in split_arg() local