Searched refs:replacement (Results 26 - 50 of 53) sorted by relevance

123

/freebsd-13-stable/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_retire.c186 nvlist_t *config, *nvroot, *replacement; local
206 * lookup "ashift" pool property, we may need it for the replacement
210 replacement = fmd_nvl_alloc(hdl, FMD_SLEEP);
212 (void) nvlist_add_string(replacement, ZPOOL_CONFIG_TYPE,
239 (void) nvlist_add_nvlist_array(replacement,
246 replacement, B_TRUE, rebuild) == 0) {
248 nvlist_free(replacement);
254 nvlist_free(replacement);
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/replacement/
H A Dresilver_restart_001.ksh23 . $STF_SUITE/tests/functional/replacement/replacement.cfg
/freebsd-13-stable/tests/sys/cddl/zfs/tests/
H A DMakefile53 TESTS_SUBDIRS+= replacement
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp125 if (Node *replacement = m_replacer(symbol)) {
126 ref = replacement;
127 if (replacement != &symbol)
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateName.h360 TemplateName replacement)
362 Parameter(parameter), Replacement(replacement) {}
372 TemplateName replacement);
359 SubstTemplateTemplateParmStorage(TemplateTemplateParmDecl *parameter, TemplateName replacement) argument
H A DASTContext.h2004 TemplateName replacement) const;
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Ddollar.exp45 Dollar in :S replacement
H A Dvarmod-indirect.mk13 .if ${value:L:${:US}${:U,value,replacement,}} != "S,value,replacement,}"
19 .if ${value:L:${:U${:US}${:U,value,replacement,}}} != "replacement"
H A Ddollar.mk77 $H 'Dollar in :S replacement'
H A Dvarmod-sysv.mk47 # but 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
H A Dmoderrs.mk56 # The closing brace after the ${var} is part of the replacement string.
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DTemplateName.cpp46 TemplateName replacement) {
48 ID.AddPointer(replacement.getAsVoidPointer());
44 Profile(llvm::FoldingSetNodeID &ID, TemplateTemplateParmDecl *parameter, TemplateName replacement) argument
H A DASTContext.cpp4457 && "replacement types must always be canonical");
8327 TemplateName replacement) const {
8329 SubstTemplateTemplateParmStorage::Profile(ID, param, replacement);
8336 subst = new (*this) SubstTemplateTemplateParmStorage(param, replacement);
/freebsd-13-stable/contrib/subversion/subversion/include/
H A Dsvn_string.h418 /** Replace all occurrences of @a to_find in @a str with @a replacement.
426 const char *replacement);
/freebsd-13-stable/contrib/llvm-project/lld/lib/Core/
H A DSymbolTable.cpp198 // Add existing atom to replacement table.
201 // New atom is not being used. Add it to replacement table.
245 // New atom is not being used. Add it to replacement table.
257 const Atom *SymbolTable::replacement(const Atom *atom) { function in class:lld::SymbolTable
258 // Find the replacement for a given atom. Atoms in _replacedAtoms
H A DResolver.cpp311 const Atom *newTarget = _symbolTable.replacement(ref->target());
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception.h80 // our replacement functions invisible to other libraries. This may be overcomed
96 const __sanitizer::uptr replacement; member in struct:interpose_substitution
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dstring.c752 const char *replacement)
770 replacement_len = strlen(replacement);
790 memcpy(str->data + str->len, replacement, replacement_len);
746 svn_stringbuf_replace_all(svn_stringbuf_t *str, const char *to_find, const char *replacement) argument
/freebsd-13-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp1280 path& path::replace_extension(path const& replacement) { argument
1285 if (!replacement.empty()) {
1286 if (replacement.native()[0] != '.') {
1289 __pn_.append(replacement.__pn_);
/freebsd-13-stable/contrib/bc/
H A Dconfigure1188 replacement='*** WARNING: Autogenerated from Makefile.in. DO NOT MODIFY ***'
1190 contents=$(replace "$contents" "$needle" "$replacement")
H A Dconfigure.sh1188 replacement='*** WARNING: Autogenerated from Makefile.in. DO NOT MODIFY ***'
1190 contents=$(replace "$contents" "$needle" "$replacement")
/freebsd-13-stable/usr.bin/unifdef/
H A Dunifdef.c157 * Sometimes when editing a keyword the replacement text is longer, so
688 keywordedit(const char *replacement) argument
691 "%s%s", replacement, newline);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-checks.sql156 shadowing without a replacement */
H A Dwc-queries.sql273 /* Full layer replacement check code for handling moves
/freebsd-13-stable/stand/lua/
H A Dconfig.lua147 -- Escapes the named value for use as a literal in a replacement pattern.

Completed in 153 milliseconds

123