Lines Matching refs:strsep
442 static char* strsep(char** stringp, const char* delim) {478 /* Yes, I'm using strsep */479 while (NULL != (p_ret = strsep(&p_cur, " \t,"))) {