/src/usr.bin/make/unit-tests/ |
varmod-tail.mk | 9 .if ${:U Tail :Tail=replaced} != "replaced"
|
dollar.exp | 28 S,$X,replaced, => <replaced> 29 S,$$X,replaced, => <replaced> 30 S,$$$X,replaced, => <replaced> 34 The A is replaced because the $$ is reduced to a single $,
|
dollar.mk | 61 $T 'S,$$X,replaced,' ''${X:S,$X,replaced,:Q} 62 $T 'S,$$$$X,replaced,' ''${X:S,$$X,replaced,:Q} 63 $T 'S,$$$$$$X,replaced,' ''${X:S,$$$X,replaced,:Q} 67 $C 'The A is replaced because the $$$$ is reduced to a single $$,'
|
varmod-quote.mk | 16 .if ${:Ua.Qshell:Qshell=replaced} != "a.replaced"
|
unexport.mk | 13 # been replaced with a simple space, and expressions are not yet expanded.
|
job-output-null.mk | 29 # The null byte from the command output is replaced with a single 38 # Each null byte from the command output is replaced with a single 47 # Each null byte from the command output is replaced with a single 49 # null bytes were replaced with spaces even before job.c 1.454 from
|
varmod-sysv.mk | 95 # of a SysV substitution modifier, and it was replaced with the whole match, 150 # The suffix "o" is replaced with "X". 155 # The suffix "o" is replaced with nothing. 160 # The suffix "o" is replaced with a literal percent. The percent is only 166 # Each word with the suffix "o" is replaced with "X". The percent is a 172 # Each word with the prefix "o" is replaced with "X". The percent is a 179 # replaced with "X". 225 # are now "fromto}..." and "replaced". 226 .if "${:Ufromto\}...:from${:D=}to}...=replaced}" != "replaced" [all...] |
var-op-expand.mk | 199 INDIRECT:= ${LATER:S,value,replaced,} 204 .if ${INDIRECT} != "late-replaced" 213 INDIRECT:= ${LATER:S,value,replaced,} 219 .if ${INDIRECT:tl} != "uppercase-replaced" 231 # assignment, the variable modifier ':S,value,replaced,' is converted to 249 # indirect:= ${LATER:S,value,replaced,} \ 257 # indirect:= ${LATER:S,value,replaced,:tl} \ 271 INDIRECT:= ${LATER:S,value,replaced,} OK ${LATER:value=sysv} 273 # expect+1: Unknown modifier ":s,value,replaced," 281 # expect+1: Unknown modifier ":s,value,replaced," [all...] |
varmod-head.mk | 66 .if ${:U Head :Head=replaced} != "replaced"
|
directive-for-errors.mk | 36 # The '$$' was not replaced with the values '1' or '3' from the .for loop, 38 # argument, each '$$' got replaced with a single '$'. The "long 39 # expression" ${$} got replaced though, even though this would be a parse
|
directive-ifndef.mk | 30 # replaced with easier-to-understand plain '.if' directives.
|
directive-for-empty.mk | 6 # are replaced with expressions containing the variable values. This 9 # look like an expression and is thus not replaced. 15 # In the body of the .for loop, the expression '${i:M*2*}' is replaced with 28 # expression, therefore it is not replaced. Since there is no global variable
|
directive-for-escape.mk | 155 .for NUMBERS:M*e in replaced 165 .for BASENAME}${EXT in replaced 218 # newline character gets replaced with a plain space. 273 # is replaced with the expression '${:U1}', even though the text does not
|
escape.mk | 14 # be replaced, along with any leading white space on the following 87 # the end of a physical line, it is replaced with a single space. 165 # on the next line, is replaced by a single space.
|
varmod-indirect.mk | 41 .if ${value:L:${:Dempty}S,value,replaced,} != "replaced" 52 .if ${value:L:${:UM*}S,value,replaced,} == "anything" 66 .if ${value:L:${:D empty }:S,value,replaced,} != "replaced"
|
varmod-to-separator.mk | 84 # spaces have been replaced with '/'. This single word does not start with 91 # word since all spaces have been replaced with x. Because of this single 92 # word, only the first 'b' is replaced with 'B'.
|
varname-dot-make-save_dollars.mk | 113 # In both cases, each '$$' is replaced with a single '$', no matter whether
|
varmod-subst-regex.mk | 28 # therefore it gets replaced. Whitespace is preserved after replacing. 44 # replaced with an 'x'.
|
posix1.mk | 19 # Escaped newlines and leading whitespace from the next line are replaced
|
parse-var.mk | 105 # understand. If the expression ${BRACE_PAIR:...} had been replaced with the
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_atomic_uapi.c | 397 bool *replaced) 418 *replaced |= drm_property_replace_blob(blob, new_blob); 430 bool replaced = false; local in function:drm_atomic_crtc_set_property 448 &replaced); 449 state->color_mgmt_changed |= replaced; 456 &replaced); 457 state->color_mgmt_changed |= replaced; 464 &replaced); 465 state->color_mgmt_changed |= replaced; 525 bool replaced = false local in function:drm_atomic_plane_set_property 684 bool replaced = false; local in function:drm_atomic_connector_set_property [all...] |
/src/distrib/common/ |
buildfloppies.sh | 45 bootstrap. @IMAGE@ is replaced with the
|
/src/sys/dev/ic/ |
cacreg.h | 181 #define CAC_LD_PDINV 6 /* wrong phys drive replaced */ 191 u_int8_t replaced[4]; /* replaced drives map */ member in struct:cac_drive_status 201 u_int8_t replok[4]; /* replaced failed map */
|
/src/doc/ |
TODO.compat-module | 15 replaced the originals with indirect (vectored) function calls.
|
/src/usr.sbin/sysinst/ |
README.md_defs | 17 lots of conditionals. It may be overridden / replaced in the MD code
|