Searched defs:time (Results 1 - 6 of 6) sorted by relevance

/solaris-x11-s11/open-src/util/build-tools/sun-src/
H A Dtime.c26 * is preloaded, it interposes on time(2), gettimeofday(3C), and
36 #include <time.h>
38 /* The list of programs that we want to use a constant time. */
106 time(time_t *ptr) function
114 fptr = (time_t (*)(time_t *))dlsym(RTLD_NEXT, "time");
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextP.h160 Time time; /* time of last key or button action */ member in struct:_TextPart
H A DXaw3_1TextAction.c90 ctx->text.time = event->xbutton.time;
96 ctx->text.time = event->xkey.time;
101 ctx->text.time = event->xmotion.time;
107 ctx->text.time = event->xcrossing.time;
172 Time time; member in struct:_SelectionList
193 GetSelection(w, list->time, lis
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextP.h201 Time time; /* time of last key or button action */ member in struct:_TextPart
H A DTextAction.c97 ctx->text.time = event->xbutton.time;
101 ctx->text.time = event->xkey.time;
104 ctx->text.time = event->xmotion.time;
108 ctx->text.time = event->xcrossing.time;
157 Time time; member in struct:_SelectionList
202 response, we'll ask again, this time fo
[all...]
/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_drv.h304 struct timeval time; member in struct:drm_i915_error_state
1385 * an emission time with seqnos for tracking how far ahead of the GPU we are.

Completed in 432 milliseconds