| /src/usr.bin/make/unit-tests/ |
| 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 $$,'
|
| unexport.mk | 13 # been replaced with a simple space, and expressions are not yet expanded.
|
| 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...] |
| 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-ifndef.mk | 30 # replaced with easier-to-understand plain '.if' directives.
|
| varname-dot-make-save_dollars.mk | 14 # If "no" (default for bmake), '$$' is replaced with '$'. 113 # In both cases, each '$$' is replaced with a single '$', no matter whether
|
| /src/external/bsd/libarchive/dist/libarchive/test/ |
| test_write_format_zip_windows_path.c | 33 static const char *replaced = "dir_stored/dir1/file"; local 72 const char *expected = replaced; 76 const char *unexpected = replaced;
|
| /src/external/gpl3/gcc/dist/contrib/ |
| git-fix-changelog.py | 69 replaced = 0 variable 80 replaced += 1 82 if replaced: 90 print(f'Commit message updated: {replaced} file(s) renamed.')
|
| /src/external/gpl3/gcc.old/dist/contrib/ |
| git-fix-changelog.py | 69 replaced = 0 variable 80 replaced += 1 82 if replaced: 90 print(f'Commit message updated: {replaced} file(s) renamed.')
|
| /src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| lang-librep | 20 (format nil (_ "%s is replaced by %s.") "FF" "EUR")) 33 msgid "%s is replaced by %s." 52 msgid "%s is replaced by %s."
|
| lang-c | 38 printf (_("%s is replaced by %s."), "FF", "EUR"); 72 msgid "%s is replaced by %s." 99 msgid "%s is replaced by %s."
|
| lang-csharp | 45 Console.WriteLine(String.Format(catalog.GetString("{0} is replaced by {1}."), "FF", "EUR")); 70 msgid "{0} is replaced by {1}." 96 msgid "{0} is replaced by {1}."
|
| lang-java | 69 System.out.println(MessageFormat.format(GettextResource.gettext(catalog,"{0} is replaced by {1}."), new Object[] { "FF", "EUR" })); 94 msgid "{0} is replaced by {1}." 120 msgid "{0} is replaced by {1}."
|
| lang-objc | 54 printf (_("%s is replaced by %s."), "FF", "EUR"); 88 msgid "%s is replaced by %s." 115 msgid "%s is replaced by %s."
|
| /src/external/ibm-public/postfix/dist/mantools/ |
| ccformat | 71 ) && echo replaced; } || { echo replacement FAILED; exit 1; }
|
| /src/external/bsd/elftoolchain/dist/common/ |
| uthash.h | 247 #define HASH_REPLACE_BYHASHVALUE_INORDER(hh,head,fieldname,keylen_in,hashval,add,replaced,cmpfcn) \ 249 (replaced) = NULL; \ 250 HASH_FIND_BYHASHVALUE(hh, head, &((add)->fieldname), keylen_in, hashval, replaced); \ 251 if (replaced) { \ 252 HASH_DELETE(hh, head, replaced); \ 257 #define HASH_REPLACE_BYHASHVALUE(hh,head,fieldname,keylen_in,hashval,add,replaced) \ 259 (replaced) = NULL; \ 260 HASH_FIND_BYHASHVALUE(hh, head, &((add)->fieldname), keylen_in, hashval, replaced); \ 261 if (replaced) { \ 262 HASH_DELETE(hh, head, replaced); \ [all...] |
| /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 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 684 bool replaced = false; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-propagate.cc | 564 PROP_VALUE. Return true if at least one reference was replaced. */ 569 bool replaced = false; local 595 replaced = true; 598 return replaced; 609 bool replaced = false; local 628 replaced = true; 649 if (!replaced) 659 return replaced; 1092 then the expression to be replaced by the propagation may 1143 The statement in which an expression has been replaced should b [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-propagate.cc | 563 PROP_VALUE. Return true if at least one reference was replaced. */ 568 bool replaced = false; local 594 replaced = true; 597 return replaced; 608 bool replaced = false; local 627 replaced = true; 648 if (!replaced) 658 return replaced; 1102 then the expression to be replaced by the propagation may 1153 The statement in which an expression has been replaced should b [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/external/bsd/wpa/dist/src/wps/ |
| upnp_xml.c | 148 * sequence: &#x; where x is replaced by a hex numeral, but not 185 * actionName will be replaced according to action requested
|
| /src/external/historical/nawk/dist/ |
| FIXES | 60 MAX_UTF_BYTES in fnematch has been replaced with awk_mb_cur_max. 101 gcc replaced with cc everywhere.
|