Searched refs:ctime (Results 51 - 75 of 226) sorted by relevance

12345678910

/freebsd-11-stable/sys/dev/tws/
H A Dtws_user.c304 time_t ctime; local
316 ctime = TWS_LOCAL_TIME;
320 (ctime >= sc->ioctl_lock.timeout) ) {
322 sc->ioctl_lock.timeout = ctime + (lpkt.timeout_msec / 1000);
326 ((sc->ioctl_lock.timeout - ctime) * 1000);
/freebsd-11-stable/crypto/openssh/
H A Dmoduli.c343 logit("%.24s Sieve next %u plus %u-bit", ctime(&time_start),
416 ctime(&time_stop), largetries, (long) (time_stop - time_start));
443 logit("%.24s Found %u candidates", ctime(&time_stop), r);
555 logit("%.24s processed %lu in %s", ctime(&time_now),
563 ctime(&time_now), processed, num_to_process, percent,
607 ctime(&time_start), trials, generator_wanted);
802 ctime(&time_stop), count_out, count_possible,
H A Dsshlogin.c108 time_string = ctime(&last_login_time);
/freebsd-11-stable/contrib/ntp/scripts/monitoring/
H A Dntploopwatch69 require "ctime.pl";
71 ;# early distributions of ctime.pl had a bug
73 if (defined(@ctime'MoY))
75 *Month=*ctime'MoY;
76 *Day=*ctime'DoW;
83 print @ctime'DoW if 0; # ' re-sync emacs fontification
428 printf " timebase\t= %s",defined($timebase)?&ctime($timebase):"dynamic\n";
431 printf " StartTime\t= %s",defined($StartTime)?&ctime($StartTime):"none\n";
432 printf " EndTime\t= %s", defined($EndTime) ? &ctime($EndTime):"none\n";
496 chop($xts = &ctime(
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_sa.c205 uint64_t crtime[2], mtime[2], ctime[2]; local
232 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_CTIME(zfsvfs), NULL, &ctime, 16);
268 &ctime, 16);
/freebsd-11-stable/sbin/dumpfs/
H A Ddumpfs.c167 afs.fs_magic, ctime(&fstime));
177 afs.fs_magic, ctime(&fstime));
326 acg.cg_magic, (intmax_t)cur, ctime(&cgtime));
334 acg.cg_magic, (intmax_t)cur, ctime(&cgtime));
/freebsd-11-stable/usr.bin/script/
H A Dscript.c197 ctime(&tvec));
367 ctime(&tvec));
468 ctime(&tclock));
475 ctime(&tclock));
/freebsd-11-stable/contrib/amd/conf/nfs_prot/
H A Dnfs_prot_freebsd3.h99 #define na_ctime ctime
/freebsd-11-stable/usr.sbin/lastlogin/
H A Dlastlogin.c163 xo_emit(" {:login-time/%.24s/%.24s}\n", ctime(&t));
/freebsd-11-stable/include/
H A Dtime.h148 char *ctime(const time_t *);
/freebsd-11-stable/contrib/sendmail/src/
H A Darpadate.c78 ud = ctime(&t);
/freebsd-11-stable/contrib/ntp/libparse/
H A Dparsestreams.c801 timestamp_t ctime; local
806 uniqtime(&ctime.tv);
830 if (ch != ~0 && parse_ioread(&parse->parse_io, (unsigned int)ch, &ctime))
851 if (parse_ioread(&parse->parse_io, (unsigned int)0, &ctime))
881 timestamp_t ctime; local
885 uniqtime(&ctime.tv);
890 parse_iopps(&parse->parse_io, (int)(status ? SYNC_ONE : SYNC_ZERO), &ctime))
914 parse->parse_ppsclockev.tv = ctime.tv;
/freebsd-11-stable/sys/dev/cxgb/
H A Dbin2h.pl61 $atime,$mtime,$ctime,$blksize,$blocks)
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dreplay.c192 EVP_DigestUpdate(m, &auth->ctime, sizeof(auth->ctime));
/freebsd-11-stable/include/rpcsvc/
H A Dnis_object.x301 u_long ctime; /* Time of objects creation */
/freebsd-11-stable/tools/regression/sysvsem/
H A Dsemtest.c291 printf("otime: %s", ctime(&sp->sem_otime));
292 printf("ctime: %s", ctime(&sp->sem_ctime));
/freebsd-11-stable/sys/fs/cd9660/
H A Dcd9660_node.c202 cd9660_tstamp_conv17(ap->ctime,&inop->inode.iso_atime);
203 if (!cd9660_tstamp_conv17(ap->ctime,&inop->inode.iso_ctime))
/freebsd-11-stable/crypto/openssl/crypto/krb5/
H A Dkrb5_asn.c148 ASN1_EXP(KRB5_AUTHENTBODY, ctime, ASN1_GENERALIZEDTIME, 5),
/freebsd-11-stable/sbin/shutdown/
H A Dshutdown.c220 (void)printf("Shutdown at %.24s.\n", ctime(&shuttime));
321 ctime(&shuttime) + 11);
528 ct = ctime(&shuttime);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb_il.c86 (void) printf("%s%s", tab_prefix, ctime(&crtime));
254 ctime(&atime));
261 ctime(&mtime));
/freebsd-11-stable/usr.sbin/cron/cron/
H A Dcron.c409 struct timespec ctime, ttime, stime, remtime; local
416 clock_gettime(CLOCK_REALTIME, &ctime);
419 timespec_subtract(&stime, &ttime, &ctime);
/freebsd-11-stable/contrib/dialog/
H A Dtrace.c40 fprintf(myFP, "%s %s", tag, ctime(&now));
/freebsd-11-stable/contrib/dma/
H A Dlocal.c199 error = snprintf(line, sizeof(line), "%sFrom %s %s", newline, sender, ctime(&now));
/freebsd-11-stable/usr.sbin/yppoll/
H A Dyppoll.c171 (long long)order, ctime(&torder));
/freebsd-11-stable/usr.sbin/mfiutil/
H A Dmfi_bbu.c81 len = snprintf(buf, sz, "%s", ctime(&basetime));
83 /* Get rid of the newline added by ctime(3). */

Completed in 343 milliseconds

12345678910