Home
last modified time | relevance | path

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

/Zephyr-latest/lib/libc/common/source/time/
Dasctime.c18 static char *asctime_impl(const struct tm *tp, char *buf) in asctime_impl() function
48 return asctime_impl(tp, buf); in asctime()
54 return asctime_impl(tp, buf); in asctime_r()