Searched defs:TM (Results 1 - 1 of 1) sorted by relevance

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

Completed in 48 milliseconds