Searched refs:No (Results 51 - 75 of 107) sorted by relevance

12345

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarmod-match-escape.mk57 # No unescaping takes place since the pattern neither contained '\:' nor
H A Dvarmisc.mk82 SD_VALUES= 0 1 2 False True false true Yes No yes no On Off ON OFF on off
H A Dvarmod-edge.mk67 # No error is reported though, and the pattern is closed implicitly.
H A Dvarmod-subst.mk152 # No matter how many dollar signs there are, they all get merged
/freebsd-13-stable/contrib/kyua/integration/
H A Dcmd_report_test.sh90 echo 'kyua: E: No previous results file found for test suite' \
112 atf_check -s exit:2 -o empty -e match:"kyua: E: No previous results.*foo" \
207 kyua: W: No test cases matched by the filter 'first'.
208 kyua: W: No test cases matched by the filter 'simple_all_pass:second'.
H A Dcmd_test_test.sh443 kyua: W: No test cases matched by the filter 'first1'.
477 kyua: W: No test cases matched by the filter 'fifth'.
478 kyua: W: No test cases matched by the filter 'fourth'.
825 [ ${ret} -ne 0 ] || atf_fail 'No error code reported'
874 kyua: W: No test cases matched by the filter 'second'.
896 kyua: W: No test cases matched by the filter 'first:foobar'.
/freebsd-13-stable/share/mk/
H A Dbsd.opts.mk21 # The old-style YES_FOO and NO_FOO are being phased out. No new instances of them
H A Dbsd.obj.mk154 echo "No ${CANONICALOBJDIR} to link to - do a make obj."; \
/freebsd-13-stable/contrib/sendmail/contrib/
H A Dbuildvirtuser83 error:nouser No such user
/freebsd-13-stable/sbin/devmatch/
H A Ddevmatch.c368 if (dump_flag) /* No per-row data stored */
504 errx(1, "No bus found in nomatch string: '%s'", nomatch);
/freebsd-13-stable/contrib/apr/dso/unix/
H A Ddso.c24 #error No DSO implementation specified.
248 return "No Error";
/freebsd-13-stable/contrib/apr/threadproc/unix/
H A Dsignals.c388 #error No apr_sigwait() and no sigsuspend()
401 * No thread should ever block synchronous signals.
/freebsd-13-stable/contrib/netbsd-tests/modules/
H A Dt_modload.sh50 modload: No such file or directory
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.h429 // No = 0 is the default allocation order, No = 1 is the first alternative.
430 ArrayRef<Record*> getOrder(unsigned No = 0) const {
431 return Orders[No];
/freebsd-13-stable/sys/contrib/openzfs/scripts/
H A Dzimport.sh98 -c No color
/freebsd-13-stable/usr.sbin/bsdinstall/scripts/
H A Dauto196 test $MIRROR_BUTTON -eq 0 || error "No mirror selected"
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h123 enum class Cache : unsigned char { Yes, No, Unknown, }; member in class:Node::Cache
143 Node(Kind K_, Cache RHSComponentCache_ = Cache::No,
144 Cache ArrayCache_ = Cache::No, Cache FunctionCache_ = Cache::No)
189 if (RHSComponentCache != Cache::No)
650 /*RHSComponentCache=*/Cache::Yes, /*ArrayCache=*/Cache::No,
741 /*RHSComponentCache=*/Cache::Yes, /*ArrayCache=*/Cache::No,
1078 return P->ArrayCache == Cache::No;
1080 ArrayCache = Cache::No;
1082 return P->FunctionCache == Cache::No;
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-checks.sql97 SELECT local_relpath, -1, 10, 'No ancestor in ACTUAL'
127 SELECT local_relpath, op_depth, 20, 'No ancestor in NODES'
/freebsd-13-stable/contrib/libarchive/test_utils/
H A Dtest_common.h49 #error Oops: No config.h and no pre-built configuration in test.h.
/freebsd-13-stable/stand/i386/pmbr/
H A Dpmbr.S89 jb main.1 # No
225 jnz putstr.0 # No
/freebsd-13-stable/contrib/bmake/mk/
H A Down.mk230 # No lint, for now.
/freebsd-13-stable/sbin/sysctl/
H A Dsysctl.c865 * Characters that aren't ASCII digits after the 'K' are ignored. No
888 /* No unit specified -> treat it as a raw number */
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp829 // No way to optimize a producing initializer into this. It's not
992 enum class IsPattern { No, Yes }; member in class:IsPattern
1233 constWithPadding(CGM, IsPattern::No, llvm::Constant::getNullValue(ElTy));
1373 assert(MD && "No Size expression debug node created");
1623 // No need to walk into the subexpressions.
1844 : IsPattern::No;
1851 constant = constWithPadding(CGM, IsPattern::No,
/freebsd-13-stable/sys/dev/pms/RefTisa/sat/src/
H A Dsmdefs.h121 #define NM_ATA_ERROR_MASK 0x02 /* No media present bit */
736 #error No definition of SA_CPU_BIG_ENDIAN or SA_CPU_LITTLE_ENDIAN
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h256 enum class ReplaceMetadataUses { No, Yes }; member in class:llvm::Value::ReplaceMetadataUses
782 // No need to sort 0 or 1 uses.

Completed in 461 milliseconds

12345