Home
last modified time | relevance | path

Searched refs:replacements (Results 1 – 25 of 40) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegexCommand.cpp32 const llvm::SmallVectorImpl<llvm::StringRef> &replacements) { in SubstituteVariables() argument
44 else if (idx < replacements.size()) in SubstituteVariables()
45 output << replacements[idx]; in SubstituteVariables()
H A DCommandObjectRegexCommand.h45 const llvm::SmallVectorImpl<llvm::StringRef> &replacements);
/freebsd/crypto/openssl/fuzz/
H A Dhashtable.c41 static size_t replacements = 0; variable
214 IS_REPLACE(op_flags) ? replacements++ : inserts++; in FuzzerTestOneInput()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatterBytecode.cpp89 auto replacements = in FormatImpl() local
94 for (const auto &r : replacements) in FormatImpl()
101 for (const auto &r : replacements) { in FormatImpl()
/freebsd/crypto/openssh/
H A DREADME19 support, EGD/PRNGD support and replacements for OpenBSD library
/freebsd/crypto/openssl/doc/man3/
H A DCMAC_CTX.pod101 All functions described here were deprecated in OpenSSL 3.0. For replacements,
/freebsd/contrib/unbound/contrib/
H A DREADME46 replacements for unbound-fuzzme.c that gets created after applying
/freebsd/contrib/ldns/
H A DREADME15 We offer drop-in replacements for commonly used ldns example tools in dnst:
/freebsd/sys/contrib/openzfs/config/
H A Dlib-ld.m49 dnl with replacements s/_*LT_PATH/AC_LIB_PROG/ and s/lt_/acl_/ to avoid
/freebsd/sbin/init/
H A DNOTES97 maybe now we can consider replacements? maintain them in parallel
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.h408 ReplacementsTy replacements; variable
H A DCIRGenModule.cpp893 replacements[name] = op; in addReplacement()
922 for (auto &i : replacements) { in applyReplacements()
/freebsd/contrib/tcpdump/
H A DINSTALL.md115 missing/* - replacements for missing library functions
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_flags.inc48 "If set, uses custom wrappers and replacements for libc string functions "
/freebsd/crypto/openssl/doc/man7/
H A Dossl-guide-migration.pod1228 There are no replacements. These old functions are not used, and could be
1276 There are no replacements for these low-level functions. They were used internally
1557 There are no replacements for these functions. Applications should rely on the
1660 There are no replacements for these.
2209 There are no replacements for these functions.
2240 There are no replacements for the SRP functions.
/freebsd/contrib/libpcap/
H A DINSTALL.md253 missing/* - replacements for missing library functions
/freebsd/crypto/krb5/src/windows/installer/wix/
H A Dmsi-deployment-guide.txt304 configuration files without providing replacements.
/freebsd/contrib/ncurses/
H A DANNOUNCE424 * ncurses provides work-alike replacements of SVr4 supplemental
/freebsd/contrib/ntp/sntp/libevent/
H A Dwhatsnew-2.0.txt135 event_set_mem_functions. It takes replacements for malloc(),
H A DChangeLog-2.0587 o Use the _func() replacements for open, fstat, etc in evutil.c on win32 (e50c0fc)
/freebsd/contrib/libevent/
H A Dwhatsnew-2.0.txt135 event_set_mem_functions. It takes replacements for malloc(),
/freebsd/contrib/tcp_wrappers/
H A DREADME562 drop-in replacements for SunOS 4.x, Ultrix 4.x, SunOS 5.x and HP-UX
/freebsd/contrib/pam-krb5/
H A DNEWS127 * Remove unused portable replacements for strlcpy and strlcat.
/freebsd/contrib/tnftp/
H A DChangeLog1769 libukem replacements for missing functions
/freebsd/crypto/openssl/doc/designs/quic-design/server/
H A Dquic-polling.md111 The replacements for poll(2) include Linux's epoll(2) and BSD's kqueue(2).

12