HomeSort by relevance Sort by last modified time
    Searched refs:time0 (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/cmd/csh/
sh.time.c 39 (void) gettimeofday(&time0, (struct timezone *)0);
62 prusage(&ru0, &ru1, &timedol, &time0);
sh.h 138 struct timeval time0; /* Time at which the shell started */ variable in typeref:struct:timeval
sh.c 1136 new = stb.st_mtime > time0.tv_sec;
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
localtime.c 451 difftime(time_t time1, time_t time0)
453 if (time1 < time0) {
454 time0 -= time1;
455 return (-(double)*(unsigned long *) &time0);
457 time1 -= time0;
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/port/
llib-lc 1015 double difftime(time_t time1, time_t time0);
    [all...]

Completed in 60 milliseconds