Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_principal2.c1812 char *strtime=NULL; in getstringtime() local
1818 strtime = calloc(50, 1); in getstringtime()
1819 if (strtime == NULL) in getstringtime()
1821 if (strftime(strtime, 50, "%Y%m%d%H%M%SZ", &tme) == 0) { in getstringtime()
1822 free(strtime); in getstringtime()
1825 return strtime; in getstringtime()
H A Dldap_misc.c912 getepochtime(char *strtime, krb5_timestamp *epochtime) in getepochtime() argument
917 if (strptime(strtime,"%Y%m%d%H%M%SZ", &tme) == NULL) { in getepochtime()