Home
last modified time | relevance | path

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

/freebsd/usr.bin/find/
H A Dls.c78 printtime(time_t ftime) in printtime() argument
94 if (ftime + SIXMONTHS > lnow && ftime < lnow + SIXMONTHS) in printtime()
100 if ((tm = localtime(&ftime)) != NULL) in printtime()
/freebsd/usr.bin/systat/
H A Dpigs.c138 float ftime; in fetchpigs() local
161 ftime = kpp[i].ki_swtime; in fetchpigs()
162 if (ftime == 0 || (kpp[i].ki_flag & P_INMEM) == 0) in fetchpigs()
166 fscale) / (1.0 - exp(ftime * lccpu)); in fetchpigs()
/freebsd/lib/libutil/
H A DMakefile13 ftime.c getlocalbase.c gr_util.c \
31 MAN+= cpuset.3 expand_number.3 flopen.3 fparseln.3 ftime.3 getlocalbase.3 \
H A Dftime.c40 ftime(struct timeb *tbp) in ftime() function
/freebsd/sys/sys/
H A Dtimeb.h63 int ftime(struct timeb *);
/freebsd/sys/i386/linux/
H A Dlinux_dummy_machdep.c49 UNIMPLEMENTED(ftime);
/freebsd/contrib/tcpdump/lbl/
H A Dos-sunos4.h86 int ftime(struct timeb *);
/freebsd/contrib/libpcap/lbl/
H A Dos-sunos4.h85 int ftime(struct timeb *);
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dstm32mp135f-dhcor-dhsbc.dts394 st,no-hs-ftime-ctrl;
412 st,no-hs-ftime-ctrl;
H A Dstm32mp135f-dk.dts535 st,no-hs-ftime-ctrl;
549 st,no-hs-ftime-ctrl;
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def309 CODEGENOPT(TimePasses , 1, 0) ///< Set when -ftime-report or -ftime-report= is enabled.
310 CODEGENOPT(TimePassesPerRun , 1, 0) ///< Set when -ftime-report=per-pass-run is enabled.
311 CODEGENOPT(TimeTrace , 1, 0) ///< Set when -ftime-trace is enabled.
/freebsd/sys/fs/cd9660/
H A Dcd9660_node.c180 if (!cd9660_tstamp_conv17(ap->ftime,&inop->inode.iso_atime)) in cd9660_deftstamp()
H A Diso.h203 char ftime [ISODCL (62, 78)]; /* 8.4.26.1 */ member
/freebsd/sys/contrib/libsodium/src/libsodium/randombytes/salsa20/
H A Drandombytes_salsa20_random.c51 # define _ftime ftime
/freebsd/contrib/ntp/sntp/libevent/
H A Dwhatsnew-2.1.txt608 significantly faster and more accurate than our old ftime()-based approach.
/freebsd/contrib/libevent/
H A Dwhatsnew-2.1.txt608 significantly faster and more accurate than our old ftime()-based approach.
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc150 #define ftime __ftime64
5752 INTERCEPTOR(int, ftime, __sanitizer_timeb *tp) {
5754 COMMON_INTERCEPTOR_ENTER(ctx, ftime, tp);
5758 int res = REAL(ftime)(tp);
5763 #define INIT_FTIME COMMON_INTERCEPT_FUNCTION(ftime);
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td3985 def ftime_report : Flag<["-"], "ftime-report">, Group<f_Group>,
3988 def ftime_report_EQ: Joined<["-"], "ftime-report=">, Group<f_Group>,
3993 def ftime_trace : Flag<["-"], "ftime-trace">, Group<f_Group>,
4000 def ftime_trace_granularity_EQ : Joined<["-"], "ftime-trace-granularity=">, Group<f_Group>,
4004 def ftime_trace_verbose : Joined<["-"], "ftime-trace-verbose">, Group<f_Group>,
4008 def ftime_trace_EQ : Joined<["-"], "ftime-trace=">, Group<f_Group>,
4009 …HelpText<"Similar to -ftime-trace. Specify the JSON file or a directory which will contain the JSO…
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1803 fun:ftime=uninstrumented