Searched defs:time0 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.h138 struct timeval time0; /* Time at which the shell started */ variable in typeref:struct:timeval
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c455 difftime(time_t time1, time_t time0) argument
457 if (time1 < time0) {
458 time0 -= time1;
459 return (-(double)*(unsigned long *) &time0);
461 time1 -= time0;

Completed in 61 milliseconds