Searched refs:xtime (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dschedule.h46 time_t xtime; /* event time which is as time(3). */ member in struct:sched
H A Dschedule.c110 new_sched->xtime = current_time() + tick;
172 *time = sc->xtime;
H A Dhandler.c1497 time_t xtime; local
1498 if (sched_get_time(iph1->sce, &xtime)) {
1499 if (xtime <= swept_at) {
1512 time_t xtime; local
1513 if (sched_get_time(iph1->sce_rekey, &xtime)) {
1514 if (FSM_STATE_IS_EXPIRED(iph1->status) || xtime <= swept_at) {
1520 time_t xtime; local
1521 if (sched_get_time(iph1->scr, &xtime)) {
1522 if (FSM_STATE_IS_EXPIRED(iph1->status) || xtime <= swept_at) {
1529 time_t xtime; local
1550 time_t xtime; local
1563 time_t xtime; local
[all...]
H A Dike_session.c1876 time_t xtime; local
1877 if (sched_get_time(p->traffic_monitor.sc_mon, &xtime)) {
1878 if (xtime <= swept_at) {
1889 time_t xtime; local
1890 if (sched_get_time(p->traffic_monitor.sc_idle, &xtime)) {
1891 if (xtime <= swept_at) {
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotgantt.tcl146 set xtime [clock scan $time]
148 foreach {x y} [coordsToPixel $w $xtime $ytext] {break}
156 foreach {x1 y1} [coordsToPixel $w $xtime $scaling($w,ymin)] {break}
157 foreach {x2 y2} [coordsToPixel $w $xtime $scaling($w,ymax)] {break}
H A Dplotpriv.tcl1472 set xtime [clock scan $time]
1475 foreach {x y} [coordsToPixel $w $xtime $ytext] {break}
1483 foreach {x1 y1} [coordsToPixel $w $xtime $scaling($w,ymin)] {break}
1484 foreach {x2 y2} [coordsToPixel $w $xtime $scaling($w,ymax)] {break}
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_x509_tp/lib/
H A DtpCredRequest.cpp150 CSSM_X509_TIME *xtime = (CSSM_X509_TIME *)malloc(sizeof(CSSM_X509_TIME)); local
151 xtime->timeType = TP_TIME_TAG;
157 xtime->time.Data = (uint8 *)ts;
158 xtime->time.Length = strlen(ts);
159 return xtime;
164 CSSM_X509_TIME *xtime)
166 if(xtime == NULL) {
169 free((char *)xtime->time.Data);
170 free(xtime);
163 freeX509Time( CSSM_X509_TIME *xtime) argument
H A DAppleTPSession.h212 void freeX509Time(CSSM_X509_TIME *xtime);
/macosx-10.9.5/shell_cmds-175/find/
H A Dfunction.c310 time_t xtime; local
313 xtime = entry->fts_statp->st_atime;
315 xtime = entry->fts_statp->st_birthtime;
317 xtime = entry->fts_statp->st_ctime;
319 xtime = entry->fts_statp->st_mtime;
322 COMPARE(now - xtime, plan->t_data);
324 COMPARE((now - xtime + (COMPAT_MODE("bin/find", "unix2003") ? 0 : 86400 - 1)) / 86400, plan->t_data);
/macosx-10.9.5/CPANInternal-140/Crypt-Rijndael/
H A D_rijndael.c270 xtime(UINT8 a) function
338 rcon = (UINT32)xtime((UINT8)rcon&0xff);
/macosx-10.9.5/CPANInternal-140/Crypt-Rijndael-1.10/
H A D_rijndael.c270 xtime(UINT8 a) function
338 rcon = (UINT32)xtime((UINT8)rcon&0xff);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/aes/
H A Daes.tcl364 # this is a tabular representation of xtime (multiplication by 2)
366 set xtime {
384 return [lindex $xtime $number]

Completed in 134 milliseconds