Lines Matching defs:pw
318 struct passwd *pw;504 pw = getpwuid(uid);505 if (pw != NULL && pw->pw_name != NULL)506 p = pw->pw_name;