/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);
|
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.
|
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.
|
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'
|
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-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"
|
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,
|
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
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
bcm53016-meraki-mr32.dts | 91 * This is a replacement until I can figure
|
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
|
interception.h | 81 // our replacement functions invisible to other libraries. This may be overcomed 97 const __sanitizer::uptr replacement; member in struct:interpose_substitution
|