Searched refs:getstringtime (Results 1 – 1 of 1) sorted by relevance
78 getstringtime(krb5_timestamp);1100 if ((strval[0]=getstringtime(entry->last_success)) == NULL) in krb5_ldap_put_principal()1111 if ((strval[0]=getstringtime(entry->last_failed)) == NULL) in krb5_ldap_put_principal()1207 if ((strval[0]=getstringtime(entry->expiration)) == NULL) in krb5_ldap_put_principal()1218 if ((strval[0]=getstringtime(entry->pw_expiration)) == NULL) in krb5_ldap_put_principal()1315 if ((strval[0] = getstringtime(last_pw_changed)) == NULL) in krb5_ldap_put_principal()1393 if ((strval[0] = getstringtime(unlock_time)) == NULL) in krb5_ldap_put_principal()1809 getstringtime(krb5_timestamp epochtime) in getstringtime() function