OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nexttok
(Results
1 - 2
of
2
) sorted by null
/system/core/toolbox/
ps.c
21
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
(&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 93 milliseconds