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

/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_principal2.c1398 char *strtime=NULL; local
1401 strtime = calloc (50, 1);
1402 if (strtime == NULL)
1407 free(strtime);
1411 strftime(strtime, 50, "%Y%m%d%H%M%SZ", &tme);
1412 return strtime;
H A Dldap_misc.c1213 getepochtime(char *strtime, krb5_timestamp *epochtime) argument
1218 if (strptime(strtime,"%Y%m%d%H%M%SZ", &tme) == NULL) {

Completed in 30 milliseconds