Searched refs:No (Results 1 - 25 of 107) sorted by relevance

12345

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarmod-subst-regex.exp3 make: No subexpression \1
4 make: No subexpression \1
5 make: No subexpression \1
6 make: No subexpression \1
9 make: No subexpression \2
10 make: No subexpression \2
11 make: No subexpression \2
12 make: No subexpression \2
14 make: No subexpression \2
15 make: No subexpressio
[all...]
H A Dopt-chdir.exp4 make: chdir /nonexistent: No such file or directory
H A Dsuff-phony.exp7 No valid suffix on all
9 No known suffix on .END. Using .NULL suffix
H A Dmoderrs.exp91 make: No match for subexpression \2
92 make: No match for subexpression \2
93 make: No match for subexpression \1
94 make: No match for subexpression \2
95 make: No match for subexpression \1
H A Ddirective-export.mk31 # No argument means to export all variables.
H A Dsuff-incomplete.exp30 No known suffix on all. Using .NULL suffix
39 No known suffix on .END. Using .NULL suffix
H A Dsuff-rebuild.exp39 No known suffix on all. Using .NULL suffix
46 No known suffix on suff-rebuild-example. Using .NULL suffix
67 No known suffix on .END. Using .NULL suffix
H A Dvarname.exp11 make: "varname.mk" line 30: No closing parenthesis in archive specification
H A Dcond1.mk113 @echo "${"${DoNotQuoteHere:U0}" > 0:?OK:No}"
114 @echo "${${NoSuchNumber:U42} > 0:?OK:No}"
H A Dsuff-lookup.exp46 No known suffix on all. Using .NULL suffix
68 No known suffix on .END. Using .NULL suffix
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DAtomic.cpp39 # error No memory fence implementation for your platform!
57 # error No compare-and-swap implementation for your platform!
/freebsd-13-stable/crypto/openssh/
H A Dmdoc2man.awk103 } else if(match(words[w],"^No$")) {
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/casenorm/
H A Dmixed_create_failure.ksh99 if [[ $out = *@(No space left on device)* ]]; then
122 if [[ $out = *@(No space left on device)* ]]; then
/freebsd-13-stable/contrib/one-true-awk/
H A DREGRESS21 echo $0: No testdir directory and no awktest.tar to extract it from! >&2
/freebsd-13-stable/contrib/ofed/include/
H A Dudma_barrier.h112 #error No architecture specific memory barrier defines found!
150 #error No architecture specific memory barrier defines found!
220 #error No architecture specific memory barrier defines found!
/freebsd-13-stable/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor.h69 #error No MAD Interface selected!
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wrapper_getpid.h39 #warning No gettid found, use getpid instead
/freebsd-13-stable/contrib/apr/file_io/unix/
H A Dflock.c79 #error No file locking mechanism is available.
116 #error No file locking mechanism is available.
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/net/getaddrinfo/
H A Dspec_fam_v4.exp6 No address associated with hostname
/freebsd-13-stable/usr.sbin/bluetooth/bluetooth-config/
H A Dbluetooth-config.sh33 # No use running without super user rights
46 [ "${ng_nodes}" ] || exerr "No Bluetooth host controllers found."
60 printf "No usable Bluetooth host controllers were found.\n"
115 exerr "No new Bluetooth devices found"
203 no|n|NO|N|No|nO) ;;
218 case "${_r}" in no|n|NO|N|No|nO) exit;; esac
249 no|n|NO|N|No|nO) exit 0;;
261 no|n|NO|N|No|nO) ;;
292 no|n|NO|N|No|nO) ;;
/freebsd-13-stable/stand/i386/boot2/
H A Dsio.S63 loopz sio_putc.1 # No
73 jz sio_getc # No
H A Dboot1.S147 jb main.4 # No
154 jne main.3 # No
254 jne putstr.0 # No
275 jz read.1 # No, use CHS
277 jb read.1 # No, use CHS
285 jne read.1 # No, so use CHS
287 jz read.1 # No, so use CHS
315 ja ereturn # No, return an error
339 jz read.6 # No
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp102 enum class CanMerge { No, Yes }; member in class:CanMerge
105 return CanMerge::No;
107 return CanMerge::No;
222 if (makeMergeable(GV, Slot) == CanMerge::No)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist.h102 typedef char No[2]; typedef in struct:llvm::ilist_detail::HasGetNext
107 template <class> static No &test(...);
117 typedef char No[2]; typedef in struct:llvm::ilist_detail::HasCreateSentinel
121 template <class> static No &test(...);
132 typedef char No[2]; typedef in struct:llvm::ilist_detail::HasCreateNode
137 template <class> static No &test(...);
335 if (where == first || where == last) return; // No change
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_platform.h52 #error Oops: No config.h and no pre-built configuration in archive_platform.h.

Completed in 115 milliseconds

12345