Searched refs:timezone (Results 1 - 12 of 12) sorted by relevance

/barrelfish-master/lib/libc/sys/
H A Dgettimeofday.c35 int __gettimeofday(struct timeval *tv, struct timezone *tz);
40 __gettimeofday(struct timeval *tv, struct timezone *tz)
H A D__vdso_gettimeofday.c96 __vdso_gettimeofday(struct timeval *tv, struct timezone *tz)
H A Dbarrelfish_syscalls.c123 int gettimeofday(struct timeval *tv, struct timezone *tz)
/barrelfish-master/lib/libc/gen/
H A Dtimezone.c31 static char sccsid[] = "@(#)timezone.c 8.1 (Berkeley) 6/4/93";
46 * timezone --
49 * giving the name of the local timezone. Should be replaced, in the
56 timezone(int zone, int dst) function
H A DMakefile.inc133 timezone.c \
288 timezone.3 \
/barrelfish-master/usr/eclipseclp/Usc/src/
H A Dusc.c98 struct timezone tzp;
/barrelfish-master/include/
H A Dtime.h136 char *tm_zone; /* timezone abbreviation */
193 char *timezone(int, int); /* XXX XSI conflict */
/barrelfish-master/lib/libc/include/
H A Dlibc_private.h309 struct timezone;
326 int __sys_gettimeofday(struct timeval *, struct timezone *);
/barrelfish-master/include/sys/
H A Dtime.h40 struct timezone { struct
487 int settimeofday(const struct timeval *, const struct timezone *);
492 int gettimeofday(struct timeval *, struct timezone *);
/barrelfish-master/usr/tests/e10ktest/
H A De10ktest_latencies.c101 int gettimeofday(struct timeval *tv, struct timezone *tz)
/barrelfish-master/lib/libc/stdtime/
H A Dstrftime.c513 * altzone and timezone), and the
528 diff = -timezone;
/barrelfish-master/lib/tzcode/stdtime/
H A Dlocaltime.c265 time_t timezone = 0; variable
307 timezone = 0;
330 timezone = -(ttisp->tt_gmtoff);

Completed in 82 milliseconds