Home
last modified time | relevance | path

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

/bionic/libc/string/
Dstrsep.c47 strsep(char **stringp, const char *delim) in strsep() argument
54 if ((s = *stringp) == NULL) in strsep()
65 *stringp = s; in strsep()