Lines Matching refs:pwent
2604 struct passwd *pwent;2606 if( (pwent=getpwuid(uid)) != NULL) {2607 home_dir = pwent->pw_dir;