Searched defs:strsep (Results 1 – 4 of 4) sorted by relevance
4 char *strsep(char **str, const char *sep) in strsep() function
221 char *strsep(char **stringp, const char *delim) { in strsep() function
440 char * strsep(char **s, const char *ct) in strsep() function