Searched refs:gtime (Results 1 - 7 of 7) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/ts/
H A Dts_rsp_print.c188 const ASN1_GENERALIZEDTIME *gtime; local
218 gtime = TS_TST_INFO_get_time(a);
219 ASN1_GENERALIZEDTIME_print(bio, gtime);
H A Dts_rsp_utils.c186 int TS_TST_INFO_set_time(TS_TST_INFO *a, const ASN1_GENERALIZEDTIME *gtime) argument
190 if (a->time == gtime)
192 new_time = M_ASN1_GENERALIZEDTIME_dup(gtime);
H A Dts.h433 int TS_TST_INFO_set_time(TS_TST_INFO *a, const ASN1_GENERALIZEDTIME *gtime);
/barrelfish-master/usr/eclipseclp/Alog/src/
H A Dadjlogs.c20 * The adjusted gtime is:
23 * gtime = ------------------------- (time - stime[p][I]) + stime[0][I]
284 unsigned long GlobalTime(), gtime; local
298 gtime = GlobalTime(entry.time,p,nsync);
300 if (gtime < lasttime) {
304 lasttime, gtime );
310 lasttime = gtime;
315 entry.time_slot, (entry.event >= 0) ? gtime : entry.time,
423 unsigned long gtime, stime1, stime2; local
434 gtime
[all...]
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Dkssl.c1906 static struct tm *k_gmtime(ASN1_GENERALIZEDTIME *gtime, struct tm *k_tm) argument
1911 if (gtime == NULL || gtime->length < 14) return NULL;
1912 if (gtime->data == NULL) return NULL;
1914 p = (char *)&gtime->data[14];
/barrelfish-master/include/openssl/
H A Dts.h433 int TS_TST_INFO_set_time(TS_TST_INFO *a, const ASN1_GENERALIZEDTIME *gtime);
/barrelfish-master/lib/tzcode/stdtime/
H A Dlocaltime.c2161 gtime(struct tm *const tmp) function

Completed in 157 milliseconds