Searched defs:strsep (Results 1 – 3 of 3) sorted by relevance
34 strsep(char **stringp, const char *delim) in strsep() function
48 strsep(char **stringp, const char *delim) in strsep() function
103 # define strsep(s, d) stresep((s), (d), '\0') macro