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

12345

/freebsd-11-stable/contrib/top/
H A Dboolean.h2 #define No 0 macro
H A Dscreen.c90 static char is_a_terminal = No;
119 smart_terminal = No;
133 smart_terminal = No;
151 smart_terminal = No;
158 smart_terminal = No;
195 smart_terminal = No;
223 smart_terminal = No;
229 smart_terminal = No;
235 smart_terminal = No;
327 smart_terminal = No;
[all...]
H A Dtop.c77 int pcpu_stats = No;
193 if (readline(buf, buflen, No) <= 0)
272 char dostates = No;
277 char topn_specified = No;
357 ps.system = No;
359 ps.thread = No;
362 ps.jail = No;
363 ps.swap = No;
426 interactive = No;
853 no_command = No;
[all...]
/freebsd-11-stable/contrib/amd/
H A Dbootstrap27 echo No m4/macros directory found!
31 echo No m4/macros/HEADER file found!
/freebsd-11-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-11-stable/contrib/ofed/include/
H A Dudma_barrier.h108 #error No architecture specific memory barrier defines found!
144 #error No architecture specific memory barrier defines found!
212 #error No architecture specific memory barrier defines found!
/freebsd-11-stable/crypto/openssh/
H A Dmdoc2man.awk105 } else if(match(words[w],"^No$")) {
/freebsd-11-stable/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor.h69 #error No MAD Interface selected!
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wrapper_getpid.h39 #warning No gettid found, use getpid instead
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/net/getaddrinfo/
H A Dspec_fam_v4.exp6 No address associated with hostname
/freebsd-11-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-11-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-11-stable/contrib/bmake/unit-tests/
H A Dcond1.mk108 @echo "${"${DoNotQuoteHere:U0}" > 0:?OK:No}"
109 @echo "${${NoSuchNumber:U42} > 0:?OK:No}"
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp104 enum class CanMerge { No, Yes }; member in class:CanMerge
107 return CanMerge::No;
109 return CanMerge::No;
224 if (makeMergeable(GV, Slot) == CanMerge::No)
/freebsd-11-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(...);
333 if (where == first || where == last) return; // No change
/freebsd-11-stable/contrib/opie/libopie/
H A Dlogin.c82 #error No ut_name field in struct utmp? (Please send in a bug report)
/freebsd-11-stable/crypto/openssl/crypto/rand/
H A Drand_lcl.h127 # error No message digest algorithm available
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_platform.h52 #error Oops: No config.h and no pre-built configuration in archive_platform.h.
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dutil.h182 #error No implementation for size_t ffs()
195 #error No implementation for 64-bit ffs()
206 #error No implementation for 32-bit ffs()
/freebsd-11-stable/stand/i386/kgzldr/
H A Dcrt.s53 jne crt_putchr.1 # No
67 jb crt_putchr.3 # No
71 jb crt_putchr.4 # No
/freebsd-11-stable/stand/i386/mbr/
H A Dmbr.s59 main: xorw %si,%si # No active partition
78 jb main.4 # No
93 jz main.7 # No.
99 jc main.6 # No.
101 jne main.6 # No.
103 jz main.6 # No.
125 jne err_os # No
146 jnz putstr.0 # No
/freebsd-11-stable/stand/i386/zfsboot/
H A Dzfsldr.S74 jne main.3 # No
228 jne putstr.0 # No
235 jb check_edd.1 # No, fail to boot
243 jne check_edd.1 # No, so fail
245 jz check_edd.1 # No, so fail
/freebsd-11-stable/stand/i386/boot0/
H A Dboot0.S270 jnc next_entry # No
370 jb read_key # No
432 jnc beep # No
467 testb $NOUPDATE,_FLAGS(%bp) # No updates?
491 jne beep # No
533 jz putstr.1 # No
572 jz 1f # No
/freebsd-11-stable/crypto/openssl/util/
H A Dmk1mf.pl117 no-asm - No x86 asm
118 no-krb5 - No KRB5
119 no-srp - No SRP
120 no-ec - No EC
121 no-ecdsa - No ECDSA
122 no-ecdh - No ECDH
123 no-engine - No engine
124 no-hw - No hw
129 no-socks - No socket code
130 no-err - No erro
[all...]

Completed in 182 milliseconds

12345