/freebsd/bin/pax/ |
H A D | pat_rep.h | 39 typedef struct replace { struct 45 struct replace *fow; /* pointer to next pattern */ argument
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | UnresolvedSet.h | 103 bool replace(const NamedDecl* Old, NamedDecl *New) { in replace() function 112 void replace(iterator I, NamedDecl *New) { I.I->setDecl(New); } in replace() function 114 void replace(iterator I, NamedDecl *New, AccessSpecifier AS) { in replace() function
|
H A D | ASTUnresolvedSet.h | 67 bool replace(const NamedDecl *Old, NamedDecl *New, AccessSpecifier AS) { in replace() function
|
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | replace.h | 23 replace(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __old_value, const _Tp& __new_value) replace() function
|
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/ |
H A D | perm_options.h | 23 enum class perm_options : unsigned char { replace = 1, add = 2, remove = 4, nofollow = 8 }; enumerator
|
/freebsd/contrib/unifdef/ |
H A D | unifdef.h | 44 #define replace(old,new) rename(old,new) macro
|
/freebsd/contrib/libcbor/misc/ |
H A D | update_version.py | 18 def replace(file_path, pattern, replacement): function
|
/freebsd/contrib/bc/ |
H A D | configure | 434 replace() { global() function [all...] |
H A D | configure.sh | 436 replace() { function
|
/freebsd/usr.sbin/unbound/setup/ |
H A D | local-unbound-setup.sh | 303 replace() { function
|
/freebsd/contrib/llvm-project/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
|
/freebsd/contrib/unifdef/win32/ |
H A D | win32.c | 34 replace(const char *oldname, const char *newname) in replace() function
|
/freebsd/usr.bin/m4/ |
H A D | gnum4.c | 297 add_replace(const char *string, regex_t *re, const char *replace, regmatch_t *pm) in add_replace() 331 const char *replace, regmatch_t *pm) in do_subst() 372 const char *replace, regmatch_t *pm) in do_regexp()
|
/freebsd/lib/libfigpar/ |
H A D | string_m.c | 88 replaceall(char *source, const char *find, const char *replace) in replaceall()
|
/freebsd/contrib/kyua/utils/format/ |
H A D | formatter.cpp | 285 format::formatter::replace(const std::string& arg) const in replace() function in format::formatter
|
/freebsd/contrib/llvm-project/clang/include/clang/Edit/ |
H A D | Commit.h | 110 bool replace(SourceRange TokenRange, StringRef text) { in replace() function
|
/freebsd/contrib/llvm-project/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
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ConstantMerge.cpp | 115 static void replace(Module &M, GlobalVariable *Old, GlobalVariable *New) { in replace() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Lookup.h | 728 void replace(NamedDecl *D) { in replace() function 734 void replace(NamedDecl *D, AccessSpecifier AS) { in replace() function
|
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | DeclarationFragments.h | 202 DeclarationFragments &replace(std::string NewSpelling, unsigned Position) { in replace() function
|
/freebsd/contrib/wpa/hs20/client/ |
H A D | oma_dm_client.c | 245 xml_node_t *info, *child, *replace; in add_replace_devinfo() local 724 static int oma_dm_replace(struct hs20_osu_client *ctx, xml_node_t *replace, in oma_dm_replace() 1373 xml_node_t *pps, *replace; in cmd_oma_dm_replace() local
|
/freebsd/crypto/heimdal/lib/hdb/ |
H A D | db.c | 205 DB__put(krb5_context context, HDB *db, int replace, in DB__put()
|
H A D | db3.c | 198 DB__put(krb5_context context, HDB *db, int replace, in DB__put()
|
H A D | ndbm.c | 245 NDBM__put(krb5_context context, HDB *db, int replace, in NDBM__put()
|
/freebsd/contrib/netbsd-tests/lib/libppath/ |
H A D | t_ppath.c | 337 ATF_TC_HEAD(replace, tc) in ATF_TC_HEAD() argument 344 ATF_TC_BODY(replace, tc) in ATF_TC_BODY() argument
|