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