/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | basic_string.h | 585 replace(size_type __pos, size_type __n, const basic_string& __str) in replace() function 597 replace(size_type __pos, size_type __n1, const _CharT* __s) in replace() function 601 replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) in replace() function 605 replace(iterator __i1, iterator __i2, const basic_string& __str) in replace() function 609 replace(iterator __i1, iterator __i2, in replace() function 614 replace(iterator __i1, iterator __i2, const _CharT* __s) in replace() function 622 replace(iterator __i1, iterator __i2, in replace() function 630 replace(iterator __i1, iterator __i2, _CharT* __k1, _CharT* __k2) in replace() function 635 replace(iterator __i1, iterator __i2, const _CharT* __k1, const _CharT* __k2) in replace() function 640 replace(iterator __i1, iterator __i2, iterator __k1, iterator __k2) in replace() function [all …]
|
H A D | basic_string.tcc | 348 replace(size_type __pos, size_type __n1, const _CharT* __s, in replace() function in std::basic_string 657 replace(size_type __pos1, size_type __n1, const basic_string& __str, in replace() function in std::basic_string 755 replace(iterator __i1, iterator __i2, size_type __n2, _CharT __c) in replace() function in std::basic_string
|
/openbsd-src/bin/pax/ |
H A D | pat_rep.c | 50 typedef struct replace { struct 56 struct replace *fow; /* pointer to next pattern */ argument
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | UnresolvedSet.h | 102 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 D | ASTUnresolvedSet.h | 62 bool replace(const NamedDecl *Old, NamedDecl *New, AccessSpecifier AS) { in replace() function
|
/openbsd-src/gnu/llvm/libcxx/include/__algorithm/ |
H A D | replace.h | 23 replace(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __old_value, const _Tp& __new… in replace() function
|
/openbsd-src/gnu/llvm/libcxx/include/__filesystem/ |
H A D | perm_options.h | 27 replace = 1, enumerator
|
/openbsd-src/usr.bin/m4/ |
H A D | gnum4.c | 286 add_replace(const char *string, regex_t *re, const char *replace, regmatch_t *pm) in add_replace() 320 const char *replace, regmatch_t *pm) in do_subst() 361 const char *replace, regmatch_t *pm) in do_regexp()
|
/openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/ |
H A D | Mutations.cpp | 48 static void replace(syntax::Node *Old, syntax::Node *New) { in replace() function in syntax::MutationsImpl
|
/openbsd-src/gnu/lib/libiberty/src/ |
H A D | ternary.c | 37 ternary_insert (ternary_tree *root, const char *s, PTR data, int replace) in ternary_insert()
|
H A D | setenv.c | 83 setenv (const char *name, const char *value, int replace) in setenv()
|
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
H A D | TransformActions.cpp | 322 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
|
/openbsd-src/usr.bin/dig/lib/dns/rdata/generic/ |
H A D | naptr_35.c | 38 int replace = 0; in txt_valid_regex() local
|
/openbsd-src/gnu/llvm/clang/utils/ |
H A D | FuzzTest | 14 def __init__(self, inputs, delete, insert, replace, argument
|
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/ |
H A D | FixItRewriter.cpp | 71 void replace(CharSourceRange range, StringRef text) override { in replace() function in __anon003cf0a90111::RewritesReceiver
|
/openbsd-src/gnu/llvm/clang/lib/Tooling/Refactoring/ |
H A D | AtomicChange.cpp | 258 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
|
/openbsd-src/gnu/llvm/clang/include/clang/Edit/ |
H A D | Commit.h | 110 bool replace(SourceRange TokenRange, StringRef text) { in replace() function
|
/openbsd-src/gnu/llvm/llvm/utils/lit/lit/ |
H A D | TestingConfig.py | 221 def replace(self, pattern, replacement): member in SubstituteCaptures
|
/openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
H A D | Lookup.h | 687 void replace(NamedDecl *D) { in replace() function 693 void replace(NamedDecl *D, AccessSpecifier AS) { in replace() function
|
/openbsd-src/usr.sbin/smtpd/ |
H A D | mda_variables.c | 59 int replace = 1; in mda_expand_token() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | ConstantMerge.cpp | 116 static void replace(Module &M, GlobalVariable *Old, GlobalVariable *New) { in replace() function
|
/openbsd-src/usr.sbin/config/ |
H A D | hash.c | 237 ht_insrep(struct hashtab *ht, const char *nam, void *val, int replace) in ht_insrep()
|
/openbsd-src/gnu/llvm/llvm/lib/Object/ |
H A D | COFFImportFile.cpp | 115 static Expected<std::string> replace(StringRef S, StringRef From, in replace() function
|
/openbsd-src/gnu/llvm/clang/lib/Edit/ |
H A D | Commit.cpp | 116 bool Commit::replace(CharSourceRange range, StringRef text) { in replace() function in Commit
|
/openbsd-src/usr.bin/ssh/ |
H A D | ssh_api.c | 524 char *orig, *avail, *oavail = NULL, *alg, *replace = NULL; _ssh_order_hostkeyalgs() local [all...] |