Searched defs:nexttok (Results 1 - 1 of 1) sorted by relevance

/system/core/toolbox/
H A Dps.c21 static char *nexttok(char **strp) function
79 nexttok(&ptr); // skip pid
87 state = nexttok(&ptr);
88 ppid = atoi(nexttok(&ptr));
89 nexttok(&ptr); // pgrp
90 nexttok(&ptr); // sid
91 tty = atoi(nexttok(&ptr));
93 nexttok(&ptr); // tpgid
94 nexttok(&ptr); // flags
95 nexttok(
[all...]

Completed in 2 milliseconds