/src/sys/external/bsd/drm2/linux/ |
linux_idr.c | 242 idr_replace(struct idr *idr, void *replacement, int id) 253 node->in_data = replacement; 255 idr, id, result, replacement);
|
/src/usr.bin/make/unit-tests/ |
dollar.exp | 45 Dollar in :S replacement
|
varparse-mod.mk | 21 # :@var@replacement@
|
varmod-subst-regex.mk | 21 # means to apply at most 1 replacement in the whole expression. 60 # The modifier '1' applies the replacement at most once, across the whole 161 # If the replacement pattern produces a parse error because of an 199 # replacement string is not analyzed, thus no error messages.
|
varmod-sysv.mk | 47 # but it isn't. It is part of the replacement string. 71 # The replacement string can contain spaces, thereby changing the number 94 # Before 2020-07-19, an ampersand could be used in the replacement part 189 # In the replacement, only the first '%' is the placeholder, all others 243 # and the replacement.
|
dollar.mk | 77 $H 'Dollar in :S replacement'
|
varmod-subst.mk | 111 .if ${WORDS:S,*,replacement,} != ${WORDS} 118 .if ${WORDS:S,.,replacement,} != ${WORDS} 122 # The '&' in the replacement is a placeholder for the text matched by the
|
varmod-indirect.mk | 19 .if ${value:L:${:US}${:U,value,replacement,}} != "S,value,replacement,}" 25 .if ${value:L:${:U${:US}${:U,value,replacement,}}} != "replacement"
|
directive-for-empty.mk | 7 # replacement is a bit naive but covers most of the practical cases. The one 17 # replacement creates the impression that .for variables were real variables,
|
varname-dot-suffixes.mk | 77 # replacement mechanism for the iteration variables takes precedence.
|
var-eval-short.mk | 149 .if 0 && ${:Uword:word=replacement}
|
varmod-loop-varname.mk | 54 # The :@ modifier resolves the variables from the replacement text once more
|
moderrs.mk | 56 # The closing brace after the ${var} is part of the replacement string.
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
bcm53016-meraki-mr32.dts | 91 * This is a replacement until I can figure
|
/src/sys/external/bsd/compiler_rt/dist/lib/interception/ |
interception.h | 81 // our replacement functions invisible to other libraries. This may be overcomed 97 const __sanitizer::uptr replacement; member in struct:interpose_substitution
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/ |
cpplint.py | 277 # Replacement macros for CHECK/DCHECK/EXPECT_TRUE/EXPECT_FALSE 280 for op, replacement in [('==', 'EQ'), ('!=', 'NE'), 283 _CHECK_REPLACEMENT['DCHECK'][op] = 'DCHECK_%s' % replacement 284 _CHECK_REPLACEMENT['CHECK'][op] = 'CHECK_%s' % replacement 285 _CHECK_REPLACEMENT['EXPECT_TRUE'][op] = 'EXPECT_%s' % replacement 286 _CHECK_REPLACEMENT['ASSERT_TRUE'][op] = 'ASSERT_%s' % replacement 287 _CHECK_REPLACEMENT['EXPECT_TRUE_M'][op] = 'EXPECT_%s_M' % replacement 288 _CHECK_REPLACEMENT['ASSERT_TRUE_M'][op] = 'ASSERT_%s_M' % replacement 1211 """Logs an error for each line containing Unicode replacement characters. 1214 or Unicode replacement characters (which it shouldn't). Note tha [all...] |
/src/usr.bin/unifdef/ |
unifdef.c | 200 * Sometimes when editing a keyword the replacement text is longer, so 529 keywordedit(const char *replacement) 531 strlcpy(keyword, replacement, tline + sizeof(tline) - keyword);
|