Home | History | Annotate | Download | only in strace

Lines Matching full:pent

323 		struct passwd *pent;
331 if ((pent = getpwnam(username)) == NULL) {
336 run_uid = pent->pw_uid;
337 run_gid = pent->pw_gid;