/ast/src/lib/libtk/generic/ |
H A D | tkSelect.h | 24 * active at the same time. 34 Time time; /* Timestamp used to acquire selection. */ member in struct:TkSelectionInfo
|
H A D | tk.h | 383 * XButtonEvent structures. 99% of the time a virtual event will be 398 Time time; /* milliseconds */ member in struct:__anon376 512 * before it was made to exist. At the time of 524 * TK_WM_COLORMAP_WINDOW: 1 means that this window has at some time 772 Tk_ImageGetProc *getProc; /* Procedure to call the first time
|
/ast/src/cmd/nmake/ |
H A D | trap.c | 44 Seconds_t time; member in struct:Alarms_s 114 * set next wakeup time 127 else if (trap.alarms->time <= now) 130 t = trap.alarms->time - now; 143 error(level, "%6s %s %s", fmtelapsed((a->time >= now) ? (a->time - now) : 0, 1), timestr(tmxsns(a->time, 0)), a->rule->name); 198 x->time = t; 201 if (t <= a->time) 299 while ((a = trap.alarms) && a->time < [all...] |
H A D | object.c | 68 * 1 # time time 87 * 1 # time rule time 93 * 1 $ data event time or state string 171 int lowres; /* low resolution time state */ 225 unsigned long u_event; /* state rule event time */ 230 unsigned long time; /* modify time */ member in struct:OLD_rule_s 252 char* runtime; /* run time inf [all...] |
H A D | make.h | 93 #define notfile(r) (((r)->property&(P_attribute|P_functional|P_make|P_operator|P_state|P_use|P_virtual))||((r)->dynamic&D_scope)||(r)->semaphore||((r)->property&P_dontcare)&&((r)->dynamic&D_bound)&&!(r)->time) 161 #define NOTIME TMX_NOTIME /* not checked time */ 162 #define OLDTIME ((Time_t)(1)) /* oldest valid time */ 163 #define CURTIME tmxgettime() /* high resolution current time */ 164 #define CURSECS ((Seconds_t)time(NiL)) /* seconds resolution time */ 238 #define BIND_FORCE (1<<1) /* force bindfile current time */ 355 #define D_index (1L<<23) /* load time index consistency */ 368 #define D_lowres (1L<<30) /* low resolution time */ 434 typedef uint32_t Seconds_t; /* seconds resolution time */ 445 Time_t time; /* modify time */ member in struct:Dir_s 456 Time_t time; /* modify time */ member in struct:File_s 475 Time_t time; /* original target time */ member in struct:Frame_s::__anon164 502 Time_t time; /* modify time */ member in struct:Rule_s [all...] |
/ast/src/cmd/pax/ |
H A D | pax-pds.c | 34 time_t time; member in struct:Pdsdir_s 96 pds->dir[i].time = (n > 25) ? tmscan(sfprints("%02x %02x%01x %02x %02x", b[21], b[22], b[23] >> 4, b[24], b[25]), NiL, "%y %j %H %M", NiL, NiL, 0) : NOW; 163 f->st->st_atime = f->st->st_mtime = dp->time;
|
H A D | pax-saveset.c | 63 time_t time; /* backup time */ member in struct:Saveset_s
|
/ast/src/lib/libast/include/ |
H A D | error.h | 149 unsigned long time; /* debug time trace */ member in struct:Error_info_s
|
H A D | tm.h | 27 * time conversion support definitions 52 #define TM_LOCALZONE (25 * 60) /* use local time zone offset */ 53 #define TM_UTCZONE (26 * 60) /* UTC "time zone" */ 102 time_t time; /* the leap second event */ member in struct:__anon274 106 typedef struct /* time zone info */ 109 char* standard; /* standard time name */
|
/ast/src/lib/libmam/ |
H A D | mam.h | 53 time_t time; /* modify time */ member in struct:rule 113 time_t start; /* start time */ 114 time_t finish; /* finish time */
|
/ast/src/lib/libtk/unix/ |
H A D | tkUnixSelect.c | 52 Time time; /* Timestamp corresponding to member in struct:IncrInfo 156 * TkCurrentTime for the time. If we do, and this application hasn't 157 * received any X events in a long time, the current time will be way 158 * in the past and could even predate the time when the selection was 507 * second, unless time has expired, in which case an error is 607 reply.time = eventPtr->time; 768 incr.time = infoPtr->time; [all...] |
/ast/src/lib/libz/ |
H A D | zlib.h | 111 uLong time; /* modification time */ member in struct:gz_header_s 229 all (the input data is simply copied a block at a time). 507 file name, no extra data, no comment, no modification time (set to zero), 675 deflate(). The text, time, os, extra field, name, and comment information 686 the time set to zero, and os set to 255, with no extra, name, or comment 769 application may repeatedly call inflateSync, providing more input each time, 822 is completed, at which time head->done is set to one. If a zlib stream is 828 The text, time, xflags, and os fields are filled in with the gzip header 958 /* Return flags indicating compile-time option [all...] |
/ast/src/cmd/html/ |
H A D | htmlrefs.c | 170 unsigned long time; member in struct:File_s
|
/ast/src/cmd/std/ |
H A D | pss.h | 117 unsigned long time; member in struct:Pssent_s
|
/ast/src/lib/libtksh/tcl/ |
H A D | tclEvent.c | 32 int readyMask; /* Events that were ready the last time that 69 * list sorted by time (earliest event first). 73 Tcl_Time time; /* When timer is to fire. */ member in struct:TimerHandler 92 * in the list is used at any given time. 105 Tcl_Time time; /* All timer events that specify this member in struct:TimerEvent 106 * time or earlier are ready 130 * each time Tcl_DoOneEvent starts calling 241 * the last time through the event loop. */ 259 * allow different behavior for exit-time processing, e.g. in closing of 552 * it should stay on the queue. The only time th [all...] |
/ast/src/cmd/coshell/ |
H A D | event.c | 153 Number_t time; /* last raise time */ member in struct:Data_s 183 unsigned long newer; /* list --newer time */ 184 unsigned long older; /* list --older time */ 274 sfprintf(state->logf, "%s (%03d) %c %s\n", fmttime("%K", time(NiL)), con ? con->fd : 0, type, s); 425 dat->time = time(NiL); 454 dat->time = time(NiL); 469 dat->time [all...] |
/ast/src/cmd/dsslib/bgp/ |
H A D | bgp-mrt.c | 58 #define HEAD(sp,rp) (rp->message=sp->message,rp->stamp=sp->time) 84 Bgpnum_t time; member in struct:Mrtstate_s 125 #define AET(p) (swapmem(int_swap,&anonymize.time,p,4),anonymize.time++) 130 uint32_t time; member in struct:Anonymize_s 883 * new bgp AS_PATH contain 32 bit AS (i!=m most of the time) 1246 state->time = AET(state->buf); 1252 sfprintf(sfstderr, "message %6lu record %6lu time %8lu %s.%s size %I*u offset %I*u\n", state->message, file->count, state->time, symbol(GROUP_MESSAGE, type), symbol(type, subtype), sizeof(size), size, sizeof(file->offset), file->offset + skip);
|
/ast/src/lib/libcs/ |
H A D | cs.h | 42 #define CSTIME() (cs.time=(unsigned long)time(NiL)) 168 long up; /* up (down<0) time in secs */ 170 int pctsys; /* % time for sys */ 171 int pctusr; /* % time for usr */ 194 unsigned long time; /* time updated by CSTIME() */ member in struct:Cs_s
|
/ast/src/cmd/INIT/ |
H A D | mamake.c | 83 "[S:strip-symbols?Strip link-time static symbols from executables.]" 107 #include <time.h> 123 #define NOW ((unsigned long)time((time_t*)0)) 131 #define RULE_ignore 0x0020 /* ignore time */ 190 unsigned long time; /* modification time */ member in struct:Rule_s 1017 * bind r to a file and return the modify time 1032 r->time = st.st_mtime; 1036 return r->time; 1190 return r->time; [all...] |
H A D | proto.c | 107 # include <time.h> 385 struct ppcontext* context; long state; long mode; long option; long test; struct { char* sp; long flags; } filedeps; struct ppdirs* firstdir; struct ppdirs* lastdir; int hide; int column; int pending; char* firstfile; char* lastfile; char* ignore; char* probe; char* filtab; char* prdtab; char* date; char* time; char* maps; long ro_state; long ro_mode; long ro_option; long ro_op[2]; struct pathid cdir; struct pathid hostdir; char* ppdefault; struct ppindex* firstindex; struct ppindex* lastindex; struct oplist* firstop; struct oplist* lastop; struct oplist* firsttx; struct oplist* lasttx; unsigned char arg_file; unsigned char arg_mode; unsigned char arg_style; unsigned char c; unsigned char hosted; unsigned char ignoresrc; unsigned char initialized; unsigned char standalone; unsigned char spare_1; member in struct:ppglobals 437 struct ppcontext* context; long state; long mode; long option; long test; struct { char* sp; long flags; } filedeps; struct ppdirs* firstdir; struct ppdirs* lastdir; int hide; int column; int pending; char* firstfile; char* lastfile; char* ignore; char* probe; char* filtab; char* prdtab; char* date; char* time; char* maps; long ro_state; long ro_mode; long ro_option; long ro_op[2]; struct pathid cdir; struct pathid hostdir; char* ppdefault; struct ppindex* firstindex; struct ppindex* lastindex; struct oplist* firstop; struct oplist* lastop; struct oplist* firsttx; struct oplist* lasttx; unsigned char arg_file; unsigned char arg_mode; unsigned char arg_style; unsigned char c; unsigned char hosted; unsigned char ignoresrc; unsigned char initialized; unsigned char standalone; unsigned char spare_1; member in struct:ppcontext 471 # include <time.h> 492 extern __MANGLE__ time_t time __PROTO__((time_t*)); 1745 time(&clock);
|
/ast/src/cmd/dsslib/ip_t/ |
H A D | bgp.h | 250 Bgpnum_t time; /* packet event time stamp */ member in struct:Bgproute_s 251 Bgpnum_t usec; /* packet event time stamp usec */ 252 Bgpnum_t stamp; /* data time stamp */
|
/ast/src/cmd/warp/ |
H A D | warp.c | 25 * time related system call intercept 27 * and the time progression factor 38 __STDPP__directive pragma pp:hide alarm _alarm __alarm clock_gettime _clock_gettime __clock_gettime gettimeofday _gettimeofday __gettimeofday getitimer _getitimer __getitimer poll _poll __poll select _select __select setitimer _setitimer __setitimer time times utime _utime __utime utimensat _utimensat __utimensat utimes _utimes __utimes utimets _utimets __utimets fstat64 lstat64 62 #define time ______time 96 #include <sys/time.h> 126 __STDPP__directive pragma pp:nohide alarm _alarm __alarm clock_gettime _clock_gettime __clock_gettime gettimeofday _gettimeofday __gettimeofday getitimer _getitimer __getitimer poll _poll __poll select _select __select setitimer _setitimer __setitimer time times utime _utime __utime utimensat _utimensat __utimensat utimes _utimes __utimes utimets _utimets __utimets fstat64 lstat64 150 #undef time 708 time(time_t* clock) function 710 static Call_t call = { "time", "time" }; [all...] |
/ast/src/cmd/dsslib/netflow/ |
H A D | netflow.h | 237 Nflong_t time; /* Current time since epoch (header). */ member in struct:Netflow_s
|