Home
last modified time | relevance | path

Searched refs:pw_buf (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dtasksys.c52 projid_t *pw_buf; member
238 *pw->pw_buf = kp->kpj_id; in tasksys_projlist_cb()
239 pw->pw_buf++; in tasksys_projlist_cb()
271 kbuf = pw.pw_buf = kmem_zalloc(bufsz, KM_SLEEP); in tasksys_projlist()
/illumos-gate/usr/src/cmd/allocate/
H A Dallocate.c260 char pw_buf[NSS_BUFLEN_PASSWD]; in main() local
572 if (getpwnam_r(uname, &pw_ent, pw_buf, sizeof (pw_buf)) == in main()
580 if (getpwuid_r(uid, &pw_ent, pw_buf, sizeof (pw_buf)) == NULL) { in main()
H A Dallocate3.c148 char pw_buf[NSS_BUFLEN_PASSWD]; in _is_authorized() local
158 if (getpwuid_r(uid, &pw_ent, pw_buf, sizeof (pw_buf)) == NULL) in _is_authorized()
900 char pw_buf[NSS_BUFLEN_PASSWD]; in exec_clean() local
921 if (getpwuid_r(uid, &pw_ent, pw_buf, sizeof (pw_buf)) == NULL) in exec_clean()
1595 char pw_buf[NSS_BUFLEN_PASSWD]; in _check_label() local
1651 if (getpwuid_r(uid, &pw_ent, pw_buf, sizeof (pw_buf)) == NULL) { in _check_label()
/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c424 char pw_buf[GETPWUID_BUFF_LEN]; in getuname() local
446 if ((getpwuid_r(uid, &pw, pw_buf, GETPWUID_BUFF_LEN)) == NULL) in getuname()
473 if (getgrgid_r(gid, &gr, pw_buf, GETPWUID_BUFF_LEN) == in getuname()
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_pwdutil.c91 char pw_buf[SMB_PWD_BUFSIZE]; member
624 pwentry = pwbuf->pw_buf; in smb_pwd_fgetent()
/illumos-gate/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c957 char pw_buf[NSS_BUFLEN_PASSWD]; in valid_props() local
961 pw_buf, NSS_BUFLEN_PASSWD) == NULL) { in valid_props()
966 (getpwuid_r(uidl, &pw, pw_buf, in valid_props()