Home
last modified time | relevance | path

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

/spdk/lib/util/
H A Dstring.c94 spdk_strsepq(char **stringp, const char *delim) in spdk_strsepq() argument
99 p = *stringp; in spdk_strsepq()
150 *stringp = q; in spdk_strsepq()
152 *stringp = NULL; in spdk_strsepq()
/spdk/include/spdk/
H A Dstring.h106 char *spdk_strsepq(char **stringp, const char *delim);