Home
last modified time | relevance | path

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

/bionic/libc/include/sys/
Dtime.h41 int gettimeofday(struct timeval* _Nullable __tv, struct timezone* _Nullable __tz);
42 int settimeofday(const struct timeval* _Nullable __tv, const struct timezone* _Nullable __tz);
/bionic/libc/bionic/
Dndk_cruft.cpp300 short timezone; member
307 struct timezone tz; in ftime()
320 tb->timezone = tz.tz_minuteswest; in ftime()
Dvdso.cpp33 extern "C" int __gettimeofday(struct timeval*, struct timezone*);
60 int gettimeofday(timeval* tv, struct timezone* tz) { in gettimeofday()
/bionic/libc/kernel/uapi/linux/
Dtime.h27 struct timezone { struct
/bionic/libc/tzcode/
Dprivate.h182 # define timezone sys_timezone macro
193 # undef timezone
666 # undef timezone
667 # define timezone tz_timezone macro
734 extern long timezone;
Dlocaltime.c199 long timezone; variable
281 timezone = - ttisp->tt_utoff; in update_tzname_etc()
322 timezone = 0; in settzname()
2510 # define timezone 0 macro
2532 int_fast32_t offset = EPOCH_LOCAL ? (daylight ? timezone : altzone) : 0; in time()
Dstrptime.c448 tm->tm_gmtoff = -(timezone); in _strptime()
Dstrftime.c608 diff = -timezone; in _fmt()
/bionic/tests/headers/posix/
Dsys_time_h.c67 FUNCTION(gettimeofday, int (*f)(struct timeval*, struct timezone*)); in sys_time_h()
Dtime_h.c108 long l = timezone; in time_h()
/bionic/libc/include/
Dtime.h67 extern long int timezone;
/bionic/libc/
DSECCOMP_BLOCKLIST_APP.TXT36 int settimeofday(const struct timeval*, const struct timezone*) all
DSYSCALLS.TXT229 int settimeofday(const struct timeval*, const struct timezone*) all
372 int __gettimeofday:gettimeofday(struct timeval*, struct timezone*) all
Dlibc.map.txt1090 timezone; # var
DAndroid.bp264 // Include `tzname`, `timezone`, and `daylight` globals.
270 // Use the empty string (instead of " ") as the timezone abbreviation
/bionic/
DREADME.md158 # timezone data.
160 # Android-format timezone data.
319 [system/timezone/README.android](https://android.googlesource.com/platform/system/timezone/+/main/R…
/bionic/libc/tools/
Dposix-2013.txt1072 timezone
/bionic/tools/versioner/platforms/
Dlibc.map.txt1090 timezone; # var
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_151.S14456 GOT_RELOC(timezone)