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

12345678910

/openbsd-current/gnu/llvm/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp790 // Since ctime(3) returns a 26 character string of the form:
794 outs() << format("\nTime/Date %.24s\n", ctime(&Timestamp));
/openbsd-current/usr.sbin/nsd/
H A Dixfrcreate.c1006 snprintf(nowstr, sizeof(nowstr), "%s", ctime(&now));
/openbsd-current/gnu/llvm/libcxx/include/__chrono/
H A Dformatter.h42 #include <ctime>
/openbsd-current/usr.bin/rdist/
H A Ddocmd.c174 ctime(&lmod));
/openbsd-current/gnu/gcc/gcc/
H A Dsys-protos.h203 extern char * ctime(const time_t *);
H A Dmips-tdump.c747 char *time = ctime ((time_t *)&ptr->f_timdat);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dsys-protos.h203 extern char * ctime(const time_t *);
H A Dmips-tdump.c740 char *time = ctime ((time_t *)&ptr->f_timdat);
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/bin/
H A Denc2xs1011 $atime,$mtime,$ctime,$blksize,$blocks)
/openbsd-current/usr.sbin/user/
H A Duser.c2408 printf("change\t%s", pwp->pw_change ? ctime(&pwp->pw_change) : "NEVER\n");
2413 printf("expire\t%s", pwp->pw_expire ? ctime(&pwp->pw_expire) : "NEVER\n");
/openbsd-current/sbin/sysctl/
H A Dsysctl.c266 ctime(&boottime); /* satisfy potential $TZ expansion before unveil() */
942 ct = ctime(&boottime);
/openbsd-current/gnu/gcc/libstdc++-v3/include/
H A DMakefile.in798 ${tr1_srcdir}/ctime \
876 ctime \
/openbsd-current/gnu/lib/libstdc++-v3/
H A DMakefile135 cstdbool cstdint cstdio cstdlib ctgmath ctime ctype.h cwchar \
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp700.C1973 extern char* ctime(long*);
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dgetdate.c2011 (void)printf("%s", ctime(&d));
/openbsd-current/gnu/usr.sbin/mkhybrid/src/
H A Dwrite.c294 frac * 100., ctime(&the_end));
/openbsd-current/sys/dev/microcode/siop/
H A Dncr53cxxx.c418 fprintf(outfp, " *\tcreated from %s on %s", sourcefile, ctime(&cur_time));
/openbsd-current/gnu/llvm/llvm/lib/Object/
H A DWindowsResource.cpp18 #include <ctime>
/openbsd-current/gnu/llvm/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp46 #include <ctime>
/openbsd-current/gnu/llvm/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp19 #include <ctime>
/openbsd-current/gnu/lib/libcxx/
H A DMakefile849 ctime \
/openbsd-current/usr.bin/newsyslog/
H A Dnewsyslog.c315 ctime(&ent->trim_at)));
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dlocale_facets.h45 #include <ctime> // For struct tm
/openbsd-current/gnu/llvm/clang/lib/Lex/
H A DPPMacroExpansion.cpp54 #include <ctime>
/openbsd-current/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h56 #include <ctime>

Completed in 215 milliseconds

12345678910