Searched refs:timezone (Results 1 – 20 of 20) sorted by relevance
/bionic/libc/include/sys/ |
D | time.h | 41 int gettimeofday(struct timeval* __tv, struct timezone* __tz); 42 int settimeofday(const struct timeval* __tv, const struct timezone* __tz);
|
/bionic/libc/tzcode/ |
D | private.h | 143 # define timezone sys_timezone macro 154 # undef timezone 500 # undef timezone 501 # define timezone tz_timezone macro 548 extern long timezone;
|
D | localtime.c | 205 long timezone; variable 287 timezone = - ttisp->tt_utoff; in update_tzname_etc() 328 timezone = 0; in settzname() 2464 # define timezone 0 macro 2486 int_fast32_t offset = EPOCH_LOCAL ? (daylight ? timezone : altzone) : 0; in time()
|
D | strptime.c | 447 tm->tm_gmtoff = -(timezone); in _strptime()
|
D | strftime.c | 597 diff = -timezone; in _fmt()
|
/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 | 54 int gettimeofday(timeval* tv, struct timezone* tz) { in gettimeofday()
|
/bionic/libc/private/ |
D | bionic_vdso.h | 48 extern "C" int __gettimeofday(timeval*, struct timezone*);
|
/bionic/libc/kernel/uapi/linux/ |
D | time.h | 39 struct timezone { struct
|
/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 | 42 extern long int timezone;
|
/bionic/libc/ |
D | SECCOMP_BLOCKLIST_APP.TXT | 36 int settimeofday(const struct timeval*, const struct timezone*) all
|
D | SYSCALLS.TXT | 225 int settimeofday(const struct timeval*, const struct timezone*) all 367 int __gettimeofday:gettimeofday(struct timeval*, struct timezone*) all
|
D | libc.map.txt | 1090 timezone; # var
|
D | Android.bp | 275 // Include `tzname`, `timezone`, and `daylight` globals. 281 // Use the empty string (instead of " ") as the timezone abbreviation
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1072 timezone
|
/bionic/ |
D | README.md | 296 [system/timezone/README.android](https://android.googlesource.com/platform/system/timezone/+/master…
|
/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)
|