Searched defs:replace (Results 1 - 25 of 54) sorted by relevance

123

/freebsd-11-stable/contrib/apr/helpers/
H A Dapr_rename.pl33 sub replace { subroutine
/freebsd-11-stable/usr.bin/unifdef/
H A Dunifdef.h45 #define replace(old,new) rename(old,new) macro
/freebsd-11-stable/bin/pax/
H A Dpat_rep.h40 typedef struct replace { struct
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dternary.c37 ternary_insert (ternary_tree *root, const char *s, PTR data, int replace) argument
H A Dsetenv.c83 setenv (const char *name, const char *value, int replace) argument
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dternary.c37 ternary_insert (ternary_tree *root, const char *s, PTR data, int replace) argument
H A Dsetenv.c83 setenv (const char *name, const char *value, int replace) argument
/freebsd-11-stable/usr.sbin/unbound/setup/
H A Dlocal-unbound-setup.sh271 replace() { function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DMutations.cpp46 static void replace(syntax::Node *Old, syntax::Node *New) { function in class:syntax::MutationsImpl
/freebsd-11-stable/lib/libfigpar/
H A Dstring_m.c93 replaceall(char *source, const char *find, const char *replace) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTUnresolvedSet.h62 bool replace(const NamedDecl *Old, NamedDecl *New, AccessSpecifier AS) { function in class:clang::ASTUnresolvedSet
H A DUnresolvedSet.h102 bool replace(const NamedDecl* Old, NamedDecl *New) { function in class:clang::UnresolvedSetImpl
111 void replace(iterator I, NamedDecl *New) { I.I->setDecl(New); } function in class:clang::UnresolvedSetImpl
113 void replace(iterator I, NamedDecl *New, AccessSpecifier AS) { function in class:clang::UnresolvedSetImpl
/freebsd-11-stable/crypto/heimdal/lib/hdb/
H A Ddb.c205 DB__put(krb5_context context, HDB *db, int replace, argument
H A Ddb3.c198 DB__put(krb5_context context, HDB *db, int replace, argument
H A Dndbm.c245 NDBM__put(krb5_context context, HDB *db, int replace, argument
H A Dhdb-mitdb.c629 mdb__put(krb5_context context, HDB *db, int replace, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp116 static void replace(Module &M, GlobalVariable *Old, GlobalVariable *New) { function
/freebsd-11-stable/contrib/netbsd-tests/lib/libppath/
H A Dt_ppath.c335 ATF_TC(replace); variable
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp109 static Expected<std::string> replace(StringRef S, StringRef From, function in namespace:llvm::object
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Edit/
H A DCommit.h110 bool replace(SourceRange TokenRange, StringRef text) { function in class:clang::edit::Commit
/freebsd-11-stable/contrib/llvm-project/clang/lib/Edit/
H A DCommit.cpp116 bool Commit::replace(CharSourceRange range, StringRef text) { function in class:Commit
/freebsd-11-stable/crypto/openssh/
H A Dssh_api.c487 char *orig, *avail, *oavail = NULL, *alg, *replace = NULL; local
[all...]
/freebsd-11-stable/sys/contrib/ck/src/
H A Dck_ht.c910 bool replace = candidate->key != CK_HT_KEY_EMPTY && local
/freebsd-11-stable/usr.bin/m4/
H A Dgnum4.c299 add_replace(const char *string, regex_t *re, const char *replace, regmatch_t *pm) argument
332 do_subst(const char *string, regex_t *re, const char *source, const char *replace, regmatch_t *pm) argument
373 do_regexp(const char *string, regex_t *re, const char *source, const char *replace, regmatch_t *pm) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp252 llvm::Error AtomicChange::replace(const SourceManager &SM, function in class:clang::tooling::AtomicChange
258 llvm::Error AtomicChange::replace(const SourceManager &SM, SourceLocation Loc, function in class:clang::tooling::AtomicChange

Completed in 206 milliseconds

123