Home
last modified time | relevance | path

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

/bionic/libc/include/
Dpwd.h93 int getpwuid_r(uid_t __uid, struct passwd* __pwd, char* __buf, size_t __n, struct passwd** __result…
/bionic/tests/headers/posix/
Dpwd_h.c50 FUNCTION(getpwuid_r, int (*f)(uid_t, struct passwd*, char*, size_t, struct passwd**)); in pwd_h()
/bionic/tests/
Dgrp_pwd_test.cpp111 result = getpwuid_r(uid, &pwd_storage, buf, sizeof(buf), &pwd); in check_getpwuid_r()
152 EXPECT_EQ(ENOENT, getpwuid_r(uid, &passwd_storage, buf, sizeof(buf), &passwd)); in expect_no_passwd_id()
319 int result = getpwuid_r(0, &pwd_storage, buf + 1, sizeof(buf) - 1, &pwd); in TEST()
353 int result = getpwuid_r(0, &pwd_storage[0], buf[0], sizeof(buf[0]), &pwd[0]); in TEST()
359 result = getpwuid_r(1001, &pwd_storage[1], buf[1], sizeof(buf[1]), &pwd[2]); in TEST()
/bionic/libc/tools/
Dposix-2013.txt367 getpwuid_r
/bionic/libc/bionic/
Dgrp_pwd.cpp586 int getpwuid_r(uid_t uid, passwd* pwd, char* buf, size_t byte_count, passwd** result) { in getpwuid_r() function
/bionic/tools/versioner/platforms/
Dlibc.map.txt472 getpwuid_r; # introduced-arm=12 introduced-arm64=21 introduced-x86=12 introduced-x86_64=21
/bionic/libc/
Dlibc.map.txt472 getpwuid_r; # introduced-arm=12 introduced-arm64=21 introduced-x86=12 introduced-x86_64=21