| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | PathMappingList.h | 35 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 D | teken_stress.c | 97 static const char replacement[] = variable 115 replacement[buf[i] % sizeof replacement]; in main()
|
| /freebsd-13.1/sys/contrib/openzfs/cmd/zed/agents/ |
| H A D | zfs_retire.c | 187 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 D | PathMappingList.cpp | 63 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 D | replacement_001_pos.ksh | 32 . $STF_SUITE/tests/replacement/replacement.kshlib
|
| H A D | replacement_003_pos.ksh | 32 . $STF_SUITE/tests/replacement/replacement.kshlib
|
| H A D | replacement_002_pos.ksh | 32 . $STF_SUITE/tests/replacement/replacement.kshlib
|
| H A D | Makefile | 6 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 D | Makefile.am | 1 pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/tests/functional/replacement 21 replacement.cfg
|
| H A D | replace_import.ksh | 20 . $STF_SUITE/tests/functional/replacement/replacement.cfg
|
| H A D | attach_import.ksh | 20 . $STF_SUITE/tests/functional/replacement/replacement.cfg
|
| H A D | rebuild_disabled_feature.ksh | 20 . $STF_SUITE/tests/functional/replacement/replacement.cfg
|
| H A D | rebuild_raidz.ksh | 24 . $STF_SUITE/tests/functional/replacement/replacement.cfg
|
| H A D | attach_multiple.ksh | 20 . $STF_SUITE/tests/functional/replacement/replacement.cfg
|
| H A D | resilver_restart_002.ksh | 23 . $STF_SUITE/tests/functional/replacement/replacement.cfg
|
| H A D | scrub_cancel.ksh | 24 . $STF_SUITE/tests/functional/replacement/replacement.cfg
|
| H A D | detach.ksh | 33 . $STF_SUITE/tests/functional/replacement/replacement.cfg
|
| H A D | replace_resilver.ksh | 33 . $STF_SUITE/tests/functional/replacement/replacement.cfg
|
| H A D | replace_rebuild.ksh | 34 . $STF_SUITE/tests/functional/replacement/replacement.cfg
|
| H A D | attach_resilver.ksh | 33 . $STF_SUITE/tests/functional/replacement/replacement.cfg
|
| /freebsd-13.1/contrib/ntp/sntp/m4/ |
| H A D | snprintf.m4 | 7 # 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 D | update_version.py | 9 def replace(file_path, pattern, replacement): argument 10 updated = re.sub(pattern, replacement, open(file_path).read())
|
| /freebsd-13.1/contrib/sqlite3/ |
| H A D | Replace.cs | 156 string replacement = args[1]; in Main() 197 string outputLine = regEx.Replace(inputLine, replacement); in Main()
|
| /freebsd-13.1/tools/build/ |
| H A D | check-links.sh | 7 replacement=_ 11 libkey="${libkey%%${patterns}*}${replacement}${libkey#*${patterns}}"
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | softquad | 25 # sqtroff intermediate language (replacement for ditroff int. lang.) 33 # sqtroff intermediate language (replacement for ditroff int. lang.)
|