Searched defs:delims (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_symbolizer_libcdep.cpp | 32 const char *ExtractToken(const char *str, const char *delims, char **result) { in ExtractToken() argument 42 const char *ExtractInt(const char *str, const char *delims, int *result) { in ExtractInt() argument 52 const char *ExtractUptr(const char *str, const char *delims, uptr *result) { in ExtractUptr() argument 62 const char *ExtractSptr(const char *str, const char *delims, sptr *result) { in ExtractSptr() argument
|
/freebsd/sbin/devfs/ |
H A D | devfs.c | 185 static const char *delims = " \t\n"; in tokenize() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenInstruction.cpp | 398 StringRef delims(","); in ParseConstraints() local
|
/freebsd/sbin/routed/ |
H A D | parms.c | 361 const char *delims, /* for these delimiters */ in parse_quote()
|
/freebsd/contrib/tcsh/ |
H A D | sh.file.c | 694 static const Char delims[] = {' ', '\'', '"', '\t', ';', '&', '<', in tenex() local
|
/freebsd/sbin/routed/rtquery/ |
H A D | rtquery.c | 845 const char *delims, in parse_quote()
|
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_xmit.c | 531 uint8_t delims, in ar5416ChainTxDesc()
|
/freebsd/sbin/rcorder/ |
H A D | rcorder.c | 479 char delims[3] = { '\\', '\\', '\0' }; in crunch_file() local
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | config_file.c | 866 next_component_string(char * begin, const char * delims, char **state) in next_component_string()
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | evdns.c | 3583 static const char *const delims = " \t"; in resolv_conf_parse_line() local 4196 static const char *const delims = " \t"; in evdns_base_parse_hosts_line() local
|
/freebsd/contrib/libevent/ |
H A D | evdns.c | 3583 static const char *const delims = " \t"; in resolv_conf_parse_line() local 4196 static const char *const delims = " \t"; in evdns_base_parse_hosts_line() local
|