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

/system/core/toolbox/
H A Dps.c22 static char *nexttok(char **strp) function
76 nexttok(&ptr); // skip pid
84 state = nexttok(&ptr);
85 ppid = atoi(nexttok(&ptr));
86 nexttok(&ptr); // pgrp
87 nexttok(&ptr); // sid
88 tty = atoi(nexttok(&ptr));
90 nexttok(&ptr); // tpgid
91 nexttok(&ptr); // flags
92 nexttok(
[all...]

Completed in 29 milliseconds