Home
last modified time | relevance | path

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

/bionic/libc/unistd/
Dftime.c33 struct timezone tz; in ftime()
45 tb->timezone = tz.tz_minuteswest; in ftime()
Dtime.c39 if (gettimeofday(&tt, (struct timezone *)0) < 0) in time()
/bionic/libc/include/sys/
Dtimeb.h38 short timezone; member
Dtime.h37 extern int gettimeofday(struct timeval *, struct timezone *);
38 extern int settimeofday(const struct timeval *, const struct timezone *);
/bionic/libc/kernel/common/linux/
Dandroid_alarm.h51 #define ANDROID_ALARM_SET_TIMEZONE _IOW('a', 6, struct timezone)
Dtime.h36 struct timezone { struct
/bionic/libc/include/
Dtime.h90 extern long int timezone;
/bionic/libc/docs/
DCHANGES.TXT176 - <time.h>: Properly implement the 'timezone' and 'daylight' global variables
179 - <time.h>: Fix timezone management implementation to properly update
DOVERVIEW.TXT81 The name of the current timezone is taken from the TZ environment variable,
82 if defined. Otherwise, the system property named 'persist.sys.timezone' is
85 The zoneinfo timezone database and index files are located under directory
/bionic/libc/tzcode/
Dstrftime.c624 diff = -timezone;
Dlocaltime.c290 time_t timezone = 0; variable
334 timezone = 0; in settzname()
354 timezone = -(ttisp->tt_gmtoff); in settzname()
/bionic/libc/
DSYSCALLS.TXT179 int gettimeofday(struct timeval*, struct timezone*) 78
180 int settimeofday(const struct timeval*, const struct timezone*) 79