Home
last modified time | relevance | path

Searched defs:delim (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/src/support/android/
Dwchar_support.c16 static int _wc_indelim(wchar_t wc, const wchar_t* delim) { in _wc_indelim()
262 wchar_t *wcstok(wchar_t *s, const wchar_t *delim, wchar_t **last) { in wcstok()
/ndk/sources/host-tools/nawk-20071023/
Dtran.c410 char *qstring(const char *is, int delim) /* collect string up to next delim */ in qstring()
/ndk/sources/host-tools/sed-4.2.1/sed/
Dcompile.c458 int delim; local
/ndk/sources/host-tools/make-3.81/
Dread.c2664 get_next_mword (char *buffer, char *delim, char **startp, unsigned int *length) in get_next_mword()
/ndk/sources/host-tools/sed-4.2.1/lib/
Dregcomp.c3356 unsigned char ch, delim = token->opr.c; in parse_bracket_symbol() local