Home
last modified time | relevance | path

Searched refs:ftest (Results 1 – 13 of 13) sorted by relevance

/freebsd/tools/test/stress2/misc/
H A Dfs.sh36 ftest () { # option, disk full function
78 ftest "-O 1" 0 # ufs1
79 ftest "-O 1" 1 # ufs1, disk full
80 ftest "-O 2" 0 # ufs2
81 ftest "-O 2" 1 # ufs2, disk full
82 ftest "-U" 0 # ufs2 + soft update
83 ftest "-U" 1 # ufs2 + soft update, disk full
84 ftest "-j" 0 # ufs2 + SU+J
85 ftest "-j" 1 # ufs2 + SU+J, disk full
/freebsd/contrib/file/magic/Magdir/
H A Dcoverage11 # gcc -ftest-coverage
29 0 lelong 0x67636e6f GCC gcno coverage (-ftest-coverage),
34 0 belong 0x67636e6f GCC gcno coverage (-ftest-coverage),
/freebsd/contrib/libucl/m4/
H A Dgcov.m465 COVERAGE_CFLAGS="-fprofile-arcs -ftest-coverage"
66 COVERAGE_LDFLAGS="--coverage -fprofile-arcs -ftest-coverage"
/freebsd/contrib/ntp/sntp/libevent/cmake/
H A DCodeCoverage.cmake43 # SET(CMAKE_CXX_FLAGS "-g -O0 -fprofile-arcs -ftest-coverage")
44 # SET(CMAKE_C_FLAGS "-g -O0 -fprofile-arcs -ftest-coverage")
/freebsd/contrib/libevent/cmake/
H A DCodeCoverage.cmake43 # SET(CMAKE_CXX_FLAGS "-g -O0 -fprofile-arcs -ftest-coverage")
44 # SET(CMAKE_C_FLAGS "-g -O0 -fprofile-arcs -ftest-coverage")
/freebsd/contrib/libcbor/
H A DCMakeLists.txt135 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g -fprofile-arcs -ftest-coverage --coverage")
136 …set(CMAKE_EXE_LINKER_FLAGS_DEBUG "${CMAKE_EXE_LINKER_FLAGS_DEBUG} -g -fprofile-arcs -ftest-coverag…
/freebsd/sys/contrib/openzfs/config/
H A Dax_code_coverage.m4128 CODE_COVERAGE_CFLAGS="-O0 -g -fprofile-arcs -ftest-coverage"
129 CODE_COVERAGE_CXXFLAGS="-O0 -g -fprofile-arcs -ftest-coverage"
/freebsd/sys/conf/
H A Dkern.pre.mk159 GCOV_CFLAGS+= -fprofile-arcs -ftest-coverage
/freebsd/contrib/tcsh/
H A Dsh.func.c218 Char **globbed, **fileptr, *ftest, *res; in dofiletest() local
221 if (*(ftest = *++v) != '-') in dofiletest()
230 res = filetest(ftest, &fileptr, 0); in dofiletest()
/freebsd/sys/contrib/openzfs/module/
H A DMakefile.bsd71 CFLAGS+= -fprofile-arcs -ftest-coverage
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticDriverKinds.td531 "-ftest-module-file-extension argument '%0' is not of the required form "
/freebsd/contrib/gdtoa/
H A Dchanges195 gdtoa.tgz: test/ftest.c: change %.7g to %.8g throughout.
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1738 def ftest_coverage : Flag<["-"], "ftest-coverage">, Group<f_Group>,
7310 Joined<["-"], "ftest-module-file-extension=">,