Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dstrftime.c147 strftime(char *s, size_t maxsize, const char *format, const struct tm *t) in strftime() function
Dprivate.h468 # define strftime tz_strftime macro
/bionic/tests/
Dtime_test.cpp229 TEST(time, strftime) { in TEST() argument