Searched refs:timezone (Results 1 – 19 of 19) 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/private/ |
D | bionic_vdso.h | 48 extern "C" int __gettimeofday(timeval*, struct timezone*);
|
/bionic/libc/kernel/uapi/linux/ |
D | time.h | 42 struct timezone { struct
|
/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/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/tzcode/ |
D | private.h | 399 # ifndef timezone 400 extern long timezone;
|
D | strptime.c | 469 tm->tm_gmtoff = -(timezone); in _strptime()
|
D | strftime.c | 586 diff = -timezone; in _fmt()
|
D | localtime.c | 197 long timezone; variable 269 timezone = - ttisp->tt_gmtoff; in update_tzname_etc() 286 timezone = 0; in settzname()
|
/bionic/libc/ |
D | SECCOMP_BLOCKLIST_APP.TXT | 34 int settimeofday(const struct timeval*, const struct timezone*) all
|
D | SYSCALLS.TXT | 217 int settimeofday(const struct timeval*, const struct timezone*) all 357 int __gettimeofday:gettimeofday(struct timeval*, struct timezone*) all
|
D | Android.bp | 256 // Include `tzname`, `timezone`, and `daylight` globals. 259 // Use the empty string (instead of " ") as the timezone abbreviation
|
D | libc.map.txt | 1092 timezone; # var
|
/bionic/ |
D | README.md | 195 [system/timezone/README.android](https://android.googlesource.com/platform/system/timezone/+/master…
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1072 timezone
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1092 timezone; # var
|