Home
last modified time | relevance | path

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

12

/freebsd/bin/pax/
H A Dpat_rep.h39 typedef struct replace { struct
45 struct replace *fow; /* pointer to next pattern */ argument
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DUnresolvedSet.h103 bool replace(const NamedDecl* Old, NamedDecl *New) { in replace() function
112 void replace(iterator I, NamedDecl *New) { I.I->setDecl(New); } in replace() function
114 void replace(iterator I, NamedDecl *New, AccessSpecifier AS) { in replace() function
H A DASTUnresolvedSet.h67 bool replace(const NamedDecl *Old, NamedDecl *New, AccessSpecifier AS) { in replace() function
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dreplace.h23 replace(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __old_value, const _Tp& __new_value) replace() function
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dperm_options.h23 enum class perm_options : unsigned char { replace = 1, add = 2, remove = 4, nofollow = 8 }; enumerator
/freebsd/contrib/unifdef/
H A Dunifdef.h44 #define replace(old,new) rename(old,new) macro
/freebsd/contrib/libcbor/misc/
H A Dupdate_version.py18 def replace(file_path, pattern, replacement): function
/freebsd/contrib/bc/
H A Dconfigure434 replace() { global() function
[all...]
H A Dconfigure.sh436 replace() { function
/freebsd/usr.sbin/unbound/setup/
H A Dlocal-unbound-setup.sh303 replace() { function
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DMutations.cpp48 static void replace(syntax::Node *Old, syntax::Node *New) { in replace() function in syntax::MutationsImpl
/freebsd/contrib/unifdef/win32/
H A Dwin32.c34 replace(const char *oldname, const char *newname) in replace() function
/freebsd/usr.bin/m4/
H A Dgnum4.c297 add_replace(const char *string, regex_t *re, const char *replace, regmatch_t *pm) in add_replace()
331 const char *replace, regmatch_t *pm) in do_subst()
372 const char *replace, regmatch_t *pm) in do_regexp()
/freebsd/lib/libfigpar/
H A Dstring_m.c88 replaceall(char *source, const char *find, const char *replace) in replaceall()
/freebsd/contrib/kyua/utils/format/
H A Dformatter.cpp285 format::formatter::replace(const std::string& arg) const in replace() function in format::formatter
/freebsd/contrib/llvm-project/clang/include/clang/Edit/
H A DCommit.h110 bool replace(SourceRange TokenRange, StringRef text) { in replace() function
/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp115 static void replace(Module &M, GlobalVariable *Old, GlobalVariable *New) { in replace() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h728 void replace(NamedDecl *D) { in replace() function
734 void replace(NamedDecl *D, AccessSpecifier AS) { in replace() function
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DDeclarationFragments.h202 DeclarationFragments &replace(std::string NewSpelling, unsigned Position) { in replace() function
/freebsd/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/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/contrib/netbsd-tests/lib/libppath/
H A Dt_ppath.c337 ATF_TC_HEAD(replace, tc) in ATF_TC_HEAD() argument
344 ATF_TC_BODY(replace, tc) in ATF_TC_BODY() argument

12