Home
last modified time | relevance | path

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

/bionic/tests/
Dtime_test.cpp269 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/
Dstrptime.c104 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/
Dtime.h77 char* strptime(const char* __s, const char* __fmt, struct tm* __tm) __strftimelike(2);
/bionic/tests/headers/posix/
Dtime_h.c98 FUNCTION(strptime, char* (*f)(const char*, const char*, struct tm*)); in time_h()
/bionic/docs/
Dstatus.md80 * Support in strptime for `%F`, `%G`, `%g`, `%P`, `%u`, `%V`, and `%v`.
105 * `%s` support in strptime (strftime already supported it).
/bionic/libc/tools/
Dposix-2013.txt1016 strptime
/bionic/tools/versioner/platforms/
Dlibc.map.txt1024 strptime;
/bionic/libc/
Dlibc.map.txt1024 strptime;