Searched refs:timezone (Results 1 – 19 of 19) sorted by relevance
/bionic/libc/include/sys/ |
D | time.h | 41 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/ |
D | ndk_cruft.cpp | 300 short timezone; member 307 struct timezone tz; in ftime() 320 tb->timezone = tz.tz_minuteswest; in ftime()
|
D | vdso.cpp | 33 extern "C" int __gettimeofday(struct timeval*, struct timezone*); 60 int gettimeofday(timeval* tv, struct timezone* tz) { in gettimeofday()
|
/bionic/libc/kernel/uapi/linux/ |
D | time.h | 27 struct timezone { struct
|
/bionic/libc/tzcode/ |
D | private.h | 182 # define timezone sys_timezone macro 193 # undef timezone 666 # undef timezone 667 # define timezone tz_timezone macro 734 extern long timezone;
|
D | localtime.c | 199 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()
|
D | strptime.c | 448 tm->tm_gmtoff = -(timezone); in _strptime()
|
D | strftime.c | 608 diff = -timezone; in _fmt()
|
/bionic/tests/headers/posix/ |
D | sys_time_h.c | 67 FUNCTION(gettimeofday, int (*f)(struct timeval*, struct timezone*)); in sys_time_h()
|
D | time_h.c | 108 long l = timezone; in time_h()
|
/bionic/libc/include/ |
D | time.h | 67 extern long int timezone;
|
/bionic/libc/ |
D | SECCOMP_BLOCKLIST_APP.TXT | 36 int settimeofday(const struct timeval*, const struct timezone*) all
|
D | SYSCALLS.TXT | 229 int settimeofday(const struct timeval*, const struct timezone*) all 372 int __gettimeofday:gettimeofday(struct timeval*, struct timezone*) all
|
D | libc.map.txt | 1090 timezone; # var
|
D | Android.bp | 264 // Include `tzname`, `timezone`, and `daylight` globals. 270 // Use the empty string (instead of " ") as the timezone abbreviation
|
/bionic/ |
D | README.md | 158 # timezone data. 160 # Android-format timezone data. 319 [system/timezone/README.android](https://android.googlesource.com/platform/system/timezone/+/main/R…
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1072 timezone
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1090 timezone; # var
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_151.S | 14456 GOT_RELOC(timezone)
|