Lines Matching refs:pw
412 uid = the_authctxt->pw->pw_uid;
413 gid = the_authctxt->pw->pw_gid;
495 if (the_authctxt->pw != NULL) {
496 pwuid = the_authctxt->pw->pw_uid;
508 uid = the_authctxt->pw->pw_uid;
509 gid = the_authctxt->pw->pw_gid;
511 struct passwd *pw;
513 if ((pw = getpwnam(the_authctxt->user)) != NULL) {
514 uid = pw->pw_uid;
515 gid = pw->pw_gid;