Home
last modified time | relevance | path

Searched refs:asctime (Results 1 – 25 of 60) sorted by relevance

123

/openbsd/lib/libc/time/
H A Dasctime.c130 asctime(const struct tm *timeptr) in asctime() function
133 _THREAD_PRIVATE_KEY(asctime); in asctime()
134 char *resultp = (char *)_THREAD_PRIVATE(asctime, result, NULL); in asctime()
141 DEF_STRONG(asctime);
H A DMakefile.inc5 SRCS+= asctime.c difftime.c localtime.c strftime.c strftime_l.c \
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/
H A Dtime.t47 is(asctime(CORE::localtime(0)), ctime(0), "asctime() and ctime() at zero");
48 is(asctime(POSIX::localtime(0)), ctime(0), "asctime() and ctime() at zero");
49 is(asctime(CORE::localtime(12345678)), ctime(12345678),
51 is(asctime(POSIX::localtime(12345678)), ctime(12345678),
H A Dexport.t87 abort access acos asctime asin assert atan atexit atof atoi
/openbsd/usr.bin/finger/
H A Dlprint.c143 t = asctime(tp); in lprint()
177 t = asctime(tp); in lprint()
199 t = asctime(tp); in lprint()
203 t = asctime(tp); in lprint()
208 t = asctime(tp); in lprint()
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_ctime.h58 #undef asctime
74 using ::asctime;
/openbsd/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_ctime.h58 #undef asctime
74 using ::asctime;
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
H A Dtime.h40 #undef asctime
54 using std::asctime;
/openbsd/gnu/gcc/libstdc++-v3/include/c_compatibility/
H A Dtime.h40 #undef asctime
54 using std::asctime;
/openbsd/gnu/llvm/libcxx/include/
H A Dctime37 char* asctime(const tm* timeptr);
76 using ::asctime _LIBCPP_USING_IF_EXISTS;
/openbsd/usr.bin/last/
H A Dlast.c376 asctime(gmtime(&delta))+11); in wtmp()
381 asctime(gmtime(&delta))+11); in wtmp()
402 asctime(gmtime(&total))+11); in wtmp()
406 asctime(gmtime(&total))+11); in wtmp()
/openbsd/lib/libc/hidden/
H A Dtime.h27 PROTO_NORMAL(asctime);
/openbsd/gnu/usr.bin/cvs/src/
H A Dvers_ts.c319 cp = asctime (&local_tm); /* copy in the modify time */
364 cp = asctime (&local_tm); /* copy in the modify time */
H A Dedit.c302 ascnow = asctime (gmtime (&now));
496 ascnow = asctime (gmtime (&now));
/openbsd/gnu/usr.bin/perl/
H A Dreentr.h825 # undef asctime
826 # if !defined(asctime) && ASCTIME_R_PROTO == REENTRANT_PROTO_B_SB
827 # define asctime(a) asctime_r(a, PL_reentrant_buffer->_asctime_buffer) macro
829 # if !defined(asctime) && ASCTIME_R_PROTO == REENTRANT_PROTO_B_SBI
830 # define asctime(a) asctime_r(a, PL_reentrant_buffer->_asctime_buffer, PL_reentrant_buffer->… macro
832 # if !defined(asctime) && ASCTIME_R_PROTO == REENTRANT_PROTO_I_SB
833 # define asctime(a) (asctime_r(a, PL_reentrant_buffer->_asctime_buffer) == 0 ? PL_reentrant_… macro
835 # if !defined(asctime) && ASCTIME_R_PROTO == REENTRANT_PROTO_I_SBI
836 # define asctime(a) (asctime_r(a, PL_reentrant_buffer->_asctime_buffer, PL_reentrant_buffer-… macro
838 # if defined(asctime)
/openbsd/include/
H A Dtime.h113 char *asctime(const struct tm *);
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D50090005 asctime # Z added by devel/scanprov
/openbsd/gnu/usr.bin/binutils/gdb/rdi-share/
H A Ddevsw.c62 fprintf (angelDebugLogFile,"ADP log file opened at %s\n",asctime(localtime(&t))); in openLogFile()
74 fprintf (angelDebugLogFile,"ADP log file closed at %s\n",asctime(localtime(&t))); in closeLogFile()
/openbsd/gnu/gcc/libmudflap/
H A Dmf-runtime.h132 #pragma redefine_extname asctime __mfwrap_asctime
/openbsd/gnu/gcc/gcc/cp/
H A Dcfns.gperf25 asctime
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dcfns.gperf24 asctime
/openbsd/gnu/usr.bin/perl/cpan/Time-Piece/t/
H A D02core_dst.t64 # %C is unportable: sometimes its like asctime(3) or date(1),
H A D02core.t68 # %C is unportable: sometimes its like asctime(3) or date(1),
/openbsd/usr.bin/rcs/
H A Dco.c302 fdate = asctime(&rdp->rd_date); in checkout_rev()
/openbsd/usr.sbin/tcpdump/
H A Dsmbutil.c493 printf("%s",t?asctime(localtime(&t)):"NULL "); in fdata1()

123