Searched refs:replacement (Results 1 - 25 of 53) sorted by relevance

123

/freebsd-13-stable/tests/sys/cddl/zfs/tests/replacement/
H A Dreplacement_001_pos.ksh32 . $STF_SUITE/tests/replacement/replacement.kshlib
H A Dreplacement_002_pos.ksh32 . $STF_SUITE/tests/replacement/replacement.kshlib
H A Dreplacement_003_pos.ksh32 . $STF_SUITE/tests/replacement/replacement.kshlib
H A DMakefile6 TESTSDIR=${TESTSBASE}/sys/cddl/zfs/tests/replacement
17 ${PACKAGE}FILES+= replacement.kshlib
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/replacement/
H A DMakefile.am1 pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/tests/functional/replacement
21 replacement.cfg
H A Dattach_import.ksh20 . $STF_SUITE/tests/functional/replacement/replacement.cfg
H A Dreplace_import.ksh20 . $STF_SUITE/tests/functional/replacement/replacement.cfg
H A Dattach_multiple.ksh20 . $STF_SUITE/tests/functional/replacement/replacement.cfg
H A Drebuild_disabled_feature.ksh20 . $STF_SUITE/tests/functional/replacement/replacement.cfg
H A Drebuild_raidz.ksh24 . $STF_SUITE/tests/functional/replacement/replacement.cfg
H A Dscrub_cancel.ksh24 . $STF_SUITE/tests/functional/replacement/replacement.cfg
H A Dresilver_restart_002.ksh23 . $STF_SUITE/tests/functional/replacement/replacement.cfg
H A Dattach_rebuild.ksh34 . $STF_SUITE/tests/functional/replacement/replacement.cfg
134 # Create a replacement disk special file.
H A Dattach_resilver.ksh33 . $STF_SUITE/tests/functional/replacement/replacement.cfg
133 # Create a replacement disk special file.
H A Ddetach.ksh33 . $STF_SUITE/tests/functional/replacement/replacement.cfg
H A Drebuild_multiple.ksh24 . $STF_SUITE/tests/functional/replacement/replacement.cfg
H A Dreplace_rebuild.ksh34 . $STF_SUITE/tests/functional/replacement/replacement.cfg
136 # Create a replacement disk special file.
H A Dreplace_resilver.ksh33 . $STF_SUITE/tests/functional/replacement/replacement.cfg
133 # Create a replacement disk special file.
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DPathMappingList.h35 void Append(ConstString path, ConstString replacement,
52 void Insert(ConstString path, ConstString replacement,
59 bool Replace(ConstString path, ConstString replacement,
62 bool Replace(ConstString path, ConstString replacement,
/freebsd-13-stable/sys/teken/stress/
H A Dteken_stress.c97 static const char replacement[] = variable
115 replacement[buf[i] % sizeof replacement];
/freebsd-13-stable/contrib/sqlite3/
H A DReplace.cs152 // line argument. Then, grab the replacement string,
156 string replacement = args[1];
197 string outputLine = regEx.Replace(inputLine, replacement);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp64 ConstString replacement, bool notify) {
66 m_pairs.emplace_back(pair(NormalizePath(path), NormalizePath(replacement)));
83 ConstString replacement, uint32_t index,
92 NormalizePath(replacement)));
98 ConstString replacement, uint32_t index,
103 m_pairs[index] = pair(NormalizePath(path), NormalizePath(replacement));
63 Append(ConstString path, ConstString replacement, bool notify) argument
82 Insert(ConstString path, ConstString replacement, uint32_t index, bool notify) argument
97 Replace(ConstString path, ConstString replacement, uint32_t index, bool notify) argument
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/
H A DMakefile.am66 replacement \
/freebsd-13-stable/tools/build/
H A Dcheck-links.sh7 replacement=_
11 libkey="${libkey%%${patterns}*}${replacement}${libkey#*${patterns}}"
/freebsd-13-stable/contrib/llvm-project/lld/include/lld/Core/
H A DSymbolTable.h32 /// The method replacement() can be used to find the replacement atom
54 /// if atom has been coalesced away, return replacement, else return atom
55 const Atom *replacement(const Atom *);

Completed in 290 milliseconds

123