Searched refs:getpwnam (Results 1 – 11 of 11) sorted by relevance
47 FUNCTION(getpwnam, struct passwd* (*f)(const char*)); in pwd_h()
83 struct passwd* _Nullable getpwnam(const char* _Nonnull __name);
144 passwd* pwd = getpwnam("shell"); in TEST()
99 passwd* pwd = getpwnam(username); in check_getpwnam()162 passwd = getpwnam(username); in expect_no_passwd_name()337 pwd[1] = getpwnam("system"); in TEST()
459 (pwd = getpwnam(h)) != NULL) || in globtilde()472 if ((pwd = getpwnam((char *)wbuf)) == NULL) in globtilde()
364 getpwnam
578 passwd* getpwnam(const char* login) { // NOLINT: implementing bad function. in getpwnam() function
469 getpwnam;
8979 CALL(getpwnam)
9274 CALL(getpwnam)