Searched refs:strptime (Results 1 – 13 of 13) sorted by relevance
/bionic/libc/include/ |
D | time.h | 77 char* strptime(const char* __s, const char* __fmt, struct tm* __tm) __strftimelike(2);
|
/bionic/libc/tzcode/ |
D | strptime.c | 104 strptime(const char *buf, const char *fmt, struct tm *tm) in strptime() function 456 return strptime(buf, fmt, tm); in strptime_l()
|
/bionic/tests/ |
D | time_test.cpp | 265 TEST(time, strptime) { in TEST() argument 272 strptime("11:14", "%R", &t); in TEST() 277 strptime("09:41:53", "%T", &t); in TEST() 893 char* p = strptime("378720000x", "%s", &tm); in TEST() 908 p = strptime("378691200x", "%s", &tm); in TEST() 923 ASSERT_EQ(nullptr, strptime("x", "%s", &tm)); in TEST()
|
/bionic/tests/headers/posix/ |
D | time_h.c | 98 FUNCTION(strptime, char* (*f)(const char*, const char*, struct tm*)); in time_h()
|
/bionic/docs/ |
D | status.md | 60 * `%s` support in strptime (strftime already supported it)
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1016 strptime
|
/bionic/libc/ |
D | libc.arm64.map | 940 strptime;
|
D | libc.x86_64.map | 940 strptime;
|
D | libc.mips64.map | 940 strptime;
|
D | libc.x86.map | 995 strptime;
|
D | libc.mips.map | 997 strptime;
|
D | libc.arm.map | 999 strptime;
|
D | libc.map.txt | 1024 strptime;
|