Searched defs:delims (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_libcdep.cpp32 const char *ExtractToken(const char *str, const char *delims, char **result) { argument
42 const char *ExtractInt(const char *str, const char *delims, int *result) { argument
52 const char *ExtractUptr(const char *str, const char *delims, uptr *result) { argument
62 const char *ExtractSptr(const char *str, const char *delims, sptr *result) { argument
/openbsd-current/gnu/usr.bin/perl/
H A Ddoop.c667 const char * const delims = SvPV_const(delim, delimlen); local

Completed in 139 milliseconds