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

12345678910

/openbsd-current/gnu/llvm/llvm/utils/release/
H A Dexport.sh127 --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime \
/openbsd-current/usr.sbin/nsd/
H A Ddbcreate.c122 /* ctime prints newline at end of this line */
124 zone->opts->name, PACKAGE_VERSION, ctime(now));
/openbsd-current/sys/arch/riscv64/stand/efiboot/
H A DMakefile28 SRCS+= alloc.c ctime.c exit.c getchar.c hexdump.c \
/openbsd-current/sbin/fsirand/
H A Dfsirand.c229 char *ct = ctime(&t);
/openbsd-current/gnu/usr.bin/perl/
H A Dreentr.h876 # undef ctime macro
877 # if !defined(ctime) && CTIME_R_PROTO == REENTRANT_PROTO_B_SB
878 # define ctime(a) ctime_r(a, PL_reentrant_buffer->_ctime_buffer) macro
880 # if !defined(ctime) && CTIME_R_PROTO == REENTRANT_PROTO_B_SBI
881 # define ctime(a) ctime_r(a, PL_reentrant_buffer->_ctime_buffer, PL_reentrant_buffer->_ctime_size) macro
883 # if !defined(ctime) && CTIME_R_PROTO == REENTRANT_PROTO_I_SB
884 # define ctime(a) (ctime_r(a, PL_reentrant_buffer->_ctime_buffer) == 0 ? PL_reentrant_buffer->_ctime_buffer : 0) macro
886 # if !defined(ctime) && CTIME_R_PROTO == REENTRANT_PROTO_I_SBI
887 # define ctime(a) (ctime_r(a, PL_reentrant_buffer->_ctime_buffer, PL_reentrant_buffer->_ctime_size) == 0 ? PL_reentrant_buffer->_ctime_buffer : 0) macro
889 # if defined(ctime)
[all...]
/openbsd-current/usr.bin/nc/
H A Dnetcat.c1738 fprintf(stderr, "Valid From: %s", ctime(&t));
1740 fprintf(stderr, "Valid Until: %s", ctime(&t));
1759 t != -1 ? ctime(&t) : "\n");
1762 t != -1 ? ctime(&t) : "\n");
1765 t != -1 ? ctime(&t) : "\n");
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dlock.c832 sprintf (msg, "[%8.8s] waiting for %s's lock in %s", ctime (&now) + 11,
854 sprintf (msg, "[%8.8s] obtained lock in %s", ctime (&now) + 11, repos);
/openbsd-current/usr.bin/vi/common/
H A Drecover.c395 "On ", ctime(&now), ", the user ", pw->pw_name,
582 ctime(&sb.st_mtime), file + sizeof(VI_FHEADER) - 1);
/openbsd-current/usr.bin/login/
H A Dlogin.c653 ctime(&pwd->pw_expire));
850 24-5, (char *)ctime(&ll.ll_time));
/openbsd-current/sbin/dump/
H A Dtape.c239 ct = ctime(&tnow);
693 ct = ctime(&tstart_volume);
H A Doptr.c397 date = ctime(&dtwalk->dd_ddate);
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dbucomm.c34 #include <time.h> /* ctime, maybe time_t */
375 const char *ctime_result = (const char *) ctime (&when);
377 /* POSIX format: skip weekday and seconds from ctime output. */
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dbucomm.c34 #include <time.h> /* ctime, maybe time_t */
376 const char *ctime_result = (const char *) ctime (&when);
378 /* POSIX format: skip weekday and seconds from ctime output. */
/openbsd-current/gnu/usr.bin/cvs/diff/
H A Dcontext.c48 char const *ct = ctime (&inf->stat.st_mtime);
/openbsd-current/gnu/usr.sbin/mkhybrid/src/
H A Dapple.h128 #define FI_CDATE 0x02 /* ctime is valid */
207 uint32 ctime; /* mac file create time [44]*/ member in struct:__anon7415
/openbsd-current/usr.sbin/amd/rpcx/
H A Dnfs_prot_xdr.c61 if (!xdr_nfstime(xdrs, &objp->ctime))
/openbsd-current/regress/lib/libc/asr/bin/
H A Dres_query.c132 printf(";; WHEN: %s", ctime(&when));
/openbsd-current/usr.bin/systat/
H A Dmain.c116 ctim = ctime(&now);
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DFTP.pm1145 $ctime,$blksize,$blocks) = stat($aslocal);
1189 $atime,$mtime,$ctime,$blksize,$blocks) = stat($aslocal);
1227 $atime,$mtime,$ctime,$blksize,$blocks) = stat($aslocal);
1263 $atime,$mtime,$ctime,$blksize,$blocks) = lstat($name);
/openbsd-current/sys/stand/boot/
H A Dcmd.c433 printf(ctime(&tt));
/openbsd-current/usr.sbin/smtpd/
H A Dscheduler_ramqueue.c56 time_t ctime; member in struct:rq_envelope
218 envelope->ctime = si->creation;
316 evp->sched = scheduler_next(evp->ctime,
512 evp->sched = scheduler_next(evp->ctime, t, 0);
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp28 #include <ctime>
/openbsd-current/sbin/fsck_ext2fs/
H A Dpass1.c169 char *p = ctime(&t);
/openbsd-current/libexec/mail.local/
H A Dmail.local.c127 cnow = ctime(&tval);
/openbsd-current/usr.sbin/ikectl/
H A Dikectl.c403 printf("\ttimestamp: %lld, %s", (long long)now, ctime(&now));

Completed in 190 milliseconds

12345678910