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

/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_misc.c1215 struct tm tme; local
1217 memset(&tme, 0, sizeof(tme));
1218 if (strptime(strtime,"%Y%m%d%H%M%SZ", &tme) == NULL) {
1222 *epochtime = krb5int_gmt_mktime(&tme);
H A Dldap_principal2.c1397 struct tm tme; local
1405 if (gmtime_r(&posixtime, &tme) == NULL) {
1411 strftime(strtime, 50, "%Y%m%d%H%M%SZ", &tme);

Completed in 42 milliseconds