Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dstubs.c124 } stubs_state_t; typedef
129 stubs_state_t* s = _s; in stubs_state_free()
133 static stubs_state_t*
136 stubs_state_t* s = calloc(1, sizeof *s); in stubs_state_alloc()
149 static stubs_state_t*
152 stubs_state_t* s; in __stubs_state()
309 app_id_to_passwd(uid_t uid, stubs_state_t* state) in app_id_to_passwd()
333 app_id_to_group(gid_t gid, stubs_state_t* state) in app_id_to_group()
358 stubs_state_t* state = __stubs_state(); in getpwuid()
375 stubs_state_t* state = __stubs_state(); in getpwnam()
[all …]