Home
last modified time | relevance | path

Searched refs:timezone (Results 1 – 25 of 100) sorted by relevance

1234

/original-bsd/lib/libcompat/4.1/
H A Dftime.c23 short timezone; member
31 struct timezone tz;
41 tp->timezone = tz.tz_minuteswest;
47 tp->timezone = -localtime(&zero)->tm_gmtoff / 60;
49 tp->timezone = -tm->tm_gmtoff / 60;
/original-bsd/sys/sys/
H A Dtime.h41 struct timezone { struct
97 int gettimeofday __P((struct timeval *, struct timezone *));
99 int settimeofday __P((const struct timeval *, const struct timezone *));
H A Dtimeb.h19 short timezone; /* minutes west of CUT */ member
H A Dkernel.h27 extern struct timezone tz; /* XXX */
/original-bsd/contrib/libg++-2.3/libg++/g++-include/
H A Dtime.h83 extern int gettimeofday(struct timeval*, struct timezone*);
84 extern int settimeofday _G_ARGS((const struct timeval*,const struct timezone*));
/original-bsd/sys/tahoe/conf/
H A DGENERIC.hcx97 timezone 8 dst
8 timezone 8 dst
H A DGENERIC.alltahoe7 timezone 8 dst
8 timezone 8 dst
/original-bsd/lib/libc/gen/
H A Dtime.c21 if (gettimeofday(&tt, (struct timezone *)0) < 0)
H A Dtimes.c38 if (gettimeofday(&t, (struct timezone *)0))
H A Dtimezone.c32 timezone(zone, dst) in timezone() function
/original-bsd/usr.sbin/sendmail/src/
H A Darpadate.c160 extern char *timezone();
162 tz = timezone(off, lt->tm_isdst);
/original-bsd/usr.bin/time/
H A Dtime.c50 gettimeofday(&before, (struct timezone *)NULL);
66 gettimeofday(&after, (struct timezone *)NULL);
/original-bsd/sbin/routed/
H A Dmain.c124 (void) gettimeofday(&now, (struct timezone *)NULL);
205 (struct timezone *)NULL);
215 (void) gettimeofday(&now, (struct timezone *)NULL);
/original-bsd/usr.bin/lock/
H A Dlock.c102 if (gettimeofday(&timval, (struct timezone *)NULL)) {
178 if (!gettimeofday(&timval, (struct timezone *)NULL)) in hi()
/original-bsd/sys/conf/
H A Dparam.c49 struct timezone tz = { TIMEZONE, DST };
/original-bsd/include/
H A Dtime.h73 char *timezone __P((int, int));
/original-bsd/sys/luna68k/conf/
H A DOMRON18 timezone -9
H A DPIT9 timezone 5
H A DKABOSU9 timezone -9
/original-bsd/games/tetris/
H A Dinput.c56 #define NILTZ ((struct timezone *)0)
/original-bsd/share/zoneinfo/datfiles/
H A Dleapseconds3 # Allowance for leapseconds added to each timezone file.
/original-bsd/usr.bin/at/atrun/
H A Datrun.c105 struct timezone zone; /* time zone we're in (NOT USED) */
484 struct timezone zone; /* time zone we're in (NOT USED) */ in updatetime()
/original-bsd/local/sccscmds/sccscmds.2/com/
H A Ddate_ab.c66 tim += timeb.timezone; /* GMT correction */
/original-bsd/libexec/bugfiler/
H A Dprocess.c58 if (gettimeofday(&tp, (struct timezone *)NULL)) in process()
/original-bsd/local/sccscmds/sccscmds.ok/com/
H A Ddate_ab.c66 tim += timeb.timezone; /* GMT correction */

1234