Home
last modified time | relevance | path

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

/bionic/libc/include/
Dtime.h77 extern char* strptime(const char*, const char*, struct tm*) __LIBC_ABI_PUBLIC__;
/bionic/tests/
Dtime_test.cpp119 TEST(time, strptime) { in TEST() argument
126 strptime("11:14", "%R", &t); in TEST()
131 strptime("09:41:53", "%T", &t); in TEST()
/bionic/libc/tzcode/
Dstrptime.c102 strptime(const char *buf, const char *fmt, struct tm *tm) in strptime() function