Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dtime64.c77 #define TM tm macro
82 static struct TM Static_Return_Date;
196 Time64_T timegm64(const struct TM *date) { in timegm64()
245 static int check_tm(struct TM *tm) in check_tm()
362 static void copy_tm_to_TM(const struct tm *src, struct TM *dest) { in copy_tm_to_TM()
394 static void copy_TM_to_tm(const struct TM *src, struct tm *dest) { in copy_TM_to_tm()
486 Time64_T mktime64(const struct TM *input_date) { in mktime64()
488 struct TM date; in mktime64()
511 Time64_T timelocal64(const struct TM *date) { in timelocal64()
516 struct TM *gmtime64_r (const Time64_T *in_time, struct TM *p) in gmtime64_r()
[all …]