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

/bionic/libc/upstream-openbsd/lib/libc/gen/
H A Dtime.c39 if (gettimeofday(&tt, (struct timezone *)0) < 0)
/bionic/libc/bionic/
H A Dvdso.cpp35 extern "C" int __gettimeofday(timeval*, struct timezone*);
59 int gettimeofday(timeval* tv, struct timezone* tz) {
60 static int (*vdso_gettimeofday)(timeval*, struct timezone*) =
61 (int (*)(timeval*, struct timezone*)) vdso_entries[VDSO_GETTIMEOFDAY].fn;
H A Dndk_cruft.cpp275 short timezone; member in struct:timeb
282 struct timezone tz;
295 tb->timezone = tz.tz_minuteswest;
/bionic/libc/kernel/uapi/linux/
H A Dtime.h36 struct timezone { struct
/bionic/libc/include/sys/
H A Dtime.h37 extern int gettimeofday(struct timeval *, struct timezone *);
38 extern int settimeofday(const struct timeval *, const struct timezone *);
/bionic/libc/include/
H A Dtime.h42 extern long int timezone __LIBC_ABI_PUBLIC__;
/bionic/libc/tzcode/
H A Dstrftime.c582 ** altzone and timezone), and the
597 diff = -timezone;
H A Dlocaltime.c235 long timezone = 0; variable
276 timezone = 0;
304 timezone = -(ttisp->tt_gmtoff);
1223 // try the "persist.sys.timezone" system property first
1225 if (name == NULL && __system_property_get("persist.sys.timezone", buf) > 0) {
2267 // Caches the most recent timezone (http://b/8270865).
2275 // Do we already have this timezone cached?
2295 // Non-standard API: mktime(3) but with an explicit timezone parameter.
/bionic/libc/
H A DAndroid.mk613 # Include timezone and daylight globals.

Completed in 834 milliseconds