Home
last modified time | relevance | path

Searched defs:separators (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/moused/moused/
H A Dutil.c58 next_word(const char **state, size_t *len, const char *separators) in next_word()
97 strv_from_string(const char *in, const char *separators, size_t *num_elements) in strv_from_string()
/freebsd/contrib/ntp/libntp/
H A Dsnprintf.c1001 int separators = (flags & PRINT_F_QUOTE); in fmtint() local
1114 int separators = (flags & PRINT_F_QUOTE); in fmtflt() local
1398 int separators = (digits - ((digits % 3 == 0) ? 1 : 0)) / 3; getnumsep() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp50 inline const char *separators(Style style) { in separators() function