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

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

Completed in 78 milliseconds