Home | History | Annotate | Download | only in dist

Lines Matching defs:pwent

14776     struct passwd *pwent;
14778 if( (pwent=getpwuid(uid)) != NULL) {
14779 home_dir = pwent->pw_dir;