Home
last modified time | relevance | path

Searched refs:time64_t (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/include/
Dtime64.h48 typedef int64_t time64_t; typedef
52 char* ctime64(const time64_t*);
53 char* ctime64_r(const time64_t*, char*);
54 struct tm* gmtime64(const time64_t*);
55 struct tm* gmtime64_r(const time64_t*, struct tm*);
56 struct tm* localtime64(const time64_t*);
57 struct tm* localtime64_r(const time64_t*, struct tm*);
58 time64_t mktime64(const struct tm*);
59 time64_t timegm64(const struct tm*);
60 time64_t timelocal64(const struct tm*);
/bionic/libc/tzcode/
Dstrftime.c46 #define time64_t time_t macro
357 time64_t) + 1]; in _fmt()
358 time64_t mkt; in _fmt()
362 if (TYPE_SIGNED(time64_t)) in _fmt()
/bionic/docs/
D32-bit-abi.md91 The header `<time64.h>` and type `time64_t` exist as a workaround,
/bionic/libc/bionic/
Dtime64.c75 typedef time64_t Time64_T;
/bionic/libc/
DAndroid.bp23 // off64_t/time64_t support on LP32.