OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getpwent_idx
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/private/
grp_pwd.h
49
ssize_t
getpwent_idx
;
member in struct:passwd_state_t
/bionic/libc/bionic/
grp_pwd.cpp
587
state->
getpwent_idx
= 0;
600
if (state->
getpwent_idx
< 0) {
606
if (state->
getpwent_idx
< end) {
607
return android_iinfo_to_passwd(state, android_ids + state->
getpwent_idx
++);
613
if (state->
getpwent_idx
< end) {
615
state->
getpwent_idx
++ - start + AID_OEM_RESERVED_START, state);
621
if (state->
getpwent_idx
< end) {
623
state->
getpwent_idx
++ - start + AID_OEM_RESERVED_2_START, state);
626
state->
getpwent_idx
= get_next_app_id(state->
getpwent_idx
);
[
all
...]
Completed in 1934 milliseconds