Home
last modified time | relevance | path

Searched refs:stringp (Results 1 – 2 of 2) sorted by relevance

/aosp12/bionic/libc/upstream-openbsd/lib/libc/string/
H A Dstrsep.c46 strsep(char **stringp, const char *delim) in strsep() argument
53 if ((s = *stringp) == NULL) in strsep()
64 *stringp = s; in strsep()
/aosp12/system/logging/liblog/
H A Dlogprint.cpp438 static char* strsep(char** stringp, const char* delim) { in strsep() argument
440 char* ret = *stringp; in strsep()
452 *stringp = token; in strsep()