Searched refs:tmptm (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dapplehelpers.c842 struct tm tmptm = {0}; local
845 strptime(lastLogin->a_nvals[0].bv_val, "%Y%m%d%H%M%SZ", &tmptm);
846 tmptime = timegm(&tmptm);
853 strptime(creationDate->a_nvals[0].bv_val, "%Y%m%d%H%M%SZ", &tmptm);
854 tmptime = timegm(&tmptm);
861 strptime(passModDate->a_nvals[0].bv_val, "%Y%m%d%H%M%SZ", &tmptm);
862 tmptime = timegm(&tmptm);
873 strptime(passwordRequiredDateAttr->a_nvals[0].bv_val, "%Y%m%d%H%M%SZ", &tmptm);
874 tmptime = timegm(&tmptm);
931 strptime(modDate->a_nvals[0].bv_val, "%Y%m%d%H%M%SZ", &tmptm);
1849 struct tm tmptm; local
2575 struct tm tmptm; local
2606 struct tm tmptm; local
2638 struct tm tmptm; local
3001 struct tm tmptm = {0}; local
[all...]
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Dca.c305 ASN1_TIME *tmptm; local
1392 tmptm = ASN1_TIME_new();
1393 if (!tmptm) goto err;
1394 X509_gmtime_adj(tmptm,0);
1395 X509_CRL_set_lastUpdate(crl, tmptm);
1396 X509_gmtime_adj(tmptm,(crldays*24+crlhours)*60*60);
1397 X509_CRL_set_nextUpdate(crl, tmptm);
1399 ASN1_TIME_free(tmptm);
1669 ASN1_UTCTIME *tm,*tmptm; local
1683 tmptm
[all...]
/macosx-10.10.1/xar-254/xar/lib/
H A Darchive.c434 struct tm tmptm; local
474 gmtime_r(&t, &tmptm);
476 strftime(timestr, sizeof(timestr), "%FT%T", &tmptm);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Dodusers.c1093 struct tm tmptm; local
1095 gmtime_r(&tmptime, &tmptm);
1107 m->sml_values[0].bv_len = strftime(m->sml_values[0].bv_val, 256, "%Y%m%d%H%M%SZ", &tmptm);

Completed in 280 milliseconds