Searched refs:strptime (Results 1 – 8 of 8) sorted by relevance
/bionic/tests/ |
D | time_test.cpp | 269 TEST(time, strptime) { in TEST() argument 276 strptime("11:14", "%R", &t); in TEST() 281 strptime("09:41:53", "%T", &t); in TEST() 307 ASSERT_EQ('\0', *strptime("2019-03-26", "%F", &tm)); in TEST() 319 ASSERT_EQ('\0', *strptime("AM", "%p", &tm)); in TEST() 323 ASSERT_EQ('\0', *strptime("am", "%p", &tm)); in TEST() 327 ASSERT_EQ('\0', *strptime("AM", "%P", &tm)); in TEST() 331 ASSERT_EQ('\0', *strptime("am", "%P", &tm)); in TEST() 339 ASSERT_EQ('\0', *strptime("2", "%u", &tm)); in TEST() 347 ASSERT_EQ('\0', *strptime("26-Mar-1980", "%v", &tm)); in TEST() [all …]
|
/bionic/libc/tzcode/ |
D | strptime.c | 104 strptime(const char *buf, const char *fmt, struct tm *tm) in strptime() function 496 return strptime(buf, fmt, tm); in strptime_l()
|
/bionic/libc/include/ |
D | time.h | 77 char* strptime(const char* __s, const char* __fmt, struct tm* __tm) __strftimelike(2);
|
/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 | 80 * Support in strptime for `%F`, `%G`, `%g`, `%P`, `%u`, `%V`, and `%v`. 105 * `%s` support in strptime (strftime already supported it).
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1016 strptime
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1024 strptime;
|
/bionic/libc/ |
D | libc.map.txt | 1024 strptime;
|