Searched defs:shpwd (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/pam_modules/unix_account/
H A Dunix_acct.c89 struct spwd *shpwd)
115 if ((shpwd->sp_inact > 0) && (retval == sizeof (ll)) &&
124 if (((time_t)((ll.ll_time / DAY) + shpwd->sp_inact)
126 (shpwd->sp_lstchg != 0) &&
127 (shpwd->sp_lstchg != -1) &&
128 ((shpwd->sp_lstchg + shpwd->sp_inact) < DAY_NOW)) {
149 new_password_check(shpwd, flags)
150 struct spwd *shpwd;
163 if (shpwd
87 check_for_login_inactivity( uid_t pw_uid, struct spwd *shpwd) argument
181 perform_passwd_aging_check( pam_handle_t *pamh, struct spwd *shpwd, int flags) argument
242 warn_user_passwd_will_expire( pam_handle_t *pamh, struct spwd shpwd) argument
297 struct spwd shpwd = {NULL, NULL, local
[all...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dsubshell.c77 const char *shpwd; /* saved pointer to sh.pwd */ member in struct:subshell
258 if(!sp->shpwd || (nv_isnull(np) && !add) || np==SH_LEVELNOD)
326 const char *save = sp->shpwd;
328 sp->shpwd = 0; /* make sure sh_assignok doesn't save with nv_unset() */
376 sp->shpwd=save;
519 sp->shpwd = shp->pwd;
660 if(sp->shpwd) /* restore environment if saved */
701 else if(sp->shpwd != shp->pwd)
704 if(PWDNOD->nvalue.cp==sp->shpwd)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rshd.c439 struct spwd *shpwd; local
726 shpwd = getspnam(locuser);
727 if ((pwd == NULL) || (shpwd == NULL)) {
761 if (shpwd->sp_pwdp != 0) {
762 if (*shpwd->sp_pwdp != '\0') {

Completed in 63 milliseconds