HomeSort by relevance Sort by last modified time
    Searched refs:nexttok (Results 1 - 2 of 2) sorted by null

  /system/core/toolbox/
ps.c 21 static char *nexttok(char **strp) function
83 nexttok(&ptr); // skip pid
91 state = nexttok(&ptr);
92 ppid = atoi(nexttok(&ptr));
93 nexttok(&ptr); // pgrp
94 nexttok(&ptr); // sid
95 nexttok(&ptr); // tty
96 nexttok(&ptr); // tpgid
97 nexttok(&ptr); // flags
98 nexttok(&ptr); // minfl
    [all...]
  /system/extras/su/
su.c 53 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) {

Completed in 482 milliseconds