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

/bionic/libc/include/sys/
H A Dtimeb.h38 short timezone; member in struct:timeb
H A Dtime.h37 extern int gettimeofday(struct timeval *, struct timezone *);
38 extern int settimeofday(const struct timeval *, const struct timezone *);
/bionic/libc/unistd/
H A Dftime.c33 struct timezone tz;
45 tb->timezone = tz.tz_minuteswest;
H A Dtime.c39 if (gettimeofday(&tt, (struct timezone *)0) < 0)
/bionic/libc/kernel/common/linux/
H A Dandroid_alarm.h51 #define ANDROID_ALARM_SET_TIMEZONE _IOW('a', 6, struct timezone)
H A Dtime.h36 struct timezone { struct
/bionic/libc/include/
H A Dtime.h61 /* defining TM_ZONE indicates that we have a "timezone abbreviation" field in
90 extern long int timezone;
/bionic/libc/tzcode/
H A Dstrftime.c609 ** altzone and timezone), and the
624 diff = -timezone;
H A Dlocaltime.c290 time_t timezone = 0; variable
334 timezone = 0;
354 timezone = -(ttisp->tt_gmtoff);
1274 // try the "persist.sys.timezone" system property first
1275 if (name == NULL && __system_property_get("persist.sys.timezone", buf) > 0)
/bionic/libc/
H A DAndroid.mk515 # 'timezone' and 'daylight' global variables, as well as

Completed in 219 milliseconds