/freebsd/contrib/bmake/unit-tests/ |
H A D | directive-for-errors.mk | 53 # XXX: This should not be reached. It should be skipped, as already done 56 . warning Should not be reached. 65 . warning Should not be reached. 72 . info Would be reached if there were items to loop over. 79 # XXX: As of 2020-12-31, this line is reached once. 80 . warning Should not be reached. 90 # expect+3: warning: Should not be reached. 91 # expect+2: warning: Should not be reached. 92 # expect+1: warning: Should not be reached. 93 . warning Should not be reached.
|
H A D | directive-for-errors.exp | 13 make: "directive-for-errors.mk" line 93: warning: Should not be reached. 14 make: "directive-for-errors.mk" line 93: warning: Should not be reached. 15 make: "directive-for-errors.mk" line 93: warning: Should not be reached.
|
H A D | directive-else.mk | 12 . warning must not be reached 24 . warning must not be reached 33 . warning must not be reached
|
H A D | error.mk | 12 .info this is not reached because of the .error above 15 : this is not reached because of the .error
|
H A D | cond-cmp-unary.mk | 53 # expect+1: This is only reached because of a bug in EvalTruthy. 54 . info This is only reached because of a bug in EvalTruthy.
|
/freebsd/usr.bin/mkuzip/ |
H A D | mkuzip.c | 166 /* Not reached */ in main() 181 /* Not reached */ in main() 212 /* Not reached */ in main() 219 /* Not reached */ in main() 227 /* Not reached */ in main() 262 /* Not reached */ in main() 276 /* Not reached */ in main() 281 /* Not reached */ in main() 304 /* Not reached */ in main() 360 /* Not reached */ in main() [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_STORE_open.pod | 49 OSSL_STORE_eof() hasn't been reached, and finish it off with OSSL_STORE_close(). 79 NULL, or the end of data is reached as indicated by OSSL_STORE_eof(). 107 OSSL_STORE_eof() takes a B<OSSL_STORE_CTX> and checks if we've reached the end 113 OSSL_STORE_eof() shows that the end of data has been reached. 145 on error or when end of data is reached. 149 OSSL_STORE_eof() returns 1 if the end of data has been reached
|
/freebsd/usr.sbin/bluetooth/sdpcontrol/ |
H A D | search.c | 105 /* NOT REACHED */ in print_service_class_id_list() 145 /* NOT REACHED */ in print_service_class_id_list() 206 /* NOT REACHED */ in print_protocol_descriptor() 319 /* NOT REACHED */ in print_protocol_descriptor() 353 /* NOT REACHED */ in print_protocol_descriptor_list() 381 /* NOT REACHED */ in print_protocol_descriptor_list() 439 /* NOT REACHED */ in print_bluetooth_profile_descriptor_list() 468 /* NOT REACHED */ in print_bluetooth_profile_descriptor_list() 510 /* NOT REACHED */ in print_bluetooth_profile_descriptor_list() 554 /* NOT REACHED */ in do_sdp_search() [all...] |
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RDFLiveness.cpp | 274 // for cases where the reached use is not covered by any of the defs in getAllReachingDefs() 419 // defs, no more uses can be reached. in getAllReachedUses() 423 // Add all directly reached uses. in getAllReachedUses() 437 // Traverse all reached defs. This time dead defs cannot be ignored. in getAllReachedUses() 479 // Go over all defs and collect the reached uses that are non-phi uses in computePhiInfo() 484 // Have a work queue of defs whose reached uses need to be found. in computePhiInfo() 485 // For each def, add to the queue all reached (non-phi) defs. in computePhiInfo() 498 // Collect the super-set of all possible reached uses. This set will in computePhiInfo() 499 // contain all uses reached from this phi, either directly from the in computePhiInfo() 500 // phi defs, or (recursively) via non-phi defs reached by the phi defs. in computePhiInfo() [all …]
|
/freebsd/share/man/man9/ |
H A D | ieee80211_proto.9 | 83 This state is normally reached from 85 after selecting a BSS, but may also be reached from 92 This state is reached from 121 This state is reached only from 128 This state is reached only from
|
/freebsd/contrib/openpam/doc/man/ |
H A D | openpam_readlinev.3 | 53 If the end of the line was reached before any words were read, 68 The end of the file was reached before any words were read; 77 The end of the file was reached while a quote or backslash escape
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | OSSL_STORE_open.3 | 186 \&\fBOSSL_STORE_eof()\fR hasn't been reached, and finish it off with \fBOSSL_STORE_close()\fR. 214 \&\s-1NULL,\s0 or the end of data is reached as indicated by \fBOSSL_STORE_eof()\fR. 237 \&\fBOSSL_STORE_eof()\fR takes a \fB\s-1OSSL_STORE_CTX\s0\fR and checks if we've reached the end 243 \&\fBOSSL_STORE_eof()\fR shows that the end of data has been reached. 273 on error or when end of data is reached. 277 \&\fBOSSL_STORE_eof()\fR returns 1 if the end of data has been reached
|
/freebsd/lib/libpmc/pmu-events/arch/x86/silvermont/ |
H A D | pipeline.json | 8 … the branch but also based on the execution path through which execution reached this EIP. The BPU… 18 … the branch but also based on the execution path through which execution reached this EIP. The BPU… 28 … the branch but also based on the execution path through which execution reached this EIP. The BPU… 38 … the branch but also based on the execution path through which execution reached this EIP. The BPU… 48 … the branch but also based on the execution path through which execution reached this EIP. The BPU… 58 … the branch but also based on the execution path through which execution reached this EIP. The BPU… 68 … the branch but also based on the execution path through which execution reached this EIP. The BPU… 78 … the branch but also based on the execution path through which execution reached this EIP. The BPU… 88 … the branch but also based on the execution path through which execution reached this EIP. The BPU… 98 … the branch but also based on the execution path through which execution reached this EIP. The BPU…
|
/freebsd/contrib/processor-trace/libipt/src/ |
H A D | pt_block_decoder.c | 814 * Provide the last instruction that was reached in @insn and @iext. 816 * Update @decoder->ip to point to the last IP that was reached. If we fail due 820 * Returns a positive integer if a suitable instruction was reached. 821 * Returns zero if no such instruction was reached. 875 * Provide the last instruction that was reached in @insn and @iext. If we 876 * reached @ip, this is the instruction preceding it. 878 * Update @decoder->ip to point to the last IP that was reached. If we fail due 882 * Returns a positive integer if @ip was reached. 883 * Returns zero if no such instruction was reached. 917 * The call at the end of the block may have reached @ip; make in pt_blk_proceed_to_ip() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | UninitializedValues.h | 44 /// Is this use uninitialized whenever the variable declaration is reached? 76 /// The use is uninitialized the first time it is reached after we reach 80 /// The use is uninitialized the first time it is reached after the function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | RDFGraph.h | 22 // definitions, reached uses, etc.). The single-reaching-definition principle 73 // the id of the first reached use, and the id of the first reached def. 75 // id of the next reached def (for def nodes) or use (for use nodes). 78 // - Def node contains: reaching def, sibling, first reached def, and first 79 // reached use. 85 // |Reached |Reached | | 130 // d - reached def, 131 // u - reached use, 181 // no pre-existing value, even if it appears to be reached by some def. 188 // not meant to be reached by any def preceding (1). However, since the [all …]
|
/freebsd/usr.bin/bluetooth/rfcomm_sppd/ |
H A D | rfcomm_sdp.c | 148 /* NOT REACHED */ in rfcomm_channel_lookup() 216 /* NOT REACHED */ in rfcomm_proto_list_parse() 236 /* NOT REACHED */ in rfcomm_proto_list_parse() 255 /* NOT REACHED */ in rfcomm_proto_list_parse()
|
/freebsd/contrib/kyua/utils/ |
H A D | sanity.hpp | 154 /// Ensures that a code path is not reached. 156 /// If the code path in which this macro is located is reached, execution is 168 /// Ensures that a code path is not reached using a custom error message. 170 /// If the code path in which this macro is located is reached, execution is
|
/freebsd/tests/sys/kern/ |
H A D | prace.c | 75 /* Not reached */ in child() 80 /* Not reached */ in child() 97 /* Not reached */ in prace()
|
/freebsd/contrib/libpcap/ |
H A D | pcap_loop.3pcap | 43 reached when reading from a ``savefile'', 62 reached when doing a live capture, the end of the ``savefile'' is 63 reached when reading from a ``savefile'',
|
/freebsd/contrib/openpam/lib/libpam/ |
H A D | openpam_readlinev.c | 128 * If the end of the line was reached before any words were read, 135 * - The end of the file was reached before any words were read; :errno is 138 * - The end of the file was reached while a quote or backslash escape
|
/freebsd/sys/kern/ |
H A D | subr_counter.c | 121 * 0 - rate limit not reached. 122 * -1 - rate limit reached. 123 * >0 - rate limit was reached before, and was just reset. The return value
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zcp_iter.c | 139 return (1); /* not reached; zcp_dataset_hold() longjmp'd */ in zcp_clones_list() 223 return (1); /* not reached; zcp_dataset_hold() longjmp'd */ in zcp_snapshots_list() 310 return (1); /* not reached; zcp_dataset_hold() longjmp'd */ in zcp_children_list() 413 return (1); /* not reached; zcp_dataset_hold() longjmp'd */ in zcp_user_props_list() 480 return (1); /* not reached; zcp_dataset_hold() longjmp'd */ in zcp_system_props_list() 595 return (1); /* not reached; zcp_dataset_hold() longjmp'd */ in zcp_bookmarks_list() 691 return (1); /* not reached; zcp_dataset_hold() longjmp'd */ in zcp_holds_list()
|
/freebsd/lib/libc/arm/gen/ |
H A D | arm_drain_writebuf.2 | 55 guarantee the writes have reached their ultimate destination on all hardware. 65 The only way to be certain a pending write has reached its
|
/freebsd/usr.sbin/periodic/etc/security/ |
H A D | 550.ipfwlimit | 29 # Show ipfw rules which have reached the log limit 60 echo 'ipfw log limit reached:'
|