Home | History | Annotate | Download | only in dist

Lines Matching refs:pwent

2623   struct passwd *pwent;
2625 if( (pwent=getpwuid(uid)) != NULL) {
2626 home_dir = pwent->pw_dir;