| /freebsd-14.2/usr.bin/find/ |
| H A D | ls.c | 83 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 D | pigs.c | 144 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 D | timeb.h | 65 int ftime(struct timeb *);
|
| /freebsd-14.2/lib/libutil/ |
| H A D | Makefile | 15 ftime.c getlocalbase.c gr_util.c \ 33 MAN+= cpuset.3 expand_number.3 flopen.3 fparseln.3 ftime.3 getlocalbase.3 \
|
| H A D | ftime.c | 41 ftime(struct timeb *tbp) in ftime() function
|
| /freebsd-14.2/sys/i386/linux/ |
| H A D | linux_dummy_machdep.c | 49 UNIMPLEMENTED(ftime);
|
| /freebsd-14.2/sys/amd64/linux32/ |
| H A D | linux32_dummy_machdep.c | 43 UNIMPLEMENTED(ftime);
|
| /freebsd-14.2/bin/ls/ |
| H A D | print.c | 462 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 D | os-sunos4.h | 85 int ftime(struct timeb *);
|
| /freebsd-14.2/contrib/tcpdump/lbl/ |
| H A D | os-sunos4.h | 86 int ftime(struct timeb *);
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | stm32mp135f-dk.dts | 354 st,no-hs-ftime-ctrl; 368 st,no-hs-ftime-ctrl;
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 300 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 D | cd9660_node.c | 183 if (!cd9660_tstamp_conv17(ap->ftime,&inop->inode.iso_atime)) in cd9660_deftstamp()
|
| H A D | iso.h | 205 char ftime [ISODCL (62, 78)]; /* 8.4.26.1 */ member
|
| /freebsd-14.2/sys/contrib/libsodium/src/libsodium/randombytes/salsa20/ |
| H A D | randombytes_salsa20_random.c | 51 # define _ftime ftime
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/phy/ |
| H A D | phy-stm32-usbphyc.yaml | 186 st,no-hs-ftime-ctrl:
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/ |
| H A D | whatsnew-2.1.txt | 608 significantly faster and more accurate than our old ftime()-based approach.
|
| /freebsd-14.2/contrib/libevent/ |
| H A D | whatsnew-2.1.txt | 608 significantly faster and more accurate than our old ftime()-based approach.
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 150 #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 D | Options.td | 3792 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 D | libc_ubuntu1404_abilist.txt | 1803 fun:ftime=uninstrumented
|