Home
last modified time | relevance | path

Searched refs:ftime (Results 1 – 23 of 23) sorted by relevance

/freebsd-12.1/usr.bin/find/
H A Dls.c85 printtime(time_t ftime) in printtime() argument
100 if (ftime + SIXMONTHS > lnow && ftime < lnow + SIXMONTHS) in printtime()
106 strftime(longstring, sizeof(longstring), format, localtime(&ftime)); in printtime()
/freebsd-12.1/usr.bin/systat/
H A Dpigs.c146 float ftime; in fetchpigs() local
172 ftime = kpp[i].ki_swtime; in fetchpigs()
173 if (ftime == 0 || (kpp[i].ki_flag & P_INMEM) == 0) in fetchpigs()
177 fscale) / (1.0 - exp(ftime * lccpu)); in fetchpigs()
/freebsd-12.1/lib/libcompat/
H A DMakefile14 SRCS+= ftime.c
16 MAN+= 4.1/ftime.3
/freebsd-12.1/sys/sys/
H A Dtimeb.h66 int ftime(struct timeb *);
/freebsd-12.1/lib/libcompat/4.1/
H A Dftime.c41 ftime(struct timeb *tbp) in ftime() function
/freebsd-12.1/bin/ls/
H A Dprint.c460 printtime(time_t ftime) in printtime() argument
478 else if (ftime + SIXMONTHS > now && ftime < now + SIXMONTHS) in printtime()
484 ls_strftime(longstring, sizeof(longstring), format, localtime(&ftime)); in printtime()
/freebsd-12.1/contrib/libpcap/lbl/
H A Dos-sunos4.h85 int ftime(struct timeb *);
/freebsd-12.1/contrib/tcpdump/lbl/
H A Dos-sunos4.h86 int ftime(struct timeb *);
/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_dummy.c49 UNIMPLEMENTED(ftime);
/freebsd-12.1/sys/i386/linux/
H A Dlinux_dummy.c49 UNIMPLEMENTED(ftime);
/freebsd-12.1/sys/fs/cd9660/
H A Dcd9660_node.c203 if (!cd9660_tstamp_conv17(ap->ftime,&inop->inode.iso_atime))
H A Diso.h203 char ftime [ISODCL (62, 78)]; /* 8.4.26.1 */ member
/freebsd-12.1/sys/contrib/libsodium/src/libsodium/randombytes/salsa20/
H A Drandombytes_salsa20_random.c51 # define _ftime ftime
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DCodeGenOptions.def227 CODEGENOPT(TimePasses , 1, 0) ///< Set when -ftime-report is enabled.
/freebsd-12.1/contrib/gcc/
H A Dcommon.opt913 ftime-report
H A DChangeLog-200124364 -dumpmachine, -dumpversion, -fmem-report and -ftime-report.
H A DChangeLog-200010078 (f_options): Add -ftime-report and -fmem-report.
/freebsd-12.1/contrib/ntp/sntp/libevent/
H A Dwhatsnew-2.1.txt547 significantly faster and more accurate than our old ftime()-based approach.
/freebsd-12.1/contrib/libevent/
H A Dwhatsnew-2.1.txt608 significantly faster and more accurate than our old ftime()-based approach.
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc5511 INTERCEPTOR(int, ftime, __sanitizer_timeb *tp) {
5513 COMMON_INTERCEPTOR_ENTER(ctx, ftime, tp);
5517 int res = REAL(ftime)(tp);
5522 #define INIT_FTIME COMMON_INTERCEPT_FUNCTION(ftime);
/freebsd-12.1/contrib/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1798 fun:ftime=uninstrumented
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DOptions.td1730 def ftime_report : Flag<["-"], "ftime-report">, Group<f_Group>, Flags<[CC1Option]>;
/freebsd-12.1/contrib/gcc/doc/
H A Dinvoke.texi287 -ftest-coverage -ftime-report -fvar-tracking @gol
3622 @item -ftime-report
3623 @opindex ftime-report