/freebsd/usr.bin/find/ |
H A D | ls.c | 78 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 D | pigs.c | 138 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 D | Makefile | 13 ftime.c getlocalbase.c gr_util.c \ 31 MAN+= cpuset.3 expand_number.3 flopen.3 fparseln.3 ftime.3 getlocalbase.3 \
|
H A D | ftime.c | 40 ftime(struct timeb *tbp) in ftime() function
|
/freebsd/sys/sys/ |
H A D | timeb.h | 63 int ftime(struct timeb *);
|
/freebsd/sys/i386/linux/ |
H A D | linux_dummy_machdep.c | 49 UNIMPLEMENTED(ftime);
|
/freebsd/contrib/tcpdump/lbl/ |
H A D | os-sunos4.h | 86 int ftime(struct timeb *);
|
/freebsd/contrib/libpcap/lbl/ |
H A D | os-sunos4.h | 85 int ftime(struct timeb *);
|
/freebsd/sys/contrib/device-tree/src/arm/st/ |
H A D | stm32mp135f-dhcor-dhsbc.dts | 394 st,no-hs-ftime-ctrl; 412 st,no-hs-ftime-ctrl;
|
H A D | stm32mp135f-dk.dts | 535 st,no-hs-ftime-ctrl; 549 st,no-hs-ftime-ctrl;
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | CodeGenOptions.def | 309 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 D | cd9660_node.c | 180 if (!cd9660_tstamp_conv17(ap->ftime,&inop->inode.iso_atime)) in cd9660_deftstamp()
|
H A D | iso.h | 203 char ftime [ISODCL (62, 78)]; /* 8.4.26.1 */ member
|
/freebsd/sys/contrib/libsodium/src/libsodium/randombytes/salsa20/ |
H A D | randombytes_salsa20_random.c | 51 # define _ftime ftime
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | whatsnew-2.1.txt | 608 significantly faster and more accurate than our old ftime()-based approach.
|
/freebsd/contrib/libevent/ |
H A D | whatsnew-2.1.txt | 608 significantly faster and more accurate than our old ftime()-based approach.
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 150 #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 D | Options.td | 3985 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 D | libc_ubuntu1404_abilist.txt | 1803 fun:ftime=uninstrumented
|