Searched refs:getpwnam_r (Results 1 – 14 of 14) sorted by relevance
/bionic/libc/include/ |
D | pwd.h | 122 int getpwnam_r(const char*, struct passwd*, char*, size_t, struct passwd**);
|
/bionic/tests/ |
D | stubs_test.cpp | 91 result = getpwnam_r(username, &pwd_storage, buf, sizeof(buf), &pwd); in check_getpwnam_r()
|
/bionic/libc/bionic/ |
D | stubs.cpp | 133 int getpwnam_r(const char* name, passwd* pwd, in getpwnam_r() function
|
/bionic/libc/ |
D | libc.mips64.map | 404 getpwnam_r;
|
D | libc.x86_64.map | 404 getpwnam_r;
|
D | libc.arm64.map | 404 getpwnam_r;
|
D | libc.x86.brillo.map | 471 getpwnam_r;
|
D | libc.mips.brillo.map | 473 getpwnam_r;
|
D | libc.arm.brillo.map | 475 getpwnam_r;
|
D | libc.mips.map | 473 getpwnam_r;
|
D | libc.x86.map | 471 getpwnam_r;
|
D | libc.arm.map | 475 getpwnam_r;
|
D | libc.map.txt | 477 getpwnam_r;
|
/bionic/libc/tools/ |
D | posix-2013.txt | 365 getpwnam_r
|