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

/system/extras/su/
H A Dsu.c35 void pwtoid(const char *tok, uid_t *uid, gid_t *gid) argument
38 pw = getpwnam(tok);
43 uid_t tmpid = atoi(tok);
54 char *tok; local
65 tok = strsep(&nexttok, ",");
66 pwtoid(tok, uid, gid);
67 tok = strsep(&nexttok, ",");
68 if (!tok) {
74 pwtoid(tok, NULL, gid);
76 while ((gids_found < *gids_count) && (tok
[all...]
/system/core/sh/
H A Dparser.c153 int tok; local
161 tok = readtoken();
162 if (tok == TBACKGND) {
185 switch (tok) {
188 tok = readtoken();
191 if (tok == TNL) {
/system/core/adb/
H A Dsysdeps_win32.c2179 char *tok; local
2199 tok = s - 1;
2215 return (tok);

Completed in 115 milliseconds