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

/system/core/toolbox/
H A Dps.c16 static char *nexttoksep(char **strp, char *sep) argument
18 char *p = strsep(strp,sep);
21 static char *nexttok(char **strp) argument
23 return nexttoksep(strp, " ");

Completed in 143 milliseconds