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

12345678910

/freebsd-11-stable/contrib/ntp/util/
H A Dtestrs6000.c29 printf("Starting: %s", ctime(&curtime));
/freebsd-11-stable/usr.bin/tip/tip/
H A Dlog.c71 timestamp = ctime(&t);
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dbin2c.c31 argv[1], ctime(&now));
/freebsd-11-stable/contrib/pjdfstest/tests/rename/
H A D00.t60 # successful rename(2) updates ctime.
63 ctime1=`${fstest} lstat ${n0} ctime`
66 ctime2=`${fstest} lstat ${n1} ctime`
75 # unsuccessful link(2) does not update ctime.
78 ctime1=`${fstest} lstat ${n0} ctime`
81 ctime2=`${fstest} lstat ${n0} ctime`
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Drd_rep.c89 if ((*repl)->ctime != auth_context->authenticator->ctime ||
H A Dbuild_auth.c126 krb5_us_timeofday (context, &auth.ctime, &auth.cusec);
170 auth_context->authenticator->ctime = auth.ctime;
H A Dmk_rep.c54 body.ctime = auth_context->authenticator->ctime;
H A Dmk_error.c61 msg.ctime = client_time;
/freebsd-11-stable/tools/regression/sysvshm/
H A Dshmtest.c238 printf("atime: %s", ctime(&sp->shm_atime));
239 printf("dtime: %s", ctime(&sp->shm_dtime));
240 printf("ctime: %s", ctime(&sp->shm_ctime));
/freebsd-11-stable/usr.sbin/fifolog/fifolog_reader/
H A Dfifolog_reader.c155 fprintf(stderr, "From\t%jd %s", (intmax_t)opt_B, ctime(&opt_B));
156 fprintf(stderr, "To\t%jd %s", (intmax_t)opt_E, ctime(&opt_E));
/freebsd-11-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dholds.py69 "timestamp": time.ctime(tm)}
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DFileSystemStatCache.h24 #include <ctime>
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_dir.c569 uint64_t mtime[2], ctime[2]; local
607 ctime, sizeof (ctime));
609 ctime, B_TRUE);
624 ctime, sizeof (ctime));
627 zfs_tstamp_update_setup(dzp, CONTENT_MODIFIED, mtime, ctime, B_TRUE);
699 uint64_t mtime[2], ctime[2]; local
739 NULL, &ctime, sizeof (ctime));
[all...]
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dre-mqueue.pl156 $atime,$mtime,$ctime,$blksize,$blocks) = stat($dfile);
/freebsd-11-stable/lib/libpam/modules/pam_lastlog/
H A Dpam_lastlog.c112 24 - 5, ctime(&t), utx->ut_host);
115 24 - 5, ctime(&t), utx->ut_line);
/freebsd-11-stable/usr.bin/lastcomm/
H A Dlastcomm.c194 (void)printf(" %.16s", ctime(&ab.ac_btime));
206 (void)printf(" %.16s", ctime(&t));
/freebsd-11-stable/contrib/netbsd-tests/kernel/
H A Dt_sysv.c371 printf("stime: %s", ctime(&mp->msg_stime));
372 printf("rtime: %s", ctime(&mp->msg_rtime));
373 printf("ctime: %s", ctime(&mp->msg_ctime));
608 printf("otime: %s", ctime(&sp->sem_otime));
609 printf("ctime: %s", ctime(&sp->sem_ctime));
817 printf("atime: %s", ctime(&sp->shm_atime));
818 printf("dtime: %s", ctime(&sp->shm_dtime));
819 printf("ctime
[all...]
/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dfilestat.c110 apr_time_ansi_put(&finfo->ctime, info->st_ctime);
112 finfo->ctime += info->st_ctim.tv_nsec / APR_TIME_C(1000);
114 finfo->ctime += info->st_ctimensec / APR_TIME_C(1000);
116 finfo->ctime += info->st_ctime_n / APR_TIME_C(1000);
/freebsd-11-stable/crypto/openssl/crypto/krb5/
H A Dkrb5_asn.h187 * ctime[5] KerberosTime,
199 ASN1_GENERALIZEDTIME *ctime; member in struct:krb5_authenticator_st
/freebsd-11-stable/contrib/amd/conf/nfs_prot/
H A Dnfs_prot_freebsd2.h64 #define na_ctime ctime
/freebsd-11-stable/sbin/fsdb/
H A Dfsdbutil.c161 p = ctime(&t);
169 p = ctime(&t);
176 p = ctime(&t);
183 p = ctime(&t);
/freebsd-11-stable/usr.sbin/ppp/
H A Dthroughput.c110 prompt_Printf(prompt, " - down at %s", ctime(&t->downtime));
128 t->BestOctetsPerSecond, ctime(&t->BestOctetsPerSecondTime));
154 ctime(&t->BestOctetsPerSecondTime));
288 time_buf = ctime(&t->BestOctetsPerSecondTime);
/freebsd-11-stable/contrib/libreadline/examples/
H A Dfileman.c371 printf ("Inode Last Change at: %s", ctime (&finfo.st_ctime));
372 printf (" Last access at: %s", ctime (&finfo.st_atime));
373 printf (" Last modified at: %s", ctime (&finfo.st_mtime));
/freebsd-11-stable/sbin/dump/
H A Ditime.c215 tmsg = ctime(&t);
228 what->dd_level, ctime(&what->dd_ddate)) < 0)
249 ddatep->dd_ddate == 0 ? "the epoch\n" : ctime(&ddatep->dd_ddate));
/freebsd-11-stable/tools/regression/sysvmsg/
H A Dmsgtest.c274 printf("stime: %s", ctime(&mp->msg_stime));
275 printf("rtime: %s", ctime(&mp->msg_rtime));
276 printf("ctime: %s", ctime(&mp->msg_ctime));

Completed in 299 milliseconds

12345678910