Searched refs:sp_lstchg (Results 1 - 14 of 14) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dputspent.c48 if (p->sp_lstchg >= 0)
49 (void) fprintf(f, "%d:", p->sp_lstchg);
H A Dgetspent_r.c215 shadow->sp_lstchg = -1;
243 if (!getfield(&p, limit, 0, &shadow->sp_lstchg))
/osnet-11/usr/src/lib/pam_modules/unix_account/
H A Dunix_acct.c125 (shpwd->sp_lstchg != 0) &&
126 (shpwd->sp_lstchg != -1) &&
127 ((shpwd->sp_lstchg + shpwd->sp_inact) < DAY_NOW)) {
164 ((time_t)shpwd->sp_lstchg > now) ||
165 ((now >= (time_t)(shpwd->sp_lstchg +
199 * if (sp_lstchg == 0), the administrator has forced the
202 if (shpwd->sp_lstchg == 0)
210 if (now < (time_t)(shpwd->sp_lstchg + shpwd->sp_max))
218 if (idledays > 0 && (now < (time_t)(shpwd->sp_lstchg + idledays)))
251 (now + shpwd.sp_warn) >= (time_t)(shpwd.sp_lstchg
[all...]
/osnet-11/usr/src/lib/nsswitch/compat/common/
H A Dgetspent.c138 /* override(fields[2], &sp->sp_lstchg); */
162 (sp->sp_lstchg >= 0 && printnum(0, sp->sp_lstchg),
/osnet-11/usr/src/lib/passwdutil/
H A Dutils.c265 spw->sp_lstchg = (time32_t)(sec / DAY);
267 spw->sp_lstchg = (sec / DAY);
269 remain_min = (sec - (spw->sp_lstchg * DAY)) / 60;
H A Dldap_attr.c339 w->data.val_i = spw->sp_lstchg;
654 spw->sp_lstchg) < 0)
742 spw->sp_lstchg) < 0)
782 spw->sp_lstchg) < 0) {
808 spw->sp_lstchg) < 0) {
882 spw->sp_lstchg == -1) {
885 _S_LASTCHANGE, spw->sp_lstchg) < 0)
943 NUM_TO_STR(val, spw->sp_lstchg);
956 NUM_TO_STR(val, spw->sp_lstchg);
H A Dswitch_utils.c548 shadow->sp_lstchg = -1;
576 if (!getfield(&p, limit, 0, &shadow->sp_lstchg))
H A Dfiles_attr.c568 w->data.val_i = spw->sp_lstchg;
796 spw->sp_lstchg = 0;
800 spw->sp_lstchg = p->data.val_i;
841 spw->sp_lstchg == -1) {
H A Dnss_attr.c282 w->data.val_i = spw->sp_lstchg;
/osnet-11/usr/src/lib/nsswitch/nis/common/
H A Dgetspent.c76 spwd->sp_lstchg = -1;
/osnet-11/usr/src/lib/pam_modules/unix_auth/
H A Dunix_auth.c116 display_warning(pam_handle_t *pamh, int failures, char *homedir, int sp_lstchg, argument
121 time_t last = (sp_lstchg * DAY) + (((sp_flag & TIME_MASK) >> 4) * 60);
/osnet-11/usr/src/lib/libnisdb/yptol/
H A Dshim_changepasswd.c676 if (now < shadow->sp_lstchg + shadow->sp_min) {
686 shadow->sp_lstchg = now;
1228 sp->sp_lstchg = atoi(temp);
1302 sp->sp_lstchg, COLON_CHAR,
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c3329 data.sp_lstchg = ascii_to_int(ecol[2].ec_value.ec_value_val);
3330 if (data.sp_lstchg < -1) {
3337 data.sp_lstchg = -1;
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_writes.c2033 if (ptr->sp_lstchg >= 0) {
2034 (void) sprintf(ibuf, "%d", ptr->sp_lstchg);

Completed in 79 milliseconds