Home
last modified time | relevance | path

Searched defs:strftime (Results 1 – 8 of 8) sorted by relevance

/netbsd/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dstrpftime-test.h47 #define strftime test_strftime macro
H A Dstrftime.c172 strftime (char *buf, size_t maxsize, const char *format, in strftime() function
H A Droken.h.in1016 #define strftime rk_strftime macro
/netbsd/external/bsd/kyua-cli/dist/utils/
H A Ddatetime.cpp289 datetime::timestamp::strftime(const std::string& format) const in strftime() function in datetime::timestamp
/netbsd/lib/libc/time/
H A Dstrftime.c734 strftime(char *s, size_t maxsize, const char *format, const struct tm *t) in strftime() function
H A Dprivate.h603 # define strftime tz_strftime macro
/netbsd/external/gpl2/xcvs/dist/lib/
H A Dstrftime.c223 # define strftime __strftime_l macro
/netbsd/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_interceptors.cc497 INTERCEPTOR(SIZE_T, strftime, char *s, SIZE_T max, const char *format, in INTERCEPTOR() argument