Home | History | Annotate | Download | only in dist

Lines Matching defs:pwent

36022     struct passwd *pwent;
36024 if( (pwent=getpwuid(uid)) != NULL) {
36025 home_dir = pwent->pw_dir;