Home
last modified time | relevance | path

Searched defs:strptime (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dstrpftime-test.h48 #define strptime test_strptime macro
H A Dstrptime.c243 strptime (const char *buf, const char *format, struct tm *timeptr) in strptime() function
H A Droken.h.in1022 #define strptime rk_strptime macro
/netbsd-src/external/bsd/nsd/dist/
H A Dconfig.h.in955 #define strptime(a,b,c) nsd_strptime((a),(b),(c)) macro
/netbsd-src/lib/libc/time/
H A Dstrptime.c151 strptime(const char *buf, const char *fmt, struct tm *tm) in strptime() function
/netbsd-src/external/bsd/unbound/dist/
H A Dconfig.h.in1346 #define strptime unbound_strptime macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dtime.d612 alias __strptime_dontzero strptime; in version() local
/netbsd-src/external/bsd/nsd/include/
H A Dconfig.h961 #define strptime(a,b,c) nsd_strptime((a),(b),(c)) macro
/netbsd-src/external/bsd/unbound/include/
H A Dconfig.h1364 #define strptime unbound_strptime macro
/netbsd-src/lib/libc/include/
H A Dnamespace.h678 #define strptime _strptime global() macro
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc2252 TEST(MemorySanitizer, strptime) { in TEST() argument