Searched refs:No (Results 26 - 50 of 107) sorted by relevance

12345

/freebsd-13-stable/contrib/opie/libopie/
H A Dlogin.c82 #error No ut_name field in struct utmp? (Please send in a bug report)
/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dbit_util.h58 #error No implementation for size_t ffs()
69 #error No implementation for 64-bit ffs()
78 #error No implementation for 32-bit ffs()
/freebsd-13-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-13-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-13-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-13-stable/contrib/apr-util/dbd/
H A Dapr_dbd_odbc.c34 * No random access in V2.
724 /* No data is success in this context */
1427 return (handle) ? handle->lastError : "[dbd_odbc]No error message available";
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h170 /// to computeDeadSymbols. Yes and No values used when status explicitly
172 enum class PrevailingType { Yes, No, Unknown }; member in class:llvm::PrevailingType
/freebsd-13-stable/sbin/pfctl/tests/
H A Dpfctl_test_list.inc37 * No include guards since this file is included multiple times by pfctl_test
94 PFCTL_TEST(0079, "No-route with label")
/freebsd-13-stable/libexec/save-entropy/
H A Dsave-entropy.sh73 case "${f}" in saved-entropy.\*) continue ;; esac # No files match
123 No available slot in "${entropy_dir}", save entropy is aborted.
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dsuff-transform-endless.exp25 No known suffix on all. Using .NULL suffix
H A Dsuff-transform-select.exp26 No known suffix on all. Using .NULL suffix
H A Dvarmisc.exp34 save-dollars: No = $
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_write_disk_set_standard_lookup.c161 #error No way to perform gid lookups on this platform
230 #error No way to look up uids on this platform
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DConfig.h83 enum ManifestKind { SideBySide, Embed, No }; enumerator in enum:lld::coff::Configuration::ManifestKind
165 ManifestKind manifest = No;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInliner.cpp97 No = 0, member in class:__anon4540::InlinerFunctionImportStatsOpts
106 cl::init(InlinerFunctionImportStatsOpts::No),
270 if (InlinerFunctionImportStats != InlinerFunctionImportStatsOpts::No)
297 if (InlinerFunctionImportStats != InlinerFunctionImportStatsOpts::No)
299 return false; // No changes to CallGraph.
563 if (InlinerFunctionImportStats != InlinerFunctionImportStatsOpts::No)
653 assert(InlinerFunctionImportStats != InlinerFunctionImportStatsOpts::No);
702 InlinerFunctionImportStats != InlinerFunctionImportStatsOpts::No) {
882 if (InlinerFunctionImportStats != InlinerFunctionImportStatsOpts::No)
/freebsd-13-stable/contrib/kyua/integration/
H A Dcmd_list_test.sh192 kyua: W: No test cases matched by the filter 'first1'.
219 kyua: W: No test cases matched by the filter 'fifth'.
220 kyua: W: No test cases matched by the filter 'fourth'.
448 kyua: W: No test cases matched by the filter 'second'.
464 kyua: W: No test cases matched by the filter 'first:foobar'.
H A Dglobal_test.sh33 Usage error: No command provided.
79 grep ' E .* No command provided' test.log || atf_fail "Log file does" \
92 grep ' E .* No command provided' test.log || atf_fail "Log file does" \
109 grep ' E .* No command provided' test.log || atf_fail "Log file does" \
126 grep ' E .* No command provided' test.log || atf_fail "Log file does" \
/freebsd-13-stable/crypto/heimdal/lib/kadm5/
H A Dadmin.h46 #error No support for API versions other than 2
/freebsd-13-stable/contrib/atf/atf-sh/
H A Dintegration_test.sh39 atf-sh: ERROR: No test program provided
/freebsd-13-stable/stand/i386/btx/btxldr/
H A Dbtxldr.S205 jne start.6 # No
228 jz start.5 # No
278 jne hexout.2 # No
291 jne putstr.0 # No
305 jne putchr.1 # No
319 jb putchr.3 # No
323 jb putchr.4 # No
/freebsd-13-stable/contrib/bmake/mk/
H A Dobj.mk85 echo "No ${__objdir} to link to - do a 'make obj'"; \
/freebsd-13-stable/crypto/heimdal/tools/
H A Dkdc-log-analyze.pl411 } elsif (/Lookup (.*) failed: No such entry in the database/) {
482 } elsif (/No PA-ENC-TIMESTAMP --/) {
/freebsd-13-stable/usr.bin/mail/
H A Dlist.c139 printf("No numbers mixed with *\n");
244 printf("No applicable messages.\n");
296 printf("No applicable messages from {%s",
328 printf("No messages satisfy");
790 printf("No applicable messages\n");
800 printf("No applicable messages\n");
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp113 unsigned No = 0; local
119 No = ++Coro.AwaitNum;
122 No = ++Coro.YieldNum;
126 if (No > 1) {
127 Twine(No).toVector(Prefix);
460 // No longer need old terminator.
522 // No Gro variable was allocated. Simply emit the call to
/freebsd-13-stable/stand/i386/btx/btx/
H A Dbtx.S175 jnc init.3 # No
282 exit.3: jz exit.3 # No
360 jne except.1 # No
383 jne except.2a # No
678 jz rret_tramp.3 # No
697 jne intx30.1 # No
721 jz dump.0 # No
730 jz dump.1 # No
734 jz dump.2 # No
738 jz dump.8 # No
[all...]

Completed in 135 milliseconds

12345