Home
last modified time | relevance | path

Searched defs:asctime_r (Results 1 – 3 of 3) sorted by relevance

/aosp12/bionic/libc/tzcode/
H A Dasctime.c72 asctime_r(register const struct tm *timeptr, char *buf) in asctime_r() function
H A Dprivate.h74 #define asctime_r _incompatible_asctime_r macro
/aosp12/bionic/tests/
H A Dtime_test.cpp1028 TEST(time, asctime_r) { in TEST() argument