Home
last modified time | relevance | path

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

/bionic/tests/headers/posix/
Dpwd_h.c47 FUNCTION(getpwnam, struct passwd* (*f)(const char*)); in pwd_h()
/bionic/libc/include/
Dpwd.h83 struct passwd* _Nullable getpwnam(const char* _Nonnull __name);
/bionic/tests/
Dftw_test.cpp144 passwd* pwd = getpwnam("shell"); in TEST()
Dgrp_pwd_test.cpp99 passwd* pwd = getpwnam(username); in check_getpwnam()
162 passwd = getpwnam(username); in expect_no_passwd_name()
337 pwd[1] = getpwnam("system"); in TEST()
/bionic/libc/upstream-freebsd/lib/libc/gen/
Dglob.c459 (pwd = getpwnam(h)) != NULL) || in globtilde()
472 if ((pwd = getpwnam((char *)wbuf)) == NULL) in globtilde()
/bionic/libc/tools/
Dposix-2013.txt364 getpwnam
/bionic/libc/bionic/
Dgrp_pwd.cpp578 passwd* getpwnam(const char* login) { // NOLINT: implementing bad function. in getpwnam() function
/bionic/tools/versioner/platforms/
Dlibc.map.txt469 getpwnam;
/bionic/libc/
Dlibc.map.txt469 getpwnam;
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_022.S8979 CALL(getpwnam)
Dliblinker_reloc_bench_000.S9274 CALL(getpwnam)