Home
last modified time | relevance | path

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

12345678

/freebsd/contrib/file/
H A DREADME.md73 * `src/asprintf.c` - replacement for OS's that don't have it.
78 * `src/ctime_r.c` - replacement for OS's that don't have it.
80 * `src/dprintf.c` - replacement for OS's that don't have it.
86 * `src/fmtcheck.c` - replacement for OS's that don't have it.
89 * `src/getline.c` - replacement for OS's that don't have it.
91 * `src/gmtime_r.c` - replacement for OS's that don't have it.
98 * `src/mygetopt.h` - replacement for OS's that don't have it.
101 * `src/pread.c` - replacement for OS's that don't have it.
108 * `src/strlcat.c` - replacement for OS's that don't have it.
109 * `src/strlcpy.c` - replacement for OS's that don't have it.
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPathMappingList.h38 void Append(llvm::StringRef path, llvm::StringRef replacement, bool notify);
44 bool AppendUnique(llvm::StringRef path, llvm::StringRef replacement,
67 void Insert(llvm::StringRef path, llvm::StringRef replacement,
74 bool Replace(llvm::StringRef path, llvm::StringRef replacement, bool notify);
76 bool Replace(llvm::StringRef path, llvm::StringRef replacement,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp62 void PathMappingList::Append(llvm::StringRef path, llvm::StringRef replacement, in Append() argument
66 m_pairs.emplace_back(pair(NormalizePath(path), NormalizePath(replacement))); in Append()
84 llvm::StringRef replacement, bool notify) { in AppendUnique() argument
86 auto normalized_replacement = NormalizePath(replacement); in AppendUnique()
93 Append(path, replacement, notify); in AppendUnique()
97 void PathMappingList::Insert(llvm::StringRef path, llvm::StringRef replacement, in Insert() argument
107 NormalizePath(replacement))); in Insert()
112 bool PathMappingList::Replace(llvm::StringRef path, llvm::StringRef replacement, in Replace() argument
118 m_pairs[index] = pair(NormalizePath(path), NormalizePath(replacement)); in Replace()
/freebsd/sys/teken/stress/
H A Dteken_stress.c95 static const char replacement[] = variable
113 replacement[buf[i] % sizeof replacement]; in main()
/freebsd/tests/sys/cddl/zfs/tests/replacement/
H A Dreplacement_001_pos.ksh30 . $STF_SUITE/tests/replacement/replacement.kshlib
H A Dreplacement_003_pos.ksh30 . $STF_SUITE/tests/replacement/replacement.kshlib
H A Dreplacement_002_pos.ksh30 . $STF_SUITE/tests/replacement/replacement.kshlib
H A DMakefile5 TESTSDIR=${TESTSBASE}/sys/cddl/zfs/tests/replacement
16 ${PACKAGE}FILES+= replacement.kshlib
/freebsd/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/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_retire.c248 nvlist_t *config, *nvroot, *replacement; in replace_with_spare() local
272 replacement = fmd_nvl_alloc(hdl, FMD_SLEEP); in replace_with_spare()
274 (void) nvlist_add_string(replacement, ZPOOL_CONFIG_TYPE, in replace_with_spare()
301 (void) nvlist_add_nvlist_array(replacement, in replace_with_spare()
308 replacement, B_TRUE, rebuild) == 0) { in replace_with_spare()
310 nvlist_free(replacement); in replace_with_spare()
316 nvlist_free(replacement); in replace_with_spare()
/freebsd/contrib/libcbor/misc/
H A Dupdate_version.py18 def replace(file_path, pattern, replacement): argument
21 updated = re.sub(pattern, replacement, original)
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/replacement/
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 Drebuild_raidz.ksh24 . $STF_SUITE/tests/functional/replacement/replacement.cfg
H A Drebuild_disabled_feature.ksh20 . $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 Dreplace_resilver.ksh33 . $STF_SUITE/tests/functional/replacement/replacement.cfg
H A Ddetach.ksh33 . $STF_SUITE/tests/functional/replacement/replacement.cfg
H A Dreplace_rebuild.ksh34 . $STF_SUITE/tests/functional/replacement/replacement.cfg
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputSection.h122 return replacement ? replacement : this; in canonical()
125 return replacement ? replacement : this; in canonical()
133 ConcatInputSection *replacement = nullptr; variable
/freebsd/contrib/sqlite3/
H A DReplace.cs156 string replacement = args[1]; in Main()
197 string outputLine = regEx.Replace(inputLine, replacement); in Main()
/freebsd/lib/libc/amd64/string/
H A Dmemcmp.S276 lea -8(%rsp), %rdi # end of replacement buffer
277 sub %rdx, %rdi # start of replacement buffer
278 movdqa %xmm0, -40(%rsp) # copy to replacement buffer
287 lea -40(%rsp), %rsi # end of replacement buffer
288 sub %rdx, %rsi # start of replacement buffer
289 movdqa %xmm0, -72(%rsp) # copy to replacement buffer
/freebsd/tools/build/
H A Dcheck-links.sh6 replacement=_
10 libkey="${libkey%%${patterns}*}${replacement}${libkey#*${patterns}}"

12345678