Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_principal2.c50 getstringtime(krb5_timestamp);
819 if ((strval[0]=getstringtime(entries->last_success)) == NULL)
830 if ((strval[0]=getstringtime(entries->last_failed)) == NULL)
874 if ((strval[0]=getstringtime(entries->expiration)) == NULL)
889 if ((strval[0]=getstringtime(entries->pw_expiration)) == NULL)
950 if ((strval[0]=getstringtime(entries->pw_expiration)) == NULL)
969 if ((strval[0] = getstringtime(last_pw_changed)) == NULL)
1308 getstringtime(epochtime) in getstringtime() function