Lines Matching defs:pw
682 struct passwd *pw;687 if ((pw = getpwnam(user)) == NULL) {690 } else if (ga_init(pw->pw_name, pw->pw_gid) == 0) {