Searched defs:pw_uid (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/libbc/inc/include/ |
H A D | pwd.h | 40 int pw_uid; member in struct:passwd
|
/illumos-gate/usr/src/lib/libbc/inc/5include/ |
H A D | pwd.h | 41 * int pw_gid field there and the uid_t pw_uid field here match the 42 * int pw_uid field there. 52 uid_t pw_uid; member in struct:passwd
|
/illumos-gate/usr/src/head/ |
H A D | pwd.h | 51 uid_t pw_uid; member in struct:passwd
|
/illumos-gate/usr/src/lib/nsswitch/files/common/ |
H A D | getpwnam.c | 130 ulong_t pw_uid; local 148 pw_uid = strtoul(linep, (char **)&end, 10); 151 if (linep == end || pw_uid > UINT32_MAX) 154 return ((uid_t)pw_uid == argp->key.uid);
|
/illumos-gate/usr/src/lib/pam_modules/krb5/ |
H A D | krb5_password.c | 162 uid_t pw_uid; local 239 if (!get_pw_uid(user, &pw_uid)) {
|
H A D | krb5_authenticate.c | 104 uid_t pw_uid; local 208 if (!get_pw_uid(user, &pw_uid)) 231 KRB5_ENV_CCNAME, (int)pw_uid) >= sizeof (buffer)) {
|
/illumos-gate/usr/src/lib/pam_modules/unix_account/ |
H A D | unix_acct.c | 88 uid_t pw_uid, 96 offset = (offset_t)pw_uid * (offset_t)sizeof (struct lastlog); 106 "(uid too large)", pw_uid); 284 uid_t pw_uid; local 366 pw_uid = attr_pw[1].data.val_i; 494 if (check_for_login_inactivity(pw_uid, &shpwd)) { 87 check_for_login_inactivity( uid_t pw_uid, struct spwd *shpwd) argument
|
/illumos-gate/usr/src/lib/libnisdb/yptol/ |
H A D | shim_changepasswd.c | 120 char *pw_uid; member in struct:passwd_entry 552 key.dptr = pwd->pw_uid; 846 if (NULL == (p = get_next_token(p, &(pwd->pw_uid), str_end))) 995 len += strlen(pwd->pw_uid) + 1; 1020 strcat(s, pwd->pw_uid); 1084 old_passwd->pw_uid = NULL;
|
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/ |
H A D | libsmb.h | 439 uid_t pw_uid; member in struct:smb_passwd
|
Completed in 80 milliseconds