Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dtime64.c394 static void copy_TM_to_tm(const struct TM *src, struct tm *dest) { in copy_TM_to_tm() function
493 copy_TM_to_tm(input_date, &safe_date); in mktime64()
500 copy_TM_to_tm(&date, &safe_date); in mktime64()