Home
last modified time | relevance | path

Searched defs:asctime (Results 1 – 4 of 4) sorted by relevance

/openbsd/lib/libc/time/
H A Dasctime.c130 asctime(const struct tm *timeptr) in asctime() function
/openbsd/gnu/usr.bin/perl/
H A Dreentr.h829 # define asctime(a) asctime_r(a, PL_reentrant_buffer->_asctime_buffer) macro
832 # define asctime(a) asctime_r(a, PL_reentrant_buffer->_asctime_buffer, PL_reentrant_buffer->… macro
835 # define asctime(a) (asctime_r(a, PL_reentrant_buffer->_asctime_buffer) == 0 ? PL_reentrant_… macro
838 # define asctime(a) (asctime_r(a, PL_reentrant_buffer->_asctime_buffer, PL_reentrant_buffer-… macro
H A Dconfig_h.SH3550 * available to do the 64bit variant of asctime () function
/openbsd/gnu/gcc/libmudflap/
H A Dmf-hooks2.c477 WRAPPER2(char *, asctime, struct tm *tm) in WRAPPER2() argument