Lines Matching defs:pw
490 struct passwd *pw;493 pw = getpwuid(getuid());494 if (pw == NULL || (user = pw->pw_dir) == NULL || user[0] == 0)