Home
last modified time | relevance | path

Searched refs:zone (Results 1 – 25 of 29) sorted by relevance

12

/original-bsd/lib/libc/gen/
H A Dtimezone.c32 timezone(zone, dst) in timezone() argument
33 int zone, in timezone()
51 return(_tztab(zone,dst)); /* default: table or created zone */
54 static struct zone { struct
85 _tztab(zone,dst) in _tztab() argument
86 register int zone; in _tztab()
89 register struct zone *zp;
93 if (zp->offset == zone) {
100 if (zone < 0) { /* create one */
101 zone = -zone;
[all …]
/original-bsd/libexec/getty/
H A Dget_date.c33 char *zone; local
39 zone = AM; /* default to morning */
43 zone = PM; /* noon */
46 zone = PM;
54 zone,
/original-bsd/share/zoneinfo/datfiles/
H A Dfactory3 # For companies who don't want to put time zone specification in
8 Zone Factory 0 - "Local time zone must be set--see zic manual page"
H A Dnorthamerica45 # The YST zone now covers nearly all of the state, AHST just part
71 # Legal standard time zone names, from United States Code (1982 Edition and
276 # a zone that's GMT-8 with DST; a zone that's always GMT-7;
277 # a zone that's GMT-6 with DST; and a zone that's always GMT-6.
H A Dasia14 # People's Republic of China. Yes, they really have only one time zone.
19 # Peking (Bejing) time zone was recognized. Since that date, China
25 # DST start/end dates for Peking's time zone (info from AP):
H A Dsouthamerica5 # listed here do not observe DST, according to the OAG. Time zone names
H A Dusno19885 # Here's some United States Naval Observatory time zone data from
H A Deurope156 # According to Bernard Sieloff's source, Poland is in the MET time zone but
H A Dusno19895 # Here's time zone information from the United States Naval Observatory;
/original-bsd/usr.sbin/config/
H A Dconfig.y170 = { zone = 60 * $2; check_tz(); } |
172 = { zone = 60 * $2; dst = $4; check_tz(); } |
174 = { zone = 60 * $2; dst = 1; check_tz(); } |
176 = { zone = $2; check_tz(); } |
178 = { zone = $2; dst = $4; check_tz(); } |
180 = { zone = $2; dst = 1; check_tz(); } |
182 = { zone = -60 * $3; check_tz(); } |
188 = { zone = -$3; check_tz(); } |
190 = { zone = -$3; dst = $5; check_tz(); } |
192 = { zone = -$3; dst = 1; check_tz(); } |
[all …]
H A Dconfig.h178 int zone, hadtz; variable
H A Dmkmakefile.c163 zone, dst, maxusers); in makefile()
/original-bsd/usr.bin/at/atrun/
H A Datrun.c105 struct timezone zone; /* time zone we're in (NOT USED) */ local
110 if (gettimeofday(&time,&zone) < 0) {
484 struct timezone zone; /* time zone we're in (NOT USED) */ in updatetime() local
490 if (gettimeofday(&time,&zone) < 0) { in updatetime()
/original-bsd/libexec/talkd/
H A Dannounce.c70 struct timezone zone; local
82 gettimeofday(&clock, &zone);
/original-bsd/share/zoneinfo/DIST/
H A Dzdump.c235 show(zone, t, v) in show() argument
236 char * zone; in show()
243 (void) printf("%-*s ", longest, zone);
/original-bsd/old/talk/talkd/
H A Dannounce.c112 struct timezone zone; local
123 gettimeofday(&clock, &zone);
/original-bsd/share/zoneinfo/
H A Dzic.c67 struct zone { struct
127 static void outzone __P((const struct zone * zp, int ntzones));
240 static struct zone * zones;
498 zones = (struct zone *) emalloc(0);
611 register struct zone * zp; in associate()
878 static struct zone z;
933 zones = (struct zone *) erealloc((char *) zones,
1297 const struct zone * const zpfirst; in outzone()
1300 register const struct zone * zp;
/original-bsd/usr.bin/at/at/
H A Dat.c742 struct timezone zone; variable
744 if (gettimeofday(&time,&zone) < 0) {
/original-bsd/usr.bin/at/atq/
H A Datq.c315 struct timezone zone; /* NOT USED */ in plastrun() local
/original-bsd/etc/etc.pmax/
H A Ddisktab156 # depending on what zone of the disk is in use (simply multiplying
/original-bsd/games/larn/
H A DFixed.Bugs131 on H, 1, or V1, etc. you would be placed in a phantom zone where the display
/original-bsd/usr.sbin/sendmail/cf/m4/
H A Dproto.m4305 # time zone handling:
/original-bsd/sys/sparc/sparc/
H A Dlocore.s1308 st %l6, [%l7 + %lo(_redzone)] ! restore red zone
1337 st %l6, [%l7 + %lo(_redzone)] ! and restore red zone
/original-bsd/usr.sbin/sendmail/cf/
H A DREADME1317 confTIME_ZONE TimeZoneSpec [USE_SYSTEM] Time zone info -- can be
/original-bsd/share/dict/
H A Dwords25474 zone

12