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

/bionic/libc/private/
H A Dbionic_vdso.h42 extern "C" int __gettimeofday(timeval*, struct timezone*);
/bionic/libc/kernel/uapi/linux/
H A Dtime.h36 struct timezone { struct
/bionic/libc/include/sys/
H A Dtime.h41 extern int gettimeofday(struct timeval *, struct timezone *);
42 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/bionic/
H A Dndk_cruft.cpp294 short timezone; member in struct:timeb
301 struct timezone tz;
314 tb->timezone = tz.tz_minuteswest;
H A Dvdso.cpp40 int gettimeofday(timeval* tv, struct timezone* tz) {
/bionic/libc/tzcode/
H A Dprivate.h386 ** Similarly for timezone, daylight, and altzone.
394 # ifndef timezone
395 extern long timezone;
H A Dstrftime.c515 // "Replaced by the timezone name or abbreviation, or by no bytes if no
516 // timezone information exists."
549 ** altzone and timezone), and the
564 diff = -timezone;
H A Dlocaltime.c197 long timezone; variable
268 timezone = - ttisp->tt_gmtoff;
285 timezone = 0;
1322 // If that's not set, look at the "persist.sys.timezone" system property.
1327 pi = __system_property_find("persist.sys.timezone");
1422 ** set the applicable parts of tzname, timezone and altzone;
/bionic/libc/
H A DAndroid.mk751 # Include timezone and daylight globals.
753 # Use the empty string (instead of " ") as the timezone abbreviation fallback.

Completed in 217 milliseconds