Searched refs:strp (Results 1 – 1 of 1) sorted by relevance
15 static char *nexttoksep(char **strp, char *sep) in nexttoksep() argument17 char *p = strsep(strp,sep); in nexttoksep()20 static char *nexttok(char **strp) in nexttok() argument22 return nexttoksep(strp, " "); in nexttok()