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

12345678910

/openbsd-current/sbin/savecore/
H A Dsavecore.c619 ct = ctime(&dumptime);
/openbsd-current/sbin/fsck_ffs/
H A Dinode.c546 p = ctime(&t);
/openbsd-current/sbin/fsck_ext2fs/
H A Dinode.c583 p = ctime(&t);
/openbsd-current/gnu/usr.bin/perl/dist/Time-HiRes/
H A DHiRes.xs1528 UV ctime = SvUV(ST(10));
1538 ST(10) = sv_2mortal(newSVnv(ctime + (NV) ctime_nsec / NV_1E9));
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/lib/
H A DPOSIX.pm385 time_h => [qw(CLK_TCK CLOCKS_PER_SEC NULL asctime clock ctime
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/
H A DMakefile.am270 ctime \
H A DMakefile.in393 ctime \
/openbsd-current/gnu/usr.sbin/mkhybrid/src/
H A Dapple.c427 if (uinfo->ctime)
428 hfs_ent->crdate = d_getl((unsigned char *)&uinfo->ctime);
/openbsd-current/usr.sbin/lpr/lpd/
H A Dprintjob.c1017 (void)write(ofd, ctime(&tvec), 24);
1031 (void)write(ofd, ctime(&tvec), 24);
/openbsd-current/gnu/usr.bin/perl/cpan/DB_File/t/
H A Ddb-btree.t179 my ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,
301 ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,
/openbsd-current/sbin/restore/
H A Dtape.c504 ct = ctime(&t);
510 ct = ctime(&t);
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/
H A DZip.pm328 $param->getValue('ctime'));
627 $got->setValue("ctime", $timeRef->[2]);
784 my ($mode, $uid, $gid, $size, $atime, $mtime, $ctime) ;
787 ($mode, $uid, $gid, $size, $atime, $mtime, $ctime)
792 ($mode, $uid, $gid, $size, $atime, $mtime, $ctime)
812 $params->setValue('ctime' => undef) ; # No Creation time
1682 =item C<< exTime => [$atime, $mtime, $ctime] >>
1685 C<$atime>, C<mtime> and C<$ctime>. These correspond to the last access
1689 the local zip header using the three values, $atime, $mtime, $ctime. In
/openbsd-current/gnu/gcc/libmudflap/
H A Dmf-hooks2.c493 WRAPPER2(char *, ctime, const time_t *timep)
498 MF_VALIDATE_EXTENT(timep, sizeof (time_t), __MF_CHECK_READ, "ctime time");
499 result = ctime (timep);
502 /* XXX: what if asctime and ctime return the same static ptr? */
503 __mf_register (result, strlen (result)+1, __MF_TYPE_STATIC, "ctime string");
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dwince.c1617 strcpy (buf, ctime(&utime));
1618 printf ("%s < %s\n", buf, ctime(&st.st_mtime));
/openbsd-current/usr.bin/diff/
H A Ddiffreg.c1481 file1, ctime(&stb1.st_mtime));
1487 file2, ctime(&stb2.st_mtime));
/openbsd-current/usr.sbin/inetd/
H A Dinetd.c1627 (void) snprintf(buffer, sizeof buffer, "%.24s\r\n", ctime(&clock));
1648 (void) snprintf(buffer, sizeof buffer, "%.24s\r\n", ctime(&clock));
/openbsd-current/sys/ufs/ufs/
H A Dufs_vnops.c127 DIP_ASSIGN(ip, ctime, ts.tv_sec);
309 vap->va_ctime.tv_sec = DIP(ip, ctime);
/openbsd-current/libexec/security/
H A Dsecurity563 $atime, $mtime, $ctime, $blksize, $blocks) = lstat;
/openbsd-current/gnu/gcc/libstdc++-v3/include/
H A DMakefile.am577 ${tr1_srcdir}/ctime \
654 ctime \
/openbsd-current/games/snake/
H A Dsnake.c941 getlogin(), cashvalue, lcnt, ccnt, msg, ctime(&t));
/openbsd-current/usr.sbin/map-mbone/
H A Dmapper.c758 char *nowstr = ctime(&now);
/openbsd-current/usr.sbin/pppd/
H A Dmain.c1478 str = ctime(&t);
/openbsd-current/usr.bin/compress/
H A Dmain.c924 timestr = ctime(&t) + 4;
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DFileSystem.h41 #include <ctime>
H A DVirtualFileSystem.h29 #include <ctime>

Completed in 328 milliseconds

12345678910