Home
last modified time | relevance | path

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

/openbsd/src/lib/libc/time/
Dasctime.c130 asctime(const struct tm *timeptr) in asctime() function
/openbsd/src/gnu/usr.bin/perl/
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
Dconfig_h.SH3550 * available to do the 64bit variant of asctime () function
/openbsd/src/gnu/gcc/libmudflap/
Dmf-hooks2.c477 WRAPPER2(char *, asctime, struct tm *tm) in WRAPPER2() argument