/src/usr.bin/make/unit-tests/ |
make-exported.mk | 5 # behavior for certain variable assignments. 12 # which was surprising behavior. Since 2020-10-03 this line tries to
|
archive-suffix.mk | 10 # Between 2016-03-15 and 2016-03-16 the behavior of the below code changed.
|
counter-append.mk | 8 # The cause for this surprising behavior was that the ::= variable modifiers
|
counter.mk | 8 # The cause for this surprising behavior was that the ::= variable modifiers
|
varname-dot-make-save_dollars.mk | 12 # behavior of the assignment operator ':=' depends. NetBSD's usr.bin/make 74 # does not restore the default behavior. 83 # does not restore the default behavior.
|
varmod-to-abs.mk | 14 # This unintended behavior was caused by cached_realpath using a GNode for
|
varmod-match-escape.mk | 8 # difference in behavior. When parsing the modifier text, only \{, \} and \: 77 # in behavior, or a proof that the behavior does not depend on the actual
|
varname-empty.mk | 31 = assigned # undefined behavior until 2020-08-22 58 = assigned # undefined behavior until 2020-08-22
|
opt-file.mk | 20 # make-2014.01.01.00.00.00 invoked undefined behavior, reading text from 62 # of make, the behavior has changed several times, sometimes intentionally,
|
directive-export.mk | 13 # Before 2020-12-13, this unusual expression invoked undefined behavior since
|
cmdline.mk | 49 # the behavior inconsistent.
|
directive-for-empty.mk | 83 # the .for loops in a separate scope. To match the current behavior, there 103 # To emulate this exact behavior for the function 'empty', each file in the 120 # '::=', '::+=', '::?=', '::!=' and ':_' would lead to different behavior than
|
var-op-expand.mk | 236 # silent unexpected behavior. 238 # As of 2021-11-20, the actual behavior is unexpected. Fixing it is not 267 # Due to all of this, this surprising behavior is not easy to fix.
|
varparse-undef-partial.mk | 45 # It's difficult to decide what the best behavior is in this situation.
|
moderrs.mk | 81 # Until 2020-11-01, the behavior in this case depended upon the size 85 # int (undefined behavior), typically resulting in -1. This -1 was
|
directive-for-if.mk | 35 # ${:Uvalue}, this surprising behavior was documented in the code, and a
|
var-scope-cmdline.mk | 38 # overrides global". Due to an implementation mistake, the actual behavior
|
varmod-loop-varname.mk | 114 # To make the behavior more predictable, the :@ modifier should restore the
|
dep-var.mk | 15 # feels like unintended behavior. At least the manual page says nothing at
|
escape.mk | 23 # line immediately preceding an include line, the behavior is
|
varmod-edge.mk | 6 # They may contain surprising behavior.
|
/src/sys/secmodel/ |
secmodel.c | 72 prop_dictionary_t behavior, 82 sm->sm_behavior = behavior; 137 * Adjust system-global secmodel behavior following the addition 188 /* Adjust behavior. */ 218 /* Adjust behavior. */
|
/src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/brcm/ |
bcm3384_viper.dtsi | 19 /* 1/2 of the CPU core clock (standard MIPS behavior) */
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_malloc_mac.inc | 66 // This matches the behavior of malloc_create_zone() on OSX 10.7 and higher.
|
/src/sys/dev/i2c/ |
dbcool.c | 136 { "behavior", "operating behavior and temp selector", 723 static const char *behavior[] = { variable in typeref:typename:const char * [] 1301 strlcpy(dbcool_cur_behav, behavior[reg], sizeof(dbcool_cur_behav)); 1309 newreg = __arraycount(behavior); 1310 for (i = 0; i < __arraycount(behavior); i++) 1311 if (strcmp(node.sysctl_data, behavior[i]) == 0) 1313 if (i >= __arraycount(behavior)) 1318 * ADM1030 splits fan controller behavior across two
|