/freebsd/lib/libthr/thread/ |
H A D | thr_syscalls.c | 112 * Cancellation behavior: 145 * Cancellation behavior: 166 * Cancellation behavior: 184 * Cancellation behavior: 209 * Cancellation behavior: 241 * Cancellation behavior: 290 * Cancellation behavior: 308 * Cancellation behavior: 327 * Cancellation behavior: 347 * Cancellation behavior: [all …]
|
/freebsd/share/man/man4/ |
H A D | gif.4 | 44 The behavior of 98 .Ss ECN friendly behavior 110 will show normal behavior, as described in RFC2893. 145 Note that the ECN friendly behavior violates RFC2893. 165 This behavior may be modified at runtime by setting the 226 had a multi-destination behavior, configurable via 229 The behavior is obsolete and is no longer supported.
|
H A D | ipsec.4 | 127 interface is used to define per-socket behavior, and 129 interface is used to define host-wide default behavior. 170 system's IPsec behavior. 232 for tweaking the kernel's IPsec behavior: 267 This variable configures the kernel behavior on IPv4 IPsec tunnel encapsulation. 274 If set to non-zero, IPv4 IPsec tunnel encapsulation/decapsulation behavior will 280 talks more about the behavior.
|
H A D | ipfirewall.4 | 48 The default behavior of 51 This behavior can be modified, to allow all traffic through the 61 behavior is to allow everything, it is easier to cope with
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-failfast-unittest.py | 121 """Tests the behavior of not specifying the fail_fast.""" 136 """Tests the behavior of specifying fail_fast via Googletest env var.""" 152 """Tests the behavior of specifying fail_fast via Bazel testbridge.""" 314 """Tests the behavior of fail_fast and TEST_F.""" 331 """Tests the behavior of fail_fast and TEST.""" 348 """Tests the behavior of fail_fast and TEST_P.""" 365 """Tests the behavior of fail_fast and Disabled test cases.""" 384 """Tests the behavior of fail_fast and Disabled test cases enabled.""" 403 """Tests the behavior of fail_fast and Disabled test suites.""" 422 """Tests the behavior of fail_fast and Disabled test suites enabled.""" [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | Lint.cpp | 10 // which produce undefined or likely unintended behavior in LLVM IR. 30 // for the same kinds of things and turns instructions with undefined behavior 182 // This isn't undefined behavior, it's just a little unusual, and it's a in visitFunction() 199 "Undefined behavior: Caller and callee calling convention differ", in visitCallBase() 207 "Undefined behavior: Call argument count mismatches callee " in visitCallBase() 212 "Undefined behavior: Call return type mismatches " in visitCallBase() 225 "Undefined behavior: Call argument type mismatches " in visitCallBase() 279 "Undefined behavior: Call with \"tail\" keyword references " in visitCallBase() 312 "Undefined behavior: memcpy source and destination overlap", &I); in visitCallBase() 392 "Undefined behavior: Null pointer dereference", &I); in visitMemoryReference() [all …]
|
/freebsd/contrib/llvm-project/lld/docs/MachO/ |
H A D | ld64-vs-lld.rst | 5 This doc lists all significant deliberate differences in behavior between ld64 11 the opposite. ld64's behavior hides ODR violations, so we have chosen not 12 to follow it. But, to make adoption easy, LLD can mimic this behavior via 14 this behavior should be fixed in the source. However, for sources that are not 55 allows disabling this behavior by setting ``ZERO_AR_DATE=0``. Any other value
|
/freebsd/libexec/rc/rc.d/ |
H A D | ftp-proxy | 49 # Allow ftp-proxy to start up in two different ways. The typical behavior 51 # ftpproxy_flags. The alternate behavior allows multiple instances of ftp- 52 # proxy to be started, allowing different types of proxy behavior. To use the 53 # new behavior, a list of instances must be defined, and a list of flags for 75 # Traditional single-instance behavior
|
/freebsd/lib/libsys/ |
H A D | posix_fadvise.2 | 44 allows a process to describe to the system its data access behavior for an 59 The behavior is specified by the 64 Tells the system to revert to the default data access behavior. 70 This currently does nothing as the default behavior uses heuristics to 71 detect sequential behavior.
|
/freebsd/contrib/llvm-project/lld/docs/ELF/ |
H A D | start-stop-gc.rst | 14 symbols. In October 2015, GNU ld switched behavior and made a ``__start_meta`` 16 conservative behavior works for existing code which does not take GC into fair 20 GNU ld 2.37 added ``-z start-stop-gc`` to restore the traditional behavior 22 to switch to the conservative behavior.
|
/freebsd/sys/kern/ |
H A D | kern_ubsan.c | 139 /* Undefined Behavior specific defines and structures */ 365 …Report(isFatal, "UBSan: Undefined Behavior in %s, %s integer overflow: %s %s %s cannot be represen… in HandleOverflow() 383 …Report(isFatal, "UBSan: Undefined Behavior in %s, negation of %s cannot be represented in type %s\… in HandleNegateOverflow() 399 Report(isFatal, "UBSan: Undefined Behavior in %s, calling __builtin_unreachable()\n", in HandleBuiltinUnreachable() 417 Report(isFatal, "UBSan: Undefined Behavior in %s, %s null pointer of type %s\n", in HandleTypeMismatch() 420 …Report(isFatal, "UBSan: Undefined Behavior in %s, %s misaligned address %p for type %s which requi… in HandleTypeMismatch() 423 …Report(isFatal, "UBSan: Undefined Behavior in %s, %s address %p with insufficient space for an obj… in HandleTypeMismatch() 442 Report(isFatal, "UBSan: Undefined Behavior in %s, variable length array bound value %s <= 0\n", in HandleVlaBoundNotPositive() 460 Report(isFatal, "UBSan: Undefined Behavior in %s, index %s is out of range for type %s\n", in HandleOutOfBounds() 481 Report(isFatal, "UBSan: Undefined Behavior in %s, shift exponent %s is negative\n", in HandleShiftOutOfBounds() [all …]
|
/freebsd/contrib/netbsd-tests/bin/sh/ |
H A D | t_set_e.sh | 62 # as of this writing, this changes the behavior pretty drastically and 112 # Wrong current behavior: 148 # wrong current behavior: 190 # wrong current behavior: 215 # able to isolate set -e behavior inside ().) However, I'm 224 # 1. error if the whole shell exits (current correct behavior) 227 # 2. error if the whole shell does not exit (dsl's suggested behavior) 231 # The current behavior of the shell is that it exits out as 245 # Not-wrong current behavior 265 # not-wrong current behavior (as above) [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | FPEnv.h | 33 /// Exception behavior used for floating point operations. 56 /// valid as input in constrained intrinsic exception behavior metadata. 60 /// input in constrained intrinsic exception behavior metadata. 63 /// Returns true if the exception handling behavior and rounding mode
|
H A D | VectorBuilder.h | 27 enum class Behavior { enum 40 Behavior ErrorHandling; 67 Behavior ErrorHandling = Behavior::ReportAndAbort)
|
/freebsd/stand/common/ |
H A D | interp_forth.c | 188 * We have no way, when we get EXECUTEd, of knowing what our behavior 200 * So, with the below implementation, here is a summary of the behavior 203 * ls -l \ "interpret" behavior, ie, 205 * : ex-1 s" -l" 1 ls ; \ "compile" behavior, ie, 207 * : ex-2 ['] ls catch ; immediate \ undefined behavior 208 * : ex-3 ['] ls catch ; \ undefined behavior 209 * ex-2 ex-3 \ "interpret" behavior, 211 * : ex-4 ex-2 ; \ "compile" behavior, 215 * : ex-7 ['] ex-1 catch ; \ "compile" behavior,
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/projectquota/ |
H A D | projectid_002_pos.ksh | 37 # Project ID affects POSIX behavior 63 log_assert "Project ID affects POSIX behavior" 88 log_pass "Project ID affects POSIX behavior"
|
/freebsd/sys/contrib/ck/src/ |
H A D | ck_rhs.c | 80 CK_RHS_PROBE = 0, /* Default behavior. */ 110 enum ck_rhs_probe_behavior behavior); 588 enum ck_rhs_probe_behavior behavior) in ck_rhs_map_probe_rm() argument 609 if (behavior != CK_RHS_PROBE_ROBIN_HOOD) { in ck_rhs_map_probe_rm() 636 if (behavior != CK_RHS_PROBE_NO_RH) { in ck_rhs_map_probe_rm() 644 if (behavior == CK_RHS_PROBE_RH || in ck_rhs_map_probe_rm() 645 behavior == CK_RHS_PROBE_ROBIN_HOOD) { in ck_rhs_map_probe_rm() 652 if (behavior != CK_RHS_PROBE_ROBIN_HOOD) { in ck_rhs_map_probe_rm() 700 enum ck_rhs_probe_behavior behavior) in ck_rhs_map_probe() argument 722 if (behavior != CK_RHS_PROBE_ROBIN_HOOD) { in ck_rhs_map_probe() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Module.cpp | 289 if (ConstantInt *Behavior = mdconst::dyn_extract_or_null<ConstantInt>(MD)) { in isValidModFlagBehavior() local 290 uint64_t Val = Behavior->getLimitedValue(); in isValidModFlagBehavior() 360 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key, in addModuleFlag() argument 364 ConstantAsMetadata::get(ConstantInt::get(Int32Ty, Behavior)), in addModuleFlag() 368 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key, in addModuleFlag() argument 370 addModuleFlag(Behavior, Key, ConstantAsMetadata::get(Val)); in addModuleFlag() 372 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key, in addModuleFlag() argument 375 addModuleFlag(Behavior, Key, ConstantInt::get(Int32Ty, Val)); in addModuleFlag() 386 void Module::setModuleFlag(ModFlagBehavior Behavior, StringRef Key, in setModuleFlag() argument 399 addModuleFlag(Behavior, Key, Val); in setModuleFlag() [all …]
|
/freebsd/sys/contrib/openzfs/man/man7/ |
H A D | zpoolprops.7 | 42 change the behavior of the pool. 44 User properties have no effect on ZFS behavior. 245 The default behavior is 260 The default behavior is 387 Controls the system behavior in the event of catastrophic pool failure. 390 The behavior of such an event is determined as follows: 396 This is the default behavior. 472 User properties have no effect on ZFS behavior, but applications or
|
H A D | vdevprops.7 | 35 Native properties either export internal statistics or control ZFS behavior. 37 User properties have no effect on ZFS behavior, but you can use them to annotate 126 The following native properties can be used to change the behavior of a vdev. 163 User properties have no effect on ZFS behavior, but applications or
|
/freebsd/usr.bin/sed/ |
H A D | POSIX | 33 POSIX does not specify this behavior as the System V versions of 96 did not produce any output. POSIX does not specify this behavior. 104 text be output. Since the historic behavior doesn't seem to have 106 behavior. 188 behavior. For example the command:
|
/freebsd/lib/libc/rpc/ |
H A D | rpc_svc_create.3 | 86 behavior: 0 indicates normal server behavior 101 change this behavior. 107 (indicating normal server behavior - an
|
/freebsd/lib/libc/gen/ |
H A D | siginterrupt.3 | 45 behavior when a system call is interrupted by the specified signal. 49 System call restart has been the default behavior since 66 System call interrupt is the signal behavior found on
|
/freebsd/tools/build/options/ |
H A D | WITH_UBSAN | 1 Build the base system with Undefined Behavior Sanitizer (UBSan) to detect 2 various kinds of undefined behavior at runtime.
|
/freebsd/contrib/ntp/ |
H A D | README.leapsmear | 123 accidental behavior. 126 behavior was very much appreciated since indeed the time was never stepped 137 behavior back. 140 introduced, but the resulting code still showed the behavior of 4.2.6, 172 by -x in ntpd 4.2.4, so if users could accept the old behavior they would 193 undefined client behavior. Instead, leap second smearing should only be 198 this behavior is to invoke the ./configure script from the NTP source code
|