| /freebsd-12.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-12.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-12.1/lib/libcompat/ |
| H A D | Makefile | 14 SRCS+= ftime.c 16 MAN+= 4.1/ftime.3
|
| /freebsd-12.1/sys/sys/ |
| H A D | timeb.h | 66 int ftime(struct timeb *);
|
| /freebsd-12.1/lib/libcompat/4.1/ |
| H A D | ftime.c | 41 ftime(struct timeb *tbp) in ftime() function
|
| /freebsd-12.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-12.1/contrib/libpcap/lbl/ |
| H A D | os-sunos4.h | 85 int ftime(struct timeb *);
|
| /freebsd-12.1/contrib/tcpdump/lbl/ |
| H A D | os-sunos4.h | 86 int ftime(struct timeb *);
|
| /freebsd-12.1/sys/amd64/linux32/ |
| H A D | linux32_dummy.c | 49 UNIMPLEMENTED(ftime);
|
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_dummy.c | 49 UNIMPLEMENTED(ftime);
|
| /freebsd-12.1/sys/fs/cd9660/ |
| H A D | cd9660_node.c | 203 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-12.1/sys/contrib/libsodium/src/libsodium/randombytes/salsa20/ |
| H A D | randombytes_salsa20_random.c | 51 # define _ftime ftime
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 227 CODEGENOPT(TimePasses , 1, 0) ///< Set when -ftime-report is enabled.
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | common.opt | 913 ftime-report
|
| H A D | ChangeLog-2001 | 24364 -dumpmachine, -dumpversion, -fmem-report and -ftime-report.
|
| H A D | ChangeLog-2000 | 10078 (f_options): Add -ftime-report and -fmem-report.
|
| /freebsd-12.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-12.1/contrib/libevent/ |
| H A D | whatsnew-2.1.txt | 608 significantly faster and more accurate than our old ftime()-based approach.
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 5511 INTERCEPTOR(int, ftime, __sanitizer_timeb *tp) { 5513 COMMON_INTERCEPTOR_ENTER(ctx, ftime, tp); 5517 int res = REAL(ftime)(tp); 5522 #define INIT_FTIME COMMON_INTERCEPT_FUNCTION(ftime);
|
| /freebsd-12.1/contrib/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 1798 fun:ftime=uninstrumented
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/ |
| H A D | Options.td | 1730 def ftime_report : Flag<["-"], "ftime-report">, Group<f_Group>, Flags<[CC1Option]>;
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | invoke.texi | 287 -ftest-coverage -ftime-report -fvar-tracking @gol 3622 @item -ftime-report 3623 @opindex ftime-report
|