Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dbasic_string.h585 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 Dbasic_string.tcc348 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 Dpat_rep.c50 typedef struct replace { struct
56 struct replace *fow; /* pointer to next pattern */ argument
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DUnresolvedSet.h102 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 DASTUnresolvedSet.h62 bool replace(const NamedDecl *Old, NamedDecl *New, AccessSpecifier AS) { in replace() function
/openbsd-src/gnu/llvm/libcxx/include/__algorithm/
H A Dreplace.h23 replace(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __old_value, const _Tp& __new… in replace() function
/openbsd-src/gnu/llvm/libcxx/include/__filesystem/
H A Dperm_options.h27 replace = 1, enumerator
/openbsd-src/usr.bin/m4/
H A Dgnum4.c286 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 DMutations.cpp48 static void replace(syntax::Node *Old, syntax::Node *New) { in replace() function in syntax::MutationsImpl
/openbsd-src/gnu/lib/libiberty/src/
H A Dternary.c37 ternary_insert (ternary_tree *root, const char *s, PTR data, int replace) in ternary_insert()
H A Dsetenv.c83 setenv (const char *name, const char *value, int replace) in setenv()
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DTransformActions.cpp322 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 Dnaptr_35.c38 int replace = 0; in txt_valid_regex() local
/openbsd-src/gnu/llvm/clang/utils/
H A DFuzzTest14 def __init__(self, inputs, delete, insert, replace, argument
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp71 void replace(CharSourceRange range, StringRef text) override { in replace() function in __anon003cf0a90111::RewritesReceiver
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/clang/include/clang/Edit/
H A DCommit.h110 bool replace(SourceRange TokenRange, StringRef text) { in replace() function
/openbsd-src/gnu/llvm/llvm/utils/lit/lit/
H A DTestingConfig.py221 def replace(self, pattern, replacement): member in SubstituteCaptures
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DLookup.h687 void replace(NamedDecl *D) { in replace() function
693 void replace(NamedDecl *D, AccessSpecifier AS) { in replace() function
/openbsd-src/usr.sbin/smtpd/
H A Dmda_variables.c59 int replace = 1; in mda_expand_token() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp116 static void replace(Module &M, GlobalVariable *Old, GlobalVariable *New) { in replace() function
/openbsd-src/usr.sbin/config/
H A Dhash.c237 ht_insrep(struct hashtab *ht, const char *nam, void *val, int replace) in ht_insrep()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DCOFFImportFile.cpp115 static Expected<std::string> replace(StringRef S, StringRef From, in replace() function
/openbsd-src/gnu/llvm/clang/lib/Edit/
H A DCommit.cpp116 bool Commit::replace(CharSourceRange range, StringRef text) { in replace() function in Commit
/openbsd-src/usr.bin/ssh/
H A Dssh_api.c524 char *orig, *avail, *oavail = NULL, *alg, *replace = NULL; _ssh_order_hostkeyalgs() local
[all...]

123