Home
last modified time | relevance | path

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

/bionic/libc/include/
Dpwd.h83 struct passwd* getpwnam(const char* __name);
/bionic/tests/headers/posix/
Dpwd_h.c47 FUNCTION(getpwnam, struct passwd* (*f)(const char*)); in pwd_h()
/bionic/tests/
Dftw_test.cpp142 passwd* pwd = getpwnam("shell"); in TEST()
Dgrp_pwd_test.cpp95 passwd* pwd = getpwnam(username); in check_getpwnam()
/bionic/libc/bionic/
Dgrp_pwd.cpp91 const passwd* src = by_name ? getpwnam(name) : getpwuid(uid); // NOLINT: see above. in do_getpw_r()
535 passwd* getpwnam(const char* login) { // NOLINT: implementing bad function. in getpwnam() function
/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/tools/versioner/platforms/
Dlibc.map.txt469 getpwnam;
/bionic/libc/
Dlibc.map.txt469 getpwnam;