Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pam_modules/ldap/
H A Dldap_acct_mgmt.c53 int seconds_d = 0, seconds_h = 0; in warn_user_passwd_will_expire() local
58 seconds_h = seconds_d % 3600; in warn_user_passwd_will_expire()
69 (seconds_h == 0) ? hours : hours + 1); in warn_user_passwd_will_expire()
89 int seconds_d = 0, seconds_h = 0; in display_acct_unlock_time() local
104 seconds_h = seconds_d % 3600; in display_acct_unlock_time()
117 (seconds_h == 0) ? hours : hours + 1); in display_acct_unlock_time()