Home
last modified time | relevance | path

Searched refs:getdate (Results 1 - 12 of 12) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
H A D19-1-buildonly.c10 struct tm *getdate(const char *);
21 dummyvar = getdate; in dummyfcn()
/test/xts/acts/kernel_lite/time_posix/src/
H A DClockTimeTest.cpp372 * @tc.name test getdate api
388 // test getdate in HWTEST_F()
392 retTm = getdate(cInput); in HWTEST_F()
393 ASSERT_NE(nullptr, retTm) << " getdate fail errno:" << getdate_err; in HWTEST_F()
408 * @tc.name getdate error test
415 retTm = getdate(cInput); in HWTEST_F()
422 retTm = getdate(cInput); in HWTEST_F()
436 // test getdate in HWTEST_F()
437 retTm = getdate("10/26/20 00:01:01"); in HWTEST_F()
/third_party/musl/src/time/
H A Dgetdate.c9 struct tm *getdate(const char *s) in getdate() function
/third_party/musl/porting/uniproton/kernel/include/
H A Dtime.h125 struct tm *getdate (const char *);
/third_party/musl/porting/liteos_m/user/include/
H A Dtime.h124 struct tm *getdate (const char *);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtime.h125 struct tm *getdate (const char *);
/third_party/musl/libc-test/src/api/
H A Dtime.c76 {struct tm*(*p)(const char*) = getdate;} in f()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dtime.h785 struct tm *getdate (const char *);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dtime.h140 struct tm *getdate (const char *);
/third_party/musl/include/
H A Dtime.h127 struct tm *getdate (const char *);
/third_party/python/Tools/scripts/
H A Dmailerdaemon.py206 mm, dd = m.getdate('date')[1:1+2]
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp17688 extern struct tm *getdate (const char *__string);
[all...]

Completed in 29 milliseconds