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

12

/freebsd-10.1-release/contrib/apr/helpers/
H A Dapr_rename.pl33 sub replace { subroutine
/freebsd-10.1-release/bin/pax/
H A Dpat_rep.h40 typedef struct replace { struct
/freebsd-10.1-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.1-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.1-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.1-release/usr.sbin/unbound/local-setup/
H A Dlocal-unbound-setup.sh252 replace() { function
/freebsd-10.1-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.1-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DFixItRewriter.cpp68 virtual void replace(CharSourceRange range, StringRef text) { function in class:__anon3322::RewritesReceiver
/freebsd-10.1-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.1-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.1-release/contrib/llvm/tools/clang/lib/Edit/
H A DCommit.cpp113 bool Commit::replace(CharSourceRange range, StringRef text) { function in class:Commit
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DCPPLanguageRuntime.cpp93 std::string& replace (std::string& target, function in class:CPPRuntimeEquivalents
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp85 virtual void replace(CharSourceRange range, StringRef text) { function in class:__anon3278::FixitReceiver
/freebsd-10.1-release/sys/dev/sfxge/common/
H A Defx_filter.c447 efx_filter_insert_filter( __in efx_nic_t *enp, __in efx_filter_spec_t *spec, __in boolean_t replace) argument
/freebsd-10.1-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.1-release/contrib/binutils/binutils/
H A Dar.c343 none = 0, delete, replace, print_table, enumerator in enum:__anon264
/freebsd-10.1-release/contrib/libstdc++/include/ext/
H A Dvstring.h948 replace(size_typ function in class:__versa_string
970 replace(size_type __pos1, size_type __n1, const __versa_string& __str, function in class:__versa_string
997 replace(size_type __pos, size_type __n1, const _CharT* __s, function in class:__versa_string
1021 replace(size_type __pos, size_type __n1, const _CharT* __s) function in class:__versa_string
1044 replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) function in class:__versa_string
1062 replace(iterator __i1, iterator __i2, const __versa_string& __str) function in class:__versa_string
1080 replace(iterator __i1, iterator __i2, const _CharT* __s, size_type __n) function in class:__versa_string
1101 replace(iterator __i1, iterator __i2, const _CharT* __s) function in class:__versa_string
1122 replace(iterator __i1, iterator __i2, size_type __n, _CharT __c) function in class:__versa_string
1145 replace(iterator __i1, iterator __i2, function in class:__versa_string
1158 replace(iterator __i1, iterator __i2, _CharT* __k1, _CharT* __k2) function in class:__versa_string
1168 replace(iterator __i1, iterator __i2, function in class:__versa_string
1179 replace(iterator __i1, iterator __i2, iterator __k1, iterator __k2) function in class:__versa_string
1189 replace(iterator __i1, iterator __i2, function in class:__versa_string
[all...]
/freebsd-10.1-release/contrib/libstdc++/include/bits/
H A Dbasic_string.h1193 replace(size_type __pos, size_type __n, const basic_string& __str) function in class:basic_string
1215 replace(size_type __pos1, size_type __n1, const basic_string& __str, function in class:basic_string
1258 replace(size_type __pos, size_type __n1, const _CharT* __s) function in class:basic_string
1281 replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) function in class:basic_string
1299 replace(iterator __i1, iterator __i2, const basic_string& __str) function in class:basic_string
1317 replace(iterator __i1, iterator __i2, const _CharT* __s, size_type __n) function in class:basic_string
1338 replace(iterator __i1, iterator __i2, const _CharT* __s) function in class:basic_string
1359 replace(iterator __i1, iterator __i2, size_type __n, _CharT __c) function in class:basic_string
1382 replace(iterator __i1, iterator __i2, function in class:basic_string
1395 replace(iterator __i1, iterator __i2, _CharT* __k1, _CharT* __k2) function in class:basic_string
1405 replace(iterator __i1, iterator __i2, function in class:basic_string
1416 replace(iterator __i1, iterator __i2, iterator __k1, iterator __k2) function in class:basic_string
1426 replace(iterator __i1, iterator __i2, function in class:basic_string
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DLookup.h591 void replace(NamedDecl *D) { function in class:clang::LookupResult::Filter
597 void replace(NamedDecl *D, AccessSpecifier AS) { function in class:clang::LookupResult::Filter

Completed in 779 milliseconds

12