Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/string/
Dstrsep.c46 strsep(char **stringp, const char *delim) in strsep() argument
53 if ((s = *stringp) == NULL) in strsep()
64 *stringp = s; in strsep()