Searched refs:passwd_state_t (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/bionic/ |
D | grp_pwd.cpp | 90 static void init_passwd_state(passwd_state_t* state) { in init_passwd_state() 91 memset(state, 0, sizeof(passwd_state_t) - sizeof(state->getpwent_idx)); in init_passwd_state() 97 static passwd_state_t* get_passwd_tls_buffer() { in get_passwd_tls_buffer() 103 static passwd* android_iinfo_to_passwd(passwd_state_t* state, in android_iinfo_to_passwd() 436 static passwd* oem_id_to_passwd(uid_t uid, passwd_state_t* state) { in oem_id_to_passwd() 482 static passwd* app_id_to_passwd(uid_t uid, passwd_state_t* state) { in app_id_to_passwd() 520 passwd* getpwuid_internal(uid_t uid, passwd_state_t* state) { in getpwuid_internal() 534 passwd_state_t* state = get_passwd_tls_buffer(); in getpwuid() 538 passwd* getpwnam_internal(const char* login, passwd_state_t* state) { in getpwnam_internal() 558 passwd_state_t* state = get_passwd_tls_buffer(); in getpwnam() [all …]
|
D | grp_pwd_file.h | 75 bool FindById(uid_t id, passwd_state_t* passwd_state); 76 bool FindByName(const char* name, passwd_state_t* passwd_state);
|
D | grp_pwd_file.cpp | 115 bool ToPasswdState(passwd_state_t* passwd_state) { in ToPasswdState() 324 bool PasswdFile::FindById(uid_t id, passwd_state_t* passwd_state) { in FindById() 330 bool PasswdFile::FindByName(const char* name, passwd_state_t* passwd_state) { in FindByName()
|
/bionic/libc/private/ |
D | grp_pwd.h | 44 struct passwd_state_t { struct
|
D | bionic_tls.h | 129 passwd_state_t passwd;
|
/bionic/tests/ |
D | grp_pwd_file_test.cpp | 41 passwd_state_t name_passwd_state; in FindAndCheckPasswdEntry() 53 passwd_state_t id_passwd_state; in FindAndCheckPasswdEntry()
|