Searched refs:strptime (Results 101 - 103 of 103) sorted by relevance

12345

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dhxtool.c898 p = strptime (opt->time_string, "%Y-%m-%d", &tm);
/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Dif-options.c2155 if (strptime(arg, "%Y-%m-%d %H:%M", &tm) == NULL) {
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc2252 TEST(MemorySanitizer, strptime) {
2254 char *p = strptime("11/1/2013-05:39", "%m/%d/%Y-%H:%M", &time);

Completed in 213 milliseconds

12345