/freebsd/contrib/bmake/unit-tests/ |
H A D | varname-dot-make-mode.mk | 11 all: .PHONY make-mode-randomize-targets 23 make-mode-randomize-targets: .PHONY 25 @${MAKE} -r -f ${MAKEFILE} randomize-targets 28 @${MAKE} -r -f ${MAKEFILE} -j1 randomize-targets 31 @${MAKE} -r -f ${MAKEFILE} -j5 randomize-targets | grep '^:' 33 .if make(randomize-targets) 34 randomize-targets: .WAIT a1 a2 a3 .WAIT b1 b2 b3 .WAIT c1 c2 c3 .WAIT 40 .MAKE.MODE+= randomize-targets
|
H A D | deptgt.exp | 5 Parsing deptgt.mk:37: : command for empty targets list 8 Parsing deptgt.mk:39: : command for empty targets list 23 make: deptgt.mk:64: warning: Special and mundane targets don't mix. Mundane ones ignored
|
H A D | deptgt.mk | 37 : command for empty targets list 39 : command for empty targets list
|
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | InterfaceFile.cpp | 77 InterfaceFile::targets(ArchitectureSet Archs) const { in targets() function in InterfaceFile 181 IF->addTargets(targets()); in merge() 182 IF->addTargets(O->targets()); in merge() 185 for (const auto &Target : Lib.targets()) in merge() 189 for (const auto &Target : Lib.targets()) in merge() 193 for (const auto &Target : Lib.targets()) in merge() 197 for (const auto &Target : Lib.targets()) in merge() 206 IF->addSymbol(Sym->getKind(), Sym->getName(), Sym->targets(), in merge() 211 IF->addSymbol(Sym->getKind(), Sym->getName(), Sym->targets(), in merge() 241 IF->addTargets(targets(ArchitectureSet::All().clear(Arch))); in remove() [all …]
|
/freebsd/targets/pseudo/the-lot/ |
H A D | Makefile.depend | 6 targets/pseudo/kernel \ 7 targets/pseudo/toolchain \ 8 targets/pseudo/userland \ 11 DIRDEPS+= targets/pseudo/tests
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_bvgraph.h | 110 bool isReachable(uptr from, const BV &targets) { in isReachable() argument 121 return targets.intersectsWith(visited); in isReachable() 127 uptr findPath(uptr from, const BV &targets, uptr *path, uptr path_size) { in findPath() argument 131 if (targets.getBit(from)) in findPath() 137 if (uptr res = findPath(idx, targets, path + 1, path_size - 1)) in findPath() 144 uptr findShortestPath(uptr from, const BV &targets, uptr *path, in findShortestPath() argument 147 if (findPath(from, targets, path, p) == p) in findShortestPath()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | TargetRegistry.cpp | 113 iterator_range<TargetRegistry::iterator> TargetRegistry::targets() { in targets() function in TargetRegistry 125 auto I = find_if(targets(), in lookupTarget() 128 if (I == targets().end()) { in lookupTarget() 156 if (targets().begin() == targets().end()) { in lookupTarget() 162 auto I = find_if(targets(), ArchMatch); in lookupTarget() 164 if (I == targets().end()) { in lookupTarget() 170 auto J = std::find_if(std::next(I), targets().end(), ArchMatch); in lookupTarget() 171 if (J != targets().end()) { in lookupTarget() 212 for (const auto &T : TargetRegistry::targets()) { in printRegisteredTargetsForVersion()
|
/freebsd/tests/sys/cddl/zfs/tests/iscsi/ |
H A D | iscsi_common.kshlib | 37 typeset target targets 41 targets=$($ISCSITADM list target | $GREP "Target:" | $AWK '{print $2}') 42 [[ -z $targets ]] && return 1 44 for target in $targets; do
|
/freebsd/tools/build/options/ |
H A D | makeman | 46 ALL_TARGETS=$(echo $(${make} targets MK_AUTO_OBJ=no | tail -n +2)) 93 while read opt targets ; do 94 if [ "${targets}" = "${ALL_TARGETS}" ] ; then 96 elif [ -z "${targets}" ] ; then 99 echo "WITHOUT_${opt}" $(no_targets "${ALL_TARGETS}" "${targets}") 100 echo "WITH_${opt} ${targets}" 310 if [ -n "${targets}" ] ; then 313 echo $(echo ${targets} | sed -e's/ /, /g' -e's/\(.*\), /\1 and /').
|
/freebsd/contrib/libyaml/ |
H A D | .makefile | 1 # This file is used for common development targets that can be done with 13 # Makefile targets. Since GNUmakefile is loaded before Makefile, we do the 40 # Proxy make targets: 44 # Proxy these targets to the real Makefile, after bootstrapping is necessary. 55 # Development make targets:
|
/freebsd/crypto/krb5/src/tests/fuzzing/ |
H A D | README | 1 This directory builds fuzzing targets for oss-fuzz compatibility. 5 Export flags required for building fuzzing targets. 14 Compilation of the fuzzing targets. 22 Running fuzzing targets.
|
/freebsd/share/mk/ |
H A D | local.dirdeps-targets.mk | 7 DIRDEPS_TARGETS_DIRS ?= targets targets/pseudo targets/packages
|
/freebsd/contrib/ntp/sntp/unity/auto/ |
H A D | unity_test_summary.py | 23 for target in self.targets: 69 self.targets = target_array 120 targets = list(map(lambda x: x.replace('\\', '/'), glob(targets_dir + '*.test*'))) variable 121 if len(targets) == 0: 123 uts.set_targets(targets)
|
H A D | unity_test_summary.rb | 134 targets = "#{ARGV[0].gsub(/\\/, '/')}**/*.test*" 135 results = Dir[targets] 136 … raise "No *.testpass, *.testfail, or *.testresults files found in '#{targets}'" if results.empty?
|
/freebsd/tools/kerneldoc/subsys/ |
H A D | README | 4 For every Doxyfile-(.*) the Makefile adds the public targets $1, pdf-$1 and 5 clean-$1. For e.g. Doxyfile-dev_pci this translates to the targets dev_pci, 8 Additionally, the targets 'all', 'pdf-all' and 'clean' to generate or remove 9 the documentation for all targets are available.
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | v3_ac_tgt.c | 205 OSSL_TARGETS *targets, in i2r_TARGETS() argument 211 for (i = 0; i < sk_OSSL_TARGET_num(targets); i++) { in i2r_TARGETS() 213 target = sk_OSSL_TARGET_value(targets, i); in i2r_TARGETS() 224 OSSL_TARGETS *targets; in i2r_TARGETING_INFORMATION() local 228 targets = sk_OSSL_TARGETS_value(tinfo, i); in i2r_TARGETING_INFORMATION() 229 i2r_TARGETS(method, targets, out, indent + 2); in i2r_TARGETING_INFORMATION()
|
/freebsd/contrib/googletest/ |
H A D | fake_fuchsia_sdk.bzl | 3 This is needed since bazel queries on targets that depend on //:gtest (eg: 21 doc = "Used to create a fake @fuchsia_sdk repository with stub build targets.", 25 doc = "The stub build targets to initialize.",
|
/freebsd/contrib/unbound/ |
H A D | freebsd-sources.pl | 34 our @targets = qw(LIBUNBOUND DAEMON UBANCHOR CHECKCONF CONTROL); 63 foreach my $target (@targets) {
|
/freebsd/sys/contrib/device-tree/Bindings/ |
H A D | Makefile | 66 targets += .dt-binding.checked .yamllint.checked 74 targets += $(patsubst $(obj)/%,%, $(CHK_DT_EXAMPLES)) 75 targets += $(patsubst $(obj)/%.dtb,%.dts, $(CHK_DT_EXAMPLES))
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/inuse/ |
H A D | inuse_005_pos.ksh | 64 typeset targets=$1 66 for t in $targets; do
|
H A D | inuse_006_pos.ksh | 64 typeset targets=$1 66 for t in $targets; do
|
H A D | inuse_009_pos.ksh | 67 typeset targets=$1 69 for t in $targets; do
|
H A D | inuse_008_pos.ksh | 67 typeset targets=$1 69 for t in $targets; do
|
H A D | inuse_007_pos.ksh | 67 typeset targets=$1 69 for t in $targets; do
|
/freebsd/usr.bin/ctlstat/ |
H A D | ctlstat.c | 142 char **targets; member 411 targdata.targets[idx] != NULL) \ 413 target = targdata.targets[idx]; \ 439 targdata.targets[idx] != NULL) \ 441 target = targdata.targets[idx]; \ 533 targdata->targets = rallocx(targdata->targets, in cctl_end_pelement() 536 free(targdata->targets[targdata->id]); in cctl_end_pelement() 537 targdata->targets[targdata->id] = targdata->target; in cctl_end_pelement() 559 targdata.targets = calloc(targdata.ntargets, sizeof(char*)); in ctlstat_prometheus() 609 free(targdata.targets[i]); in ctlstat_prometheus() [all …]
|