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

/system/extras/su/
H A Dsu.c53 char *nexttok; local
64 nexttok = clobberablegids;
65 tok = strsep(&nexttok, ",");
67 tok = strsep(&nexttok, ",");
76 while ((gids_found < *gids_count) && (tok = strsep(&nexttok, ","))) {
81 if (nexttok && gids_found == *gids_count) {
/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 161 milliseconds