HomeSort by relevance Sort by last modified time
    Searched defs:timezone (Results 1 - 7 of 7) sorted by null

  /onnv/onnv-gate/usr/src/lib/libbc/libc/compat/4.1/
ftime.c 44 short timezone; member in struct:timeb
60 tp->timezone = _timezone / 60;
  /onnv/onnv-gate/usr/src/uts/common/sys/
timeb.h 59 short timezone; /* minutes west of CUT */ member in struct:timeb
time.h 76 struct timezone { struct
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
time_gdata.c 34 #pragma weak _timezone = timezone
43 long int timezone = 0; /* XPG4 version 2 */ variable
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/4.2/
timezone.c 34 * giving the name of the local timezone.
63 char *timezone(zone, dst) function
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/sys/
time.h 21 struct timezone { struct
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
localtime.c 178 time_t timezone = 0; variable
270 timezone = 0;
282 timezone = -(ttisp->tt_gmtoff);
    [all...]

Completed in 60 milliseconds