Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/find/
H A Dls.c83 printtime(time_t ftime) in printtime() argument
99 if (ftime + SIXMONTHS > lnow && ftime < lnow + SIXMONTHS) in printtime()
105 if ((tm = localtime(&ftime)) != NULL) in printtime()
/freebsd-14.2/usr.bin/systat/
H A Dpigs.c144 float ftime; in fetchpigs() local
167 ftime = kpp[i].ki_swtime; in fetchpigs()
168 if (ftime == 0 || (kpp[i].ki_flag & P_INMEM) == 0) in fetchpigs()
172 fscale) / (1.0 - exp(ftime * lccpu)); in fetchpigs()
/freebsd-14.2/sys/sys/
H A Dtimeb.h65 int ftime(struct timeb *);
/freebsd-14.2/lib/libutil/
H A DMakefile15 ftime.c getlocalbase.c gr_util.c \
33 MAN+= cpuset.3 expand_number.3 flopen.3 fparseln.3 ftime.3 getlocalbase.3 \
H A Dftime.c41 ftime(struct timeb *tbp) in ftime() function
/freebsd-14.2/sys/i386/linux/
H A Dlinux_dummy_machdep.c49 UNIMPLEMENTED(ftime);
/freebsd-14.2/sys/amd64/linux32/
H A Dlinux32_dummy_machdep.c43 UNIMPLEMENTED(ftime);
/freebsd-14.2/bin/ls/
H A Dprint.c462 printtime(time_t ftime) in printtime() argument
480 else if (ftime + SIXMONTHS > now && ftime < now + SIXMONTHS) in printtime()
486 ls_strftime(longstring, sizeof(longstring), format, localtime(&ftime)); in printtime()
/freebsd-14.2/contrib/libpcap/lbl/
H A Dos-sunos4.h85 int ftime(struct timeb *);
/freebsd-14.2/contrib/tcpdump/lbl/
H A Dos-sunos4.h86 int ftime(struct timeb *);
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Dstm32mp135f-dk.dts354 st,no-hs-ftime-ctrl;
368 st,no-hs-ftime-ctrl;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def300 CODEGENOPT(TimePasses , 1, 0) ///< Set when -ftime-report or -ftime-report= is enabled.
301 CODEGENOPT(TimePassesPerRun , 1, 0) ///< Set when -ftime-report=per-pass-run is enabled.
302 CODEGENOPT(TimeTrace , 1, 0) ///< Set when -ftime-trace is enabled.
/freebsd-14.2/sys/fs/cd9660/
H A Dcd9660_node.c183 if (!cd9660_tstamp_conv17(ap->ftime,&inop->inode.iso_atime)) in cd9660_deftstamp()
H A Diso.h205 char ftime [ISODCL (62, 78)]; /* 8.4.26.1 */ member
/freebsd-14.2/sys/contrib/libsodium/src/libsodium/randombytes/salsa20/
H A Drandombytes_salsa20_random.c51 # define _ftime ftime
/freebsd-14.2/sys/contrib/device-tree/Bindings/phy/
H A Dphy-stm32-usbphyc.yaml186 st,no-hs-ftime-ctrl:
/freebsd-14.2/contrib/ntp/sntp/libevent/
H A Dwhatsnew-2.1.txt608 significantly faster and more accurate than our old ftime()-based approach.
/freebsd-14.2/contrib/libevent/
H A Dwhatsnew-2.1.txt608 significantly faster and more accurate than our old ftime()-based approach.
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc150 #define ftime __ftime64
5741 INTERCEPTOR(int, ftime, __sanitizer_timeb *tp) {
5743 COMMON_INTERCEPTOR_ENTER(ctx, ftime, tp);
5747 int res = REAL(ftime)(tp);
5752 #define INIT_FTIME COMMON_INTERCEPT_FUNCTION(ftime);
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td3792 def ftime_report : Flag<["-"], "ftime-report">, Group<f_Group>,
3795 def ftime_report_EQ: Joined<["-"], "ftime-report=">, Group<f_Group>,
3800 def ftime_trace : Flag<["-"], "ftime-trace">, Group<f_Group>,
3807 def ftime_trace_granularity_EQ : Joined<["-"], "ftime-trace-granularity=">, Group<f_Group>,
3811 def ftime_trace_EQ : Joined<["-"], "ftime-trace=">, Group<f_Group>,
3812 …HelpText<"Similar to -ftime-trace. Specify the JSON file or a directory which will contain the JSO…
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1803 fun:ftime=uninstrumented