HomeSort by relevance Sort by last modified time
    Searched refs:timezone (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /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
ftime.c 61 tp->timezone = timezone / 60;
  /onnv/onnv-gate/usr/src/ucblib/libucb/port/gen/
ftime.c 55 struct timezone tz;
61 tp->timezone = (short)tz.tz_minuteswest;
  /onnv/onnv-gate/usr/src/uts/common/sys/
timeb.h 59 short timezone; /* minutes west of CUT */ member in struct:timeb
  /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/lib/libbc/libc/compat/sys5/
mkepoch.c 48 if (gettimeofday(&now, (struct timezone *)NULL) < 0) {
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
time.c 37 if (gettimeofday(&tt, (struct timezone *)0) < 0)
  /onnv/onnv-gate/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
tvlib 16 #define tmgettimeofday(p) gettimeofday(p,(struct timezone*)0)
17 #define tmsettimeofday(p) settimeofday(p,(struct timezone*)0)
  /onnv/onnv-gate/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
tvlib 16 #define tmgettimeofday(p) gettimeofday(p,(struct timezone*)0)
17 #define tmsettimeofday(p) settimeofday(p,(struct timezone*)0)
  /onnv/onnv-gate/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
tvlib 16 #define tmgettimeofday(p) gettimeofday(p,(struct timezone*)0)
17 #define tmsettimeofday(p) settimeofday(p,(struct timezone*)0)
  /onnv/onnv-gate/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
tvlib 16 #define tmgettimeofday(p) gettimeofday(p,(struct timezone*)0)
17 #define tmsettimeofday(p) settimeofday(p,(struct timezone*)0)
  /onnv/onnv-gate/usr/src/lib/libbc/inc/5include/
time.h 83 extern long timezone;
  /onnv/onnv-gate/usr/src/lib/libshell/amd64/src/cmd/ksh93/FEATURE/
time 22 #define timeofday(p) gettimeofday(p,(struct timezone*)0)
  /onnv/onnv-gate/usr/src/lib/libshell/i386/src/cmd/ksh93/FEATURE/
time 22 #define timeofday(p) gettimeofday(p,(struct timezone*)0)
  /onnv/onnv-gate/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/
time 22 #define timeofday(p) gettimeofday(p,(struct timezone*)0)
  /onnv/onnv-gate/usr/src/lib/libshell/sparcv9/src/cmd/ksh93/FEATURE/
time 22 #define timeofday(p) gettimeofday(p,(struct timezone*)0)
  /onnv/onnv-gate/usr/src/cmd/rtc/
rtc.c 184 current_lag = tm->tm_isdst ? altzone : timezone;
187 "Is NOT", tm->tm_isdst ? altzone : timezone);
192 tm->tm_isdst ? altzone : timezone);
219 current_lag = tm->tm_isdst ? altzone : timezone;
  /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/4.2/
timezone.c 34 * giving the name of the local timezone.
63 char *timezone(zone, dst) function
  /onnv/onnv-gate/usr/src/lib/libresolv2/common/bsd/
gettimeofday.c 19 isc__gettimeofday(struct timeval *tp, struct timezone *tzp) {
  /onnv/onnv-gate/usr/src/cmd/cron/
att1.y 71 : time ampm timezone date incr {
81 | time ampm timezone date incr UNKNOWN {
138 timezone
  /onnv/onnv-gate/usr/src/cmd/hal/hald/
logger.c 146 struct timezone tzone;
217 struct timezone tzone;
  /onnv/onnv-gate/usr/src/cmd/sendmail/src/
arpadate.c 37 ** Timezone is computed from local time, rather than
41 ** Some sites are now inserting the timezone into the
47 # define TZNAME_MAX 50 /* max size of timezone */
51 #define TZ_NONE 0 /* no character timezone support */
55 #define TZ_TIMEZONE 4 /* use timezone() */
74 ** to resolve the timezone.
121 ** should really get the timezone from the time in "ud" (which
172 extern char *timezone();
174 tz = timezone(off, lt->tm_isdst);
  /onnv/onnv-gate/usr/src/cmd/lms/SyncLib/src/
ThreadUnix.cpp 138 struct timezone tz;
185 struct timezone tz;
  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/common/
gettimeofday.c 48 struct timezone *tzp;
109 * There was not Rumanian timezone on 4.x.

Completed in 4559 milliseconds

1 2 3 4 5