Lines Matching defs:pent
939 struct passwd *pent;947 if ((pent = getpwnam(username)) == NULL) {952 run_uid = pent->pw_uid;953 run_gid = pent->pw_gid;