Searched defs:pw (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/bin/confgen/unix/
H A Dos.c27 struct passwd *pw; local
29 pw = getpwnam(user);
30 if (pw == NULL) {
34 return (fchown(fileno(fd), pw->pw_uid, -1));
/bind-9.11.3/unit/atf-src/tools/
H A Duser.cpp66 const struct passwd* pw = ::getpwnam(user.c_str()); local
67 if (pw == NULL)
69 return std::make_pair(pw->pw_uid, pw->pw_gid);

Completed in 10 milliseconds