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.c51 int seconds_d = 0, seconds_h = 0; in warn_user_passwd_will_expire() local
56 seconds_h = seconds_d % 3600; in warn_user_passwd_will_expire()
67 (seconds_h == 0) ? hours : hours + 1); in warn_user_passwd_will_expire()
87 int seconds_d = 0, seconds_h = 0; in display_acct_unlock_time() local
102 seconds_h = seconds_d % 3600; in display_acct_unlock_time()
115 (seconds_h == 0) ? hours : hours + 1); in display_acct_unlock_time()