Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_principal2.c1312 char *strtime=NULL; local
1315 strtime = calloc (50, 1);
1316 if (strtime == NULL)
1322 strftime(strtime, 50, DATE_FORMAT, &tme);
1323 return strtime;
H A Dldap_misc.c1258 getepochtime(strtime, epochtime) in getepochtime() argument
1259 char *strtime; in getepochtime()
1265 if (strptime(strtime, DATE_FORMAT, &tme) == NULL) {