Home
last modified time | relevance | path

Searched defs:replace (Results 1 – 25 of 48) sorted by relevance

12

/freebsd-13.1/bin/pax/
H A Dpat_rep.h42 typedef struct replace { struct
52 struct replace *fow; /* pointer to next pattern */ argument
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DUnresolvedSet.h102 bool replace(const NamedDecl* Old, NamedDecl *New) { in replace() function
111 void replace(iterator I, NamedDecl *New) { I.I->setDecl(New); } in replace() function
113 void replace(iterator I, NamedDecl *New, AccessSpecifier AS) { in replace() function
H A DASTUnresolvedSet.h62 bool replace(const NamedDecl *Old, NamedDecl *New, AccessSpecifier AS) { in replace() function
/freebsd-13.1/contrib/apr/helpers/
H A Dapr_rename.pl33 sub replace { subroutine
/freebsd-13.1/contrib/llvm-project/libcxx/include/__algorithm/
H A Dreplace.h26 replace(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __old_value, const _Tp& __new… in replace() function
/freebsd-13.1/contrib/bc/
H A Dconfigure376 replace() { function
H A Dconfigure.sh376 replace() { function
/freebsd-13.1/contrib/libcbor/misc/
H A Dupdate_version.py9 def replace(file_path, pattern, replacement): function
/freebsd-13.1/usr.sbin/unbound/setup/
H A Dlocal-unbound-setup.sh304 replace() { function
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DMutations.cpp49 static void replace(syntax::Node *Old, syntax::Node *New) { in replace() function in syntax::MutationsImpl
/freebsd-13.1/usr.bin/m4/
H A Dgnum4.c299 add_replace(const char *string, regex_t *re, const char *replace, regmatch_t *pm) in add_replace()
333 const char *replace, regmatch_t *pm) in do_subst()
374 const char *replace, regmatch_t *pm) in do_regexp()
/freebsd-13.1/lib/libfigpar/
H A Dstring_m.c93 replaceall(char *source, const char *find, const char *replace) in replaceall()
/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransformActions.cpp322 void TransformActionsImpl::replace(SourceRange range, StringRef text) { in replace() function in TransformActionsImpl
329 void TransformActionsImpl::replace(SourceRange range, in replace() function in TransformActionsImpl
646 void TransformActions::replace(SourceRange range, StringRef text) { in replace() function in TransformActions
650 void TransformActions::replace(SourceRange range, in replace() function in TransformActions
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp71 void replace(CharSourceRange range, StringRef text) override { in replace() function in __anondf8bb5a60111::RewritesReceiver
/freebsd-13.1/contrib/kyua/utils/format/
H A Dformatter.cpp285 format::formatter::replace(const std::string& arg) const in replace() function in format::formatter
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Edit/
H A DCommit.h110 bool replace(SourceRange TokenRange, StringRef text) { in replace() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp258 llvm::Error AtomicChange::replace(const SourceManager &SM, in replace() function in clang::tooling::AtomicChange
264 llvm::Error AtomicChange::replace(const SourceManager &SM, SourceLocation Loc, in replace() function in clang::tooling::AtomicChange
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h661 void replace(NamedDecl *D) { in replace() function
667 void replace(NamedDecl *D, AccessSpecifier AS) { in replace() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp116 static void replace(Module &M, GlobalVariable *Old, GlobalVariable *New) { in replace() function
/freebsd-13.1/contrib/wpa/hs20/client/
H A Doma_dm_client.c245 xml_node_t *info, *child, *replace; in add_replace_devinfo() local
724 static int oma_dm_replace(struct hs20_osu_client *ctx, xml_node_t *replace, in oma_dm_replace()
1373 xml_node_t *pps, *replace; in cmd_oma_dm_replace() local
/freebsd-13.1/crypto/heimdal/lib/hdb/
H A Ddb.c205 DB__put(krb5_context context, HDB *db, int replace, in DB__put()
H A Ddb3.c198 DB__put(krb5_context context, HDB *db, int replace, in DB__put()
H A Dndbm.c245 NDBM__put(krb5_context context, HDB *db, int replace, in NDBM__put()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp109 static Expected<std::string> replace(StringRef S, StringRef From, in replace() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Edit/
H A DCommit.cpp116 bool Commit::replace(CharSourceRange range, StringRef text) { in replace() function in Commit

12