Home
last modified time | relevance | path

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

/freebsd-13.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-13.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-13.1/lib/libcompat/
H A DMakefile14 SRCS+= ftime.c
16 MAN+= 4.1/ftime.3
/freebsd-13.1/sys/sys/
H A Dtimeb.h66 int ftime(struct timeb *);
/freebsd-13.1/lib/libcompat/4.1/
H A Dftime.c41 ftime(struct timeb *tbp) in ftime() function
/freebsd-13.1/sys/i386/linux/
H A Dlinux_dummy_machdep.c53 UNIMPLEMENTED(ftime);
/freebsd-13.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-13.1/sys/amd64/linux32/
H A Dlinux32_dummy_machdep.c47 UNIMPLEMENTED(ftime);
/freebsd-13.1/contrib/libpcap/lbl/
H A Dos-sunos4.h85 int ftime(struct timeb *);
/freebsd-13.1/contrib/tcpdump/lbl/
H A Dos-sunos4.h86 int ftime(struct timeb *);
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def269 CODEGENOPT(TimePasses , 1, 0) ///< Set when -ftime-report or -ftime-report= is enabled.
270 CODEGENOPT(TimePassesPerRun , 1, 0) ///< Set when -ftime-report=per-pass-run is enabled.
271 CODEGENOPT(TimeTrace , 1, 0) ///< Set when -ftime-trace is enabled.
/freebsd-13.1/sys/fs/cd9660/
H A Dcd9660_node.c197 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-13.1/sys/contrib/libsodium/src/libsodium/randombytes/salsa20/
H A Drandombytes_salsa20_random.c51 # define _ftime ftime
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Dwhatsnew-2.1.txt547 significantly faster and more accurate than our old ftime()-based approach.
/freebsd-13.1/contrib/libevent/
H A Dwhatsnew-2.1.txt608 significantly faster and more accurate than our old ftime()-based approach.
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc5737 INTERCEPTOR(int, ftime, __sanitizer_timeb *tp) {
5739 COMMON_INTERCEPTOR_ENTER(ctx, ftime, tp);
5743 int res = REAL(ftime)(tp);
5748 #define INIT_FTIME COMMON_INTERCEPT_FUNCTION(ftime);
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2614 def ftime_report : Flag<["-"], "ftime-report">, Group<f_Group>, Flags<[CC1Option]>,
2616 def ftime_report_EQ: Joined<["-"], "ftime-report=">, Group<f_Group>,
2621 def ftime_trace : Flag<["-"], "ftime-trace">, Group<f_Group>,
2629 def ftime_trace_granularity_EQ : Joined<["-"], "ftime-trace-granularity=">, Group<f_Group>,
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1798 fun:ftime=uninstrumented