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

12345678910

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h34 #include <ctime>
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h31 #include <ctime>
/freebsd-11-stable/lib/libc++/
H A DMakefile147 STD_HEADERS+= ctime
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dcheck-gen.c226 IF_OPT_COMPARE(aa,ab,ctime) {
227 COMPARE_INTEGER(aa,ab,ctime);
284 e1.ctime = NULL;
/freebsd-11-stable/release/picobsd/tinyware/login/
H A Dpico-login.c445 ctime(&pwd->pw_expire));
460 ctime(&pwd->pw_change));
1002 24-5, (char *)ctime(&ll.ll_time));
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c4454 (u_longlong_t)ps->pss_errors, ctime(&end));
4461 (u_longlong_t)ps->pss_errors, ctime(&end));
4469 ctime(&end));
4472 ctime(&end));
4483 ctime(&start));
4486 ctime(&pause));
4488 ctime(&start));
4492 ctime(&start));
4639 ctime((time_t *)&end));
4642 vdev_name, ctime(
[all...]
/freebsd-11-stable/crypto/heimdal/kdc/
H A Dpkinit.c104 if (a->ctime == 0 || abs(a->ctime - now) > context->max_skew) {
126 if (a->ctime == 0 || abs(a->ctime - now) > context->max_skew) {
/freebsd-11-stable/sys/fs/smbfs/
H A Dsmbfs_smb.c759 struct timespec ctime; local
771 nanotime(&ctime);
772 smb_time_local2server(&ctime, SSTOVC(ssp)->vc_sopt.sv_tz, &tm);
793 smbfs_smb_close(ssp, fid, &ctime, scred);
/freebsd-11-stable/usr.bin/vgrind/
H A Dvfontedpr.c306 cp = ctime(&stbuf.st_mtime);
/freebsd-11-stable/contrib/amd/fsinfo/
H A Dfsi_util.c201 char *cp = ctime(&t);
/freebsd-11-stable/lib/libipsec/
H A Dpfkey_dump.c637 t0 = ctime(&t);
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslparseop.c741 StaticTimeString = ctime (&CurrentTime);
/freebsd-11-stable/usr.sbin/fmtree/
H A Dcreate.c98 fullpath, ctime(&cl));
/freebsd-11-stable/usr.sbin/newsyslog/
H A Dptimes.c478 return (ctime(&ptime->tsecs));
/freebsd-11-stable/usr.bin/mail/
H A Dsend.c580 fprintf(fo, "From %s %s", myname, ctime(&now));
/freebsd-11-stable/usr.sbin/cron/crontab/
H A Dcrontab.c531 fprintf(tmp, "# (%s installed on %-24.24s)\n", Filename, ctime(&now));
/freebsd-11-stable/usr.sbin/rtadvctl/
H A Drtadvctl.c630 printf("%s", ctime(&ts.tv_sec));
637 printf("%s", ctime(&ts.tv_sec));
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c281 time_t ctime; /* File attribute change time. */ member in struct:file_info
1286 archive_entry_set_ctime(entry, file->ctime, 0);
1829 file->ctime = file->atime = file->mtime;
2522 file->ctime = isodate17(data);
2547 file->ctime = isodate7(data);
H A Darchive_read_support_format_rar.c242 time_t ctime; member in struct:rar
1313 rar->ctime = 0;
1320 rar->ctime = 0;
1671 archive_entry_set_ctime(entry, rar->ctime, rar->cnsec);
1794 rar->ctime = t;
H A Darchive_write_disk_posix.c179 int64_t ctime; member in struct:fixup_entry
2528 p->ctime, p->ctime_nanos);
3519 time_t ctime, long ctime_nsec)
3524 tstamp.ctime.tv_sec = ctime;
3528 tstamp.ctime.tv_nsec = ctime_nsec;
3532 tstamp.ctime.tv_usec = ctime_nsec / 1000;
3553 * ctime, fall back to default code path below if it fails
3516 set_time_tru64(int fd, int mode, const char *name, time_t atime, long atime_nsec, time_t mtime, long mtime_nsec, time_t ctime, long ctime_nsec) argument
/freebsd-11-stable/sys/security/audit/
H A Daudit_bsm.c110 kau_close(struct au_record *rec, struct timespec *ctime, short event) argument
138 tm.tv_usec = ctime->tv_nsec / 1000;
139 tm.tv_sec = ctime->tv_sec;
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-anchor.c1573 ctime(&now));
1850 , ctime(&now)) < 0) {
2160 if(verb) printf("last successful probe: %s", ctime(&x));
/freebsd-11-stable/crypto/heimdal/appl/push/
H A Dpush.c269 "From %s %s", "push", ctime(&now));
/freebsd-11-stable/crypto/heimdal/kuser/
H A Dklist.c47 if ((p = ctime(&t)) == NULL)
/freebsd-11-stable/release/picobsd/tinyware/ns/
H A Dns.c782 printf("\033[H%s", ctime(&t.tv_sec));

Completed in 495 milliseconds

12345678910