Home
last modified time | relevance | path

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

/bionic/libc/include/
Dpwd.h92 int getpwnam_r(const char* __name, struct passwd* __pwd, char* __buf, size_t __n, struct passwd** _…
/bionic/tests/headers/posix/
Dpwd_h.c48 FUNCTION(getpwnam_r, int (*f)(const char*, struct passwd*, char*, size_t, struct passwd**)); in pwd_h()
/bionic/tests/
Dgrp_pwd_test.cpp126 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/
Dposix-2013.txt365 getpwnam_r
/bionic/libc/bionic/
Dgrp_pwd.cpp603 int getpwnam_r(const char* name, passwd* pwd, char* buf, size_t byte_count, passwd** result) { in getpwnam_r() function
/bionic/tools/versioner/platforms/
Dlibc.map.txt470 getpwnam_r; # introduced-arm=12 introduced-arm64=21 introduced-x86=12 introduced-x86_64=21
/bionic/libc/
Dlibc.map.txt470 getpwnam_r; # introduced-arm=12 introduced-arm64=21 introduced-x86=12 introduced-x86_64=21