Home | History | Annotate | Download | only in strace

Lines Matching refs:pent

1648 		struct passwd *pent;
1653 pent = getpwnam(username);
1654 if (pent == NULL) {
1657 run_uid = pent->pw_uid;
1658 run_gid = pent->pw_gid;