Searched defs:pw (Results 1 - 5 of 5) sorted by relevance

/solaris-userland/components/sendmail/files/aux/
H A Dmailq.c42 struct passwd *pw = getpwuid(getuid()); local
46 if (pw && chkauthattr(MAILQ_AUTH, pw->pw_name)) {
/solaris-userland/components/openssh/sources/
H A Daudit-solaris.c412 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; local
513 if ((pw = getpwnam(the_authctxt->user)) != NULL) {
514 uid = pw->pw_uid;
515 gid = pw
[all...]
/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11_uri.c128 char *pw; local
135 if ((pw = strdup(*pin)) == NULL) {
142 *pin = pw;
/solaris-userland/components/krb5/Solaris/
H A Dkt_solaris.c54 const char *pw)
64 password.length = strlen(pw);
65 password.data = (char *)pw;
52 k5_kt_add_entry(krb5_context ctx, krb5_keytab kt, const krb5_principal princ, const krb5_principal svc_princ, krb5_enctype enctype, krb5_kvno kvno, const char *pw) argument
/solaris-userland/components/net-snmp-57/sun/agent/modules/seaExtensions/
H A DsunProcesses.c131 struct passwd *pw; local
141 pw = getpwuid(uid);
142 if (!pw)
145 strncpy(nc[cp].name, pw->pw_name, USRNM_SZ);

Completed in 35 milliseconds