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

12345678910

/openbsd-current/usr.bin/last/
H A Dlast.c366 ctime(&T->logout)+11);
408 ct = ctime(&buf[0].ut_time);
/openbsd-current/usr.bin/top/
H A Ddisplay.c254 * "ctime" always returns a string that looks like this:
281 foo = ctime(tod);
285 printwp("%s %-8.8s", buf, &(ctime(tod)[11]));
/openbsd-current/sys/arch/amd64/stand/efiboot/
H A DMakefile.common37 SRCS+= alloc.c ctime.c exit.c getchar.c hexdump.c \
/openbsd-current/gnu/usr.bin/perl/t/lib/
H A Ddbmt_common.pl47 my ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,
128 my ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,
/openbsd-current/gnu/usr.bin/perl/lib/File/
H A Dstat.pm195 atime mtime ctime blksize blocks
273 ctime,
/openbsd-current/usr.sbin/ac/
H A Dac.c324 19, ctime(&up->ut_time),
385 ctime(&lp->usr.ut_time), sizeof (up->ut_line),
/openbsd-current/gnu/gcc/libmudflap/
H A Dmf-runtime.h133 #pragma redefine_extname ctime __mfwrap_ctime
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cwchar.h52 #include <ctime>
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cwchar.h51 #include <ctime>
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dvms-hdr.c222 pnt = ctime (&timeb);
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dvms-hdr.c155 pnt = ctime (&timeb);
/openbsd-current/usr.sbin/amd/amd/
H A Dmntfs.c64 { 0, 0 }, /* ctime */
108 mf->mf_fattr.mtime = mf->mf_fattr.ctime = mf->mf_fattr.atime;
H A Dxutil.c156 last_ctime = ctime(&t);
/openbsd-current/sys/isofs/cd9660/
H A Diso.h165 char ctime [ISODCL (11, 27)]; /* 8.4.26.1 */ member in struct:iso_extended_attributes
/openbsd-current/sys/arch/i386/stand/boot/
H A DMakefile39 SRCS+= alloc.c ctime.c exit.c getchar.c hexdump.c \
/openbsd-current/sys/arch/i386/stand/pxeboot/
H A DMakefile31 SRCS+= alloc.c ctime.c exit.c getchar.c globals.c hexdump.c \
/openbsd-current/usr.bin/write/
H A Dwrite.c267 nows = ctime(&now);
/openbsd-current/usr.bin/who/
H A Dwho.c256 (void)printf("%.12s ", ctime(&up->ut_time) + 4);
/openbsd-current/sys/lib/libsa/
H A Dstand.h198 char *ctime(const time_t *);
/openbsd-current/sys/arch/amd64/stand/boot/
H A DMakefile36 SRCS+= alloc.c ctime.c exit.c getchar.c hexdump.c \
/openbsd-current/sys/arch/amd64/stand/pxeboot/
H A DMakefile34 snprintf.c strerror.c strncpy.c strtol.c strtoll.c ctime.c strlcpy.c \
/openbsd-current/sys/arch/armv7/stand/efiboot/
H A DMakefile27 SRCS+= alloc.c ctime.c exit.c getchar.c hexdump.c \
/openbsd-current/sys/arch/arm64/stand/efiboot/
H A DMakefile28 SRCS+= alloc.c ctime.c exit.c getchar.c hexdump.c \
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DLockFileManager.cpp21 #include <ctime>
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DASTReaderInternals.h24 #include <ctime>

Completed in 398 milliseconds

12345678910