Searched refs:ctime (Results 226 - 246 of 246) sorted by relevance

12345678910

/openbsd-current/lib/libc/time/
H A Dlocaltime.c208 ** ctime, gmtime, localtime] return values in one of two static
1532 ctime(const time_t *timep) function
1536 ** The ctime function converts the calendar time pointed to by timer
/openbsd-current/sbin/route/
H A Droute.c1153 ct = ctime(&now);
/openbsd-current/gnu/usr.bin/perl/dist/Time-HiRes/
H A DHiRes.pm572 my ($atime, $mtime, $ctime) = (stat("istics"))[8, 9, 10];
/openbsd-current/usr.sbin/syslogd/
H A Dsyslogd.c1758 strlcpy(timestamp, ctime(&now.tv_sec) + 4, 16);
1897 f->f_prevhost, ctime(&now.tv_sec));
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dlocale_facets.h45 #include <ctime> // For struct tm
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A DpeXXigen.c1857 /* ctime implies '\n'. */
1860 fprintf (file, "\nTime/Date\t\t%s", ctime (&t));
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A DpeXXigen.c1793 /* ctime implies '\n'. */
1796 fprintf (file, "\nTime/Date\t\t%s", ctime (&t));
/openbsd-current/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py1169 datetime.datetime.now().ctime(),
/openbsd-current/gnu/llvm/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp55 #include <ctime>
/openbsd-current/libexec/ftpd/
H A Dftpd.c2745 cnow = ctime(&now);
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/
H A DPOSIX.xs3546 ctime(time)
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dobj-vms.c2859 pnt = ctime (&timeb);
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m68hc11/
H A Dm68hc11.c5637 a_time = ctime (&c_time);
/openbsd-current/usr.sbin/ldapd/
H A Dbtree.c1121 DPRINTF("timestamp: %s", ctime(&bt->meta.created_at));
/openbsd-current/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2738 // Since ctime(3) returns a 26 character string of the form:
2742 outs() << format("%.24s ", ctime(&t));
H A DMachODump.cpp2504 outs() << format("%.24s ", ctime(&t));
10330 outs() << ctime(&t);
/openbsd-current/gnu/llvm/llvm/lib/MC/MCParser/
H A DMasmParser.cpp65 #include <ctime>
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp23 #include <ctime>
/openbsd-current/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp95 #include <ctime>
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp110 #include <ctime>
H A DASTReader.cpp132 #include <ctime>

Completed in 506 milliseconds

12345678910