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

12

/freebsd-10.3-release/contrib/apr/helpers/
H A Dapr_rename.pl33 sub replace { subroutine
/freebsd-10.3-release/usr.bin/unifdef/
H A Dunifdef.h43 #define replace(old,new) rename(old,new) macro
/freebsd-10.3-release/bin/pax/
H A Dpat_rep.h40 typedef struct replace { struct
/freebsd-10.3-release/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-10.3-release/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-10.3-release/usr.sbin/unbound/local-setup/
H A Dlocal-unbound-setup.sh257 replace() { function
/freebsd-10.3-release/lib/libfigpar/
H A Dstring_m.c93 replaceall(char *source, const char *find, const char *replace) argument
/freebsd-10.3-release/sys/xen/interface/foreign/
H A Dmkheader.py101 replace = define + "_" + arch.upper(); variable
103 replace = define + "_" + arch; variable
143 replace = define + "_" + arch.upper(); variable
145 replace = define + "_" + arch; variable
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DFixItRewriter.cpp68 virtual void replace(CharSourceRange range, StringRef text) { function in class:__anon3338::RewritesReceiver
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTUnresolvedSet.h60 bool replace(const NamedDecl *Old, NamedDecl *New, AccessSpecifier AS) { function in class:clang::ASTUnresolvedSet
H A DUnresolvedSet.h126 bool replace(const NamedDecl* Old, NamedDecl *New) { function in class:clang::UnresolvedSetImpl
135 void replace(iterator I, NamedDecl *New) { function in class:clang::UnresolvedSetImpl
139 void replace(iterator I, NamedDecl *New, AccessSpecifier AS) { function in class:clang::UnresolvedSetImpl
/freebsd-10.3-release/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-10.3-release/contrib/llvm/tools/clang/lib/Edit/
H A DCommit.cpp113 bool Commit::replace(CharSourceRange range, StringRef text) { function in class:Commit
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Edit/
H A DCommit.h102 bool replace(SourceRange TokenRange, StringRef text) { function in class:clang::edit::Commit
/freebsd-10.3-release/contrib/netbsd-tests/lib/libppath/
H A Dt_ppath.c335 ATF_TC(replace); variable
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Target/
H A DCPPLanguageRuntime.cpp93 std::string& replace (std::string& target, function in class:CPPRuntimeEquivalents
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp85 virtual void replace(CharSourceRange range, StringRef text) { function in class:__anon3294::FixitReceiver
/freebsd-10.3-release/crypto/openssh/
H A Dssh_api.c483 char *orig, *avail, *oavail = NULL, *alg, *replace = NULL; local
[all...]
/freebsd-10.3-release/usr.bin/m4/
H A Dgnum4.c276 add_replace(const char *string, regex_t *re, const char *replace, regmatch_t *pm) argument
309 do_subst(const char *string, regex_t *re, const char *replace, regmatch_t *pm) argument
349 do_regexp(const char *string, regex_t *re, const char *replace, regmatch_t *pm) argument
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransformActions.cpp321 void TransformActionsImpl::replace(SourceRange range, StringRef text) { function in class:TransformActionsImpl
328 void TransformActionsImpl::replace(SourceRange range, function in class:TransformActionsImpl
642 void TransformActions::replace(SourceRange range, StringRef text) { function in class:TransformActions
646 void TransformActions::replace(SourceRange range, function in class:TransformActions

Completed in 322 milliseconds

12