Home
last modified time | relevance | path

Searched refs:strp (Results 1 – 1 of 1) sorted by relevance

/system/core/toolbox/
Dps.c15 static char *nexttoksep(char **strp, char *sep) in nexttoksep() argument
17 char *p = strsep(strp,sep); in nexttoksep()
20 static char *nexttok(char **strp) in nexttok() argument
22 return nexttoksep(strp, " "); in nexttok()