Home
last modified time | relevance | path

Searched refs:DAY_NOW (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/lib/pam_modules/unix_account/
H A Dunix_acct.c125 < DAY_NOW) && in check_for_login_inactivity()
128 ((shpwd->sp_lstchg + shpwd->sp_inact) < DAY_NOW)) { in check_for_login_inactivity()
153 time_t now = DAY_NOW;
186 time_t now = DAY_NOW; in perform_passwd_aging_check()
246 time_t now = DAY_NOW; in warn_user_passwd_will_expire()
486 (time_t)shpwd.sp_expire < DAY_NOW) { in pam_sm_acct_mgmt()
/titanic_41/usr/src/lib/passwdutil/
H A Dpasswdutil.h40 #define DAY_NOW_32 ((time32_t)DAY_NOW)
42 #define DAY_NOW_32 ((time_t)DAY_NOW)
/titanic_41/usr/src/head/
H A Dshadow.h48 #define DAY_NOW (time_t)time((time_t *)0) / DAY macro
/titanic_41/usr/src/cmd/pwconv/
H A Dpwconv.c283 sp->sp_lstchg = DAY_NOW; in main()
324 sp->sp_lstchg = DAY_NOW; in main()
/titanic_41/usr/src/cmd/ypcmd/yppasswd/
H A Dchangepasswd.c579 now = DAY_NOW; in changepasswd()
/titanic_41/usr/src/lib/libnisdb/yptol/
H A Dshim_changepasswd.c675 now = DAY_NOW; in modify_ent()
/titanic_41/usr/src/cmd/passmgmt/
H A Dpassmgmt.c430 if (shadow_st.sp_expire <= DAY_NOW) { in main()