Home
last modified time | relevance | path

Searched refs:replacement (Results 1 – 25 of 176) sorted by relevance

12345678

/freebsd-13.1/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.1/sys/teken/stress/
H A Dteken_stress.c97 static const char replacement[] = variable
115 replacement[buf[i] % sizeof replacement]; in main()
/freebsd-13.1/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_retire.c187 nvlist_t *config, *nvroot, *replacement; in replace_with_spare() local
211 replacement = fmd_nvl_alloc(hdl, FMD_SLEEP); in replace_with_spare()
213 (void) nvlist_add_string(replacement, ZPOOL_CONFIG_TYPE, in replace_with_spare()
240 (void) nvlist_add_nvlist_array(replacement, in replace_with_spare()
247 replacement, B_TRUE, rebuild) == 0) { in replace_with_spare()
249 nvlist_free(replacement); in replace_with_spare()
255 nvlist_free(replacement); in replace_with_spare()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp63 ConstString replacement, bool notify) { in Append() argument
65 m_pairs.emplace_back(pair(NormalizePath(path), NormalizePath(replacement))); in Append()
82 ConstString replacement, uint32_t index, in Insert() argument
91 NormalizePath(replacement))); in Insert()
97 ConstString replacement, uint32_t index, in Replace() argument
102 m_pairs[index] = pair(NormalizePath(path), NormalizePath(replacement)); in Replace()
/freebsd-13.1/tests/sys/cddl/zfs/tests/replacement/
H A Dreplacement_001_pos.ksh32 . $STF_SUITE/tests/replacement/replacement.kshlib
H A Dreplacement_003_pos.ksh32 . $STF_SUITE/tests/replacement/replacement.kshlib
H A Dreplacement_002_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.1/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 Dreplace_import.ksh20 . $STF_SUITE/tests/functional/replacement/replacement.cfg
H A Dattach_import.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 Dattach_multiple.ksh20 . $STF_SUITE/tests/functional/replacement/replacement.cfg
H A Dresilver_restart_002.ksh23 . $STF_SUITE/tests/functional/replacement/replacement.cfg
H A Dscrub_cancel.ksh24 . $STF_SUITE/tests/functional/replacement/replacement.cfg
H A Ddetach.ksh33 . $STF_SUITE/tests/functional/replacement/replacement.cfg
H A Dreplace_resilver.ksh33 . $STF_SUITE/tests/functional/replacement/replacement.cfg
H A Dreplace_rebuild.ksh34 . $STF_SUITE/tests/functional/replacement/replacement.cfg
H A Dattach_resilver.ksh33 . $STF_SUITE/tests/functional/replacement/replacement.cfg
/freebsd-13.1/contrib/ntp/sntp/m4/
H A Dsnprintf.m47 # libopts to avoid their own replacement of snprintf.
143 AC_MSG_CHECKING([if C99-snprintf replacement vsnprintf will be used])
153 [Define to rpl_vsnprintf if the replacement function should be used.])])
199 AC_MSG_CHECKING([if C99-snprintf replacement snprintf will be used])
209 [Define to rpl_snprintf if the replacement function should be used.])])
228 AC_MSG_CHECKING([if C99-snprintf replacement vasprintf will be used])
238 [Define to rpl_vasprintf if the replacement function should be used.])])
261 AC_MSG_CHECKING([if C99-snprintf replacement asprintf will be used])
271 [Define to rpl_asprintf if the replacement function should be used.])])
/freebsd-13.1/contrib/libcbor/misc/
H A Dupdate_version.py9 def replace(file_path, pattern, replacement): argument
10 updated = re.sub(pattern, replacement, open(file_path).read())
/freebsd-13.1/contrib/sqlite3/
H A DReplace.cs156 string replacement = args[1]; in Main()
197 string outputLine = regEx.Replace(inputLine, replacement); in Main()
/freebsd-13.1/tools/build/
H A Dcheck-links.sh7 replacement=_
11 libkey="${libkey%%${patterns}*}${replacement}${libkey#*${patterns}}"
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dsoftquad25 # sqtroff intermediate language (replacement for ditroff int. lang.)
33 # sqtroff intermediate language (replacement for ditroff int. lang.)

12345678