Searched refs:timezone (Results 1 – 22 of 22) sorted by relevance
/bionic/libc/private/ |
D | bionic_vdso.h | 42 extern "C" int __gettimeofday(timeval*, struct timezone*);
|
/bionic/libc/include/sys/ |
D | time.h | 41 extern int gettimeofday(struct timeval *, struct timezone *); 42 extern int settimeofday(const struct timeval *, const struct timezone *);
|
/bionic/libc/kernel/uapi/linux/ |
D | time.h | 36 struct timezone { struct
|
/bionic/libc/bionic/ |
D | ndk_cruft.cpp | 294 short timezone; member 301 struct timezone tz; in ftime() 314 tb->timezone = tz.tz_minuteswest; in ftime()
|
D | vdso.cpp | 40 int gettimeofday(timeval* tv, struct timezone* tz) { in gettimeofday()
|
/bionic/libc/include/ |
D | time.h | 42 extern long int timezone __LIBC_ABI_PUBLIC__;
|
/bionic/libc/tzcode/ |
D | private.h | 394 # ifndef timezone 395 extern long timezone;
|
D | strftime.c | 564 diff = -timezone; in _fmt()
|
D | localtime.c | 197 long timezone; variable 268 timezone = - ttisp->tt_gmtoff; in update_tzname_etc() 285 timezone = 0; in settzname()
|
/bionic/libc/ |
D | SYSCALLS.TXT | 210 int settimeofday(const struct timeval*, const struct timezone*) all 349 int gettimeofday(timeval*, timezone*) arm,mips,mips64 350 int __gettimeofday:gettimeofday(timeval*, timezone*) arm64,x86,x86_64
|
D | libc.arm64.map | 1012 timezone;
|
D | libc.mips64.map | 1012 timezone;
|
D | libc.x86_64.map | 1012 timezone;
|
D | libc.mips.brillo.map | 1072 timezone;
|
D | libc.x86.brillo.map | 1070 timezone;
|
D | libc.mips.map | 1072 timezone;
|
D | libc.arm.brillo.map | 1074 timezone;
|
D | libc.x86.map | 1070 timezone;
|
D | libc.map.txt | 1099 timezone;
|
D | libc.arm.map | 1074 timezone;
|
D | Android.bp | 201 // Include timezone and daylight globals. 203 // Use the empty string (instead of " ") as the timezone abbreviation
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1072 timezone
|