| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | implement-c.texi | 6 @chapter C Implementation-defined behavior 60 behavior, cpp, The C Preprocessor}. 76 behavior, cpp, The C Preprocessor}. 89 behavior, cpp, The C Preprocessor}. 161 behavior, cpp, The C Preprocessor}. 170 behavior, cpp, The C Preprocessor}. 179 behavior, cpp, The C Preprocessor}. 186 behavior, cpp, The C Preprocessor}. 193 behavior, cpp, The C Preprocessor}. 574 implementation-defined behavior. [all …]
|
| H A D | compat.texi | 28 behavior specified by the ABI@. 49 behavior can vary from one implementation to another. Some of these 55 Conformance to the same ABI and the same behavior of implementation-defined 94 different program behavior for implementation-defined features that are 97 usual behavior of implementation-defined features for the platform.
|
| H A D | bugreport.texi | 45 @cindex undefined behavior 53 program whose behavior is undefined, which happened by chance to give
|
| /freebsd-12.1/sys/contrib/ck/src/ |
| H A D | ck_rhs.c | 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() 700 enum ck_rhs_probe_behavior behavior) in ck_rhs_map_probe() argument 732 if (behavior == CK_RHS_PROBE_INSERT) in ck_rhs_map_probe() 750 if ((behavior != CK_RHS_PROBE_NO_RH)) { in ck_rhs_map_probe() 758 if (behavior == CK_RHS_PROBE_RH || in ck_rhs_map_probe() 1318 enum ck_rhs_probe_behavior behavior) in ck_rhs_put_internal() argument [all …]
|
| H A D | ck_hs.c | 427 enum ck_hs_probe_behavior behavior) in ck_hs_map_probe() argument 452 if (behavior == CK_HS_PROBE_INSERT) in ck_hs_map_probe() 483 if (behavior == CK_HS_PROBE_TOMBSTONE) { in ck_hs_map_probe() 814 enum ck_hs_probe_behavior behavior) in ck_hs_put_internal() argument 824 map->probe_limit, behavior); in ck_hs_put_internal()
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_set_record_padding_callback.pod | 69 The default behavior is to add no padding to the record. 71 A user-supplied padding callback function will override the behavior set by 73 callback to NULL will restore the configured block padding behavior.
|
| /freebsd-12.1/usr.bin/sed/ |
| H A D | POSIX | 35 POSIX does not specify this behavior as the System V versions of 98 did not produce any output. POSIX does not specify this behavior. 106 text be output. Since the historic behavior doesn't seem to have 108 behavior. 190 behavior. For example the command:
|
| /freebsd-12.1/usr.bin/m4/tests/ |
| H A D | m4wrap3.m4 | 4 dnl Check the behavior in presence of recursive m4wraps
|
| H A D | redef.m4 | 3 dnl check all properties of builtin are passed on, including args behavior
|
| /freebsd-12.1/contrib/serf/ |
| H A D | design-guide.txt | 86 NOTE: when bucket behavior tracking is enabled, 102 NOTE: when bucket behavior tracking is enabled, 113 NOTE: when bucket behavior tracking is enabled,
|
| /freebsd-12.1/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
|
| /freebsd-12.1/sys/contrib/zstd/ |
| H A D | .gitattributes | 1 # Set the default behavior
|
| /freebsd-12.1/bin/csh/ |
| H A D | csh.login | 4 # Uncomment this to give you the default 4.2 behavior, where disk
|
| /freebsd-12.1/bin/sh/ |
| H A D | profile | 5 # Uncomment this to give you the default 4.2 behavior, where disk
|
| /freebsd-12.1/contrib/compiler-rt/lib/ubsan/ |
| H A D | ubsan_flags.inc | 26 "Print specific error type instead of 'undefined-behavior' in summary.")
|
| /freebsd-12.1/contrib/ntp/sntp/loc/ |
| H A D | README | 12 Note that automake has interesting behavior - we build the man pages using
|
| /freebsd-12.1/gnu/usr.bin/grep/ |
| H A D | NEWS | 123 behavior of silently skipping directories. 144 This is typically more useful than the old behavior, 153 silently skips directories. This is the traditional behavior of 209 selecting grep, egrep, and fgrep behavior respectively. For
|
| /freebsd-12.1/usr.bin/dtc/ |
| H A D | fdt.cc | 736 visit_behavior behavior; in visit() local 737 behavior = fn(*this, parent); in visit() 738 if (behavior == VISIT_BREAK) in visit() 742 else if (behavior != VISIT_CONTINUE) in visit() 746 behavior = c->visit(fn, this); in visit() 751 if (behavior != VISIT_RECURSE) in visit() 753 return behavior; in visit()
|
| /freebsd-12.1/contrib/ntp/ntpd/ |
| H A D | ntp.conf.texi | 46 The behavior of @code{ntpd} can be changed by a configuration file,
|
| /freebsd-12.1/share/doc/IPv6/ |
| H A D | IMPLEMENTATION | 257 behavior when DAD fails (i.e., duplicate is detected): if the 340 behavior in RFC2461. 342 SHOULD behavior in RFC2461. 389 debug behavior during bootstrap). nd6_debug configuration should 599 support the behavior above at this moment. 604 kernel behavior described above. 1111 configure the behavior. 1267 There is no way to disable the behavior. 1816 difference in behavior. 2043 The default behavior is "ECN forbidden" (sysctl value 0). [all …]
|
| /freebsd-12.1/bin/ed/ |
| H A D | POSIX | 75 2) Since the behavior of `u' (undo) within a `g' (global) command list is 76 not specified by POSIX, it follows the behavior of the SunOS ed:
|
| /freebsd-12.1/contrib/wpa/hostapd/ |
| H A D | README-MULTI-AP | 81 This is the same behavior as for WDS, and the relevant option ('bridge' or 92 In summary, this is the end-to-end behavior for a backhaul BSS (i.e., 137 In summary, this is the end-to-end behavior for WPS of a backhaul link (i.e.,
|
| /freebsd-12.1/sys/contrib/zstd/programs/ |
| H A D | README.md | 36 Alternatively, symlinks named `gzip` or `gunzip` will mimic intended behavior. 46 Alternatively, symlinks named `xz`, `unxz`, `lzma`, or `unlzma` will mimic intended behavior. 56 Alternatively, symlinks named `lz4`, or `unlz4` will mimic intended behavior. 71 When the name of the symlink has a specific value, it triggers an associated behavior.
|
| /freebsd-12.1/usr.sbin/bsdconfig/examples/ |
| H A D | bsdconfigrc | 28 # This file allows you to customize the behavior of bsdconfig.
|
| /freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
| H A D | PowerPC.def | 7 // unfortunate behavior of including asm/elf.h, which defines R_PPC_NONE, etc.
|