/illumos-gate/usr/src/data/zoneinfo/ |
H A D | README | 3 The /usr/share/lib/zoneinfo/src directory contains zoneinfo timezone source 15 /usr/share/lib/zoneinfo/GMT[+-]* files with the equivalent quoted timezone 17 timezone are reversed from the signs of the /usr/share/lib/zoneinfo/GMT[+-]* 21 significant. Without the colon, for example TZ=GMT+1, an unquoted timezone 23 timezone files listed below.) 54 and timezone name abbreviations may change. This can affect how 55 the times are calculated in the local timezone. Therefore the interpretation 59 The zoneinfo timezone data files do not transition past
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | tvlib | 54 struct timezone tz; 55 if (gettimeofday(&tv, (struct timezone*)0) < 0) 57 printf("#define tmgettimeofday(p) gettimeofday(p,(struct timezone*)0)\n"); 59 printf("#define tmsettimeofday(p) settimeofday(p,(struct timezone*)0)\n");
|
/illumos-gate/usr/src/cmd/ypcmd/net_files/ |
H A D | Makefile | 83 timezone auto.master auto.home ageing \ 314 timezone.time: $(DIR)/timezone 315 -@if [ -f $(DIR)/timezone ]; then \ 318 | $(MAKEDBM) - $(YPDBDIR)/$(DOM)/timezone.byname; \ 319 touch timezone.time; \ 322 $(YPPUSH) timezone.byname; \ 471 timezone: timezone.time target 479 $(DIR)/timezone:
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | time_gdata.c | 32 #pragma weak _timezone = timezone 41 long int timezone = 0; /* XPG4 version 2 */ variable
|
H A D | ftime.c | 59 tp->timezone = timezone / 60; in ftime()
|
H A D | localtime.c | 639 offset = (my_is_in_dst) ? -altzone : -timezone; in localtime_r() 739 t += (tmptr->tm_isdst > 0) ? altzone : timezone; in mktime1() 749 long dst_delta = timezone - altzone; in mktime1() 761 -timezone, &_tm); in mktime1() 764 (void) offtime_u((time_t)t, -timezone, in mktime1() 779 -timezone, &_tm); in mktime1() 795 -timezone, &_tm); in mktime1() 809 (void) offtime_u((time_t)t, -timezone, &_tm); in mktime1() 950 timezone = altzone = 0; in ltzset_u() 1059 timezone = lclzonep->default_timezone; in set_zone_default_context() [all …]
|
/illumos-gate/usr/src/ucblib/libucb/port/gen/ |
H A D | ftime.c | 53 struct timezone tz; in ftime() 59 tp->timezone = (short)tz.tz_minuteswest; in ftime()
|
/illumos-gate/usr/src/cmd/rtc/ |
H A D | rtc.c | 202 current_lag = isdst ? altzone : timezone; in set_zone() 206 current_lag = timezone; in set_zone() 239 current_lag = isdst ? altzone : timezone; in correct_rtc_and_lag() 243 current_lag = timezone; in correct_rtc_and_lag()
|
/illumos-gate/usr/src/lib/libzoneinfo/common/ |
H A D | libzone.c | 677 free_timezones(struct tz_timezone *timezone) in free_timezones() argument 681 tzptr = timezone; in free_timezones() 824 isvalid_tz(char *timezone, char *root, int flag) in isvalid_tz() argument 830 if ((timezone == NULL) || (*timezone == '\0')) { in isvalid_tz() 841 if (_tz_match(_GMT_EXPR, timezone) == 0) { in isvalid_tz() 848 if (_tz_match(_POSIX_EXPR, timezone) == 0) { in isvalid_tz() 856 if (_tz_match(_POSIX_EXPR, timezone) == 0) { in isvalid_tz() 873 if (*timezone == ':') { in isvalid_tz() 874 timezone++; in isvalid_tz() 879 "%s%s/%s", root, TZDIR, timezone); in isvalid_tz() [all …]
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/features/ |
H A D | time | 10 struct timezone tz; 29 #define timeofday(p) gettimeofday(p,(struct timezone*)0)
|
/illumos-gate/usr/src/cmd/cron/ |
H A D | att1.y | 68 : time ampm timezone date incr { 78 | time ampm timezone date incr UNKNOWN { 135 timezone
|
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | tvlib | 17 #define tmgettimeofday(p) gettimeofday(p,(struct timezone*)0) 18 #define tmsettimeofday(p) settimeofday(p,(struct timezone*)0)
|
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/ |
H A D | tvlib | 17 #define tmgettimeofday(p) gettimeofday(p,(struct timezone*)0) 18 #define tmsettimeofday(p) settimeofday(p,(struct timezone*)0)
|
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | tvlib | 17 #define tmgettimeofday(p) gettimeofday(p,(struct timezone*)0) 18 #define tmsettimeofday(p) settimeofday(p,(struct timezone*)0)
|
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/ |
H A D | tvlib | 17 #define tmgettimeofday(p) gettimeofday(p,(struct timezone*)0) 18 #define tmsettimeofday(p) settimeofday(p,(struct timezone*)0)
|
/illumos-gate/usr/src/lib/libresolv2/include/ |
H A D | port_after.h | 420 int isc__gettimeofday(struct timeval *tp, struct timezone *tzp); 468 struct timezone; 494 int gettimeofday(struct timeval *, struct timezone *); 497 int gettimeofday(struct timeval *, struct timezone *);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/ |
H A D | main.c | 203 (void) gettimeofday(&now, (struct timezone *)NULL); in main() 259 (struct timezone *)NULL); in main() 270 (void) gettimeofday(&now, (struct timezone *)NULL); in main()
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | arpadate.c | 170 extern char *timezone(); 172 tz = timezone(off, lt->tm_isdst);
|
/illumos-gate/usr/src/cmd/hal/hald/ |
H A D | logger.c | 146 struct timezone tzone; in logger_emit() 217 struct timezone tzone; in logger_forward_debug()
|
/illumos-gate/usr/src/cmd/fs.d/pcfs/mount/ |
H A D | mount.c | 203 if (tzdone && timezone == 0 && altzone == 0 && daylight == 0 && in main() 208 (void) snprintf(tzstr, 100, "timezone=%d", timezone); in main()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | timeb.h | 59 short timezone; /* minutes west of CUT */ member
|
/illumos-gate/usr/src/cmd/fs.d/ufs/fsirand/ |
H A D | fsirand.c | 129 (void) gettimeofday(&timeval, (struct timezone *)NULL); in main() 180 (void) gettimeofday(&timeval, (struct timezone *)NULL); in main()
|
/illumos-gate/usr/src/cmd/touch/ |
H A D | touch.c | 343 when -= (timezone - altzone); in parse_datetime() 442 when -= (timezone-altzone); in parse_time() 485 when -= (timezone - altzone); in parse_timespec()
|
/illumos-gate/usr/src/cmd/acct/ |
H A D | acctcom.c | 60 extern long timezone; 343 daystart = (a->ac_btime - timezone + dst_secs) - in dofile() 344 ((a->ac_btime - timezone + dst_secs) % SECSINDAY); in dofile() 606 return(sec + timezone);
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.time.c | 40 (void) gettimeofday(&time0, (struct timezone *)0); in settimes() 62 (void) gettimeofday(&timedol, (struct timezone *)0); in dotime()
|