Home
last modified time | relevance | path

Searched refs:getpwent_idx (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/private/
Dgrp_pwd.h49 ssize_t getpwent_idx; member
/bionic/libc/bionic/
Dgrp_pwd.cpp587 state->getpwent_idx = 0; in setpwent()
600 if (state->getpwent_idx < 0) { in getpwent()
606 if (state->getpwent_idx < end) { in getpwent()
607 return android_iinfo_to_passwd(state, android_ids + state->getpwent_idx++); in getpwent()
613 if (state->getpwent_idx < end) { in getpwent()
615 state->getpwent_idx++ - start + AID_OEM_RESERVED_START, state); in getpwent()
621 if (state->getpwent_idx < end) { in getpwent()
623 state->getpwent_idx++ - start + AID_OEM_RESERVED_2_START, state); in getpwent()
626 state->getpwent_idx = get_next_app_id(state->getpwent_idx); in getpwent()
628 if (state->getpwent_idx != -1) { in getpwent()
[all …]