Searched refs:timezone (Results 1 – 12 of 12) sorted by relevance
33 struct timezone tz; in ftime()45 tb->timezone = tz.tz_minuteswest; in ftime()
39 if (gettimeofday(&tt, (struct timezone *)0) < 0) in time()
38 short timezone; member
37 extern int gettimeofday(struct timeval *, struct timezone *);38 extern int settimeofday(const struct timeval *, const struct timezone *);
51 #define ANDROID_ALARM_SET_TIMEZONE _IOW('a', 6, struct timezone)
36 struct timezone { struct
90 extern long int timezone;
176 - <time.h>: Properly implement the 'timezone' and 'daylight' global variables179 - <time.h>: Fix timezone management implementation to properly update
81 The name of the current timezone is taken from the TZ environment variable,82 if defined. Otherwise, the system property named 'persist.sys.timezone' is85 The zoneinfo timezone database and index files are located under directory
624 diff = -timezone;
290 time_t timezone = 0; variable334 timezone = 0; in settzname()354 timezone = -(ttisp->tt_gmtoff); in settzname()
179 int gettimeofday(struct timeval*, struct timezone*) 78180 int settimeofday(const struct timeval*, const struct timezone*) 79