| /freebsd-13.1/usr.bin/find/ |
| H A D | ls.c | 85 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 D | pigs.c | 146 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 D | Makefile | 14 SRCS+= ftime.c 16 MAN+= 4.1/ftime.3
|
| /freebsd-13.1/sys/sys/ |
| H A D | timeb.h | 66 int ftime(struct timeb *);
|
| /freebsd-13.1/lib/libcompat/4.1/ |
| H A D | ftime.c | 41 ftime(struct timeb *tbp) in ftime() function
|
| /freebsd-13.1/sys/i386/linux/ |
| H A D | linux_dummy_machdep.c | 53 UNIMPLEMENTED(ftime);
|
| /freebsd-13.1/bin/ls/ |
| H A D | print.c | 460 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 D | linux32_dummy_machdep.c | 47 UNIMPLEMENTED(ftime);
|
| /freebsd-13.1/contrib/libpcap/lbl/ |
| H A D | os-sunos4.h | 85 int ftime(struct timeb *);
|
| /freebsd-13.1/contrib/tcpdump/lbl/ |
| H A D | os-sunos4.h | 86 int ftime(struct timeb *);
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 269 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 D | cd9660_node.c | 197 if (!cd9660_tstamp_conv17(ap->ftime,&inop->inode.iso_atime))
|
| H A D | iso.h | 203 char ftime [ISODCL (62, 78)]; /* 8.4.26.1 */ member
|
| /freebsd-13.1/sys/contrib/libsodium/src/libsodium/randombytes/salsa20/ |
| H A D | randombytes_salsa20_random.c | 51 # define _ftime ftime
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/ |
| H A D | whatsnew-2.1.txt | 547 significantly faster and more accurate than our old ftime()-based approach.
|
| /freebsd-13.1/contrib/libevent/ |
| H A D | whatsnew-2.1.txt | 608 significantly faster and more accurate than our old ftime()-based approach.
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 5737 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 D | Options.td | 2614 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 D | libc_ubuntu1404_abilist.txt | 1798 fun:ftime=uninstrumented
|