Searched refs:getpwnam_r (Results 1 – 7 of 7) sorted by relevance
/bionic/libc/include/ |
D | pwd.h | 92 int getpwnam_r(const char* __name, struct passwd* __pwd, char* __buf, size_t __n, struct passwd** _…
|
/bionic/tests/headers/posix/ |
D | pwd_h.c | 48 FUNCTION(getpwnam_r, int (*f)(const char*, struct passwd*, char*, size_t, struct passwd**)); in pwd_h()
|
/bionic/tests/ |
D | grp_pwd_test.cpp | 126 result = getpwnam_r(username, &pwd_storage, buf, sizeof(buf), &pwd); in check_getpwnam_r() 166 EXPECT_EQ(ENOENT, getpwnam_r(username, &passwd_storage, buf, sizeof(buf), &passwd)); in expect_no_passwd_name() 306 int result = getpwnam_r("root", &pwd_storage, buf + 1, sizeof(buf) - 1, &pwd); in TEST() 332 int result = getpwnam_r("root", &pwd_storage[0], buf[0], sizeof(buf[0]), &pwd[0]); in TEST() 338 result = getpwnam_r("radio", &pwd_storage[1], buf[1], sizeof(buf[1]), &pwd[2]); in TEST() 376 ASSERT_EQ(0, getpwnam_r("root", &pwd_storage, buf, size, &pwd)); in TEST()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 365 getpwnam_r
|
/bionic/libc/bionic/ |
D | grp_pwd.cpp | 603 int getpwnam_r(const char* name, passwd* pwd, char* buf, size_t byte_count, passwd** result) { in getpwnam_r() function
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 470 getpwnam_r; # introduced-arm=12 introduced-arm64=21 introduced-x86=12 introduced-x86_64=21
|
/bionic/libc/ |
D | libc.map.txt | 470 getpwnam_r; # introduced-arm=12 introduced-arm64=21 introduced-x86=12 introduced-x86_64=21
|