| /src/sys/fs/v7fs/ |
| v7fs_file.h | 39 struct v7fs_dirent *replace; member in struct:v7fs_lookup_arg
|
| /src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/ |
| Mutations.cpp | 48 /// Replace the node, keeping the role. 49 static void replace(syntax::Node *Old, syntax::Node *New) { function in class:syntax::MutationsImpl 89 // For the rest, we have to replace with an empty statement. 93 MutationsImpl::replace(S, createEmptyStatement(A));
|
| /src/bin/pax/ |
| pat_rep.h | 42 typedef struct replace { struct 50 struct replace *fow; /* pointer to next pattern */ 51 } REPLACE;
|
| /src/tests/usr.bin/indent/ |
| opt_bap.c | 138 #define replace macro 141 #undef replace macro
|
| /src/sbin/ifconfig/ |
| af_inetany.c | 72 bool alias, delete, replace; local 118 replace = (param->gifaddr.cmd != 0); 120 replace = false; 159 if (replace) {
|
| /src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
| TestingConfig.py | 183 def replace(self, pattern, replacement): member in class:SubstituteCaptures
|
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| ASTUnresolvedSet.h | 62 bool replace(const NamedDecl *Old, NamedDecl *New, AccessSpecifier AS) { function in class:clang::ASTUnresolvedSet
|
| UnresolvedSet.h | 102 bool replace(const NamedDecl* Old, NamedDecl *New) { function in class:clang::UnresolvedSetImpl 111 void replace(iterator I, NamedDecl *New) { I.I->setDecl(New); } function in class:clang::UnresolvedSetImpl 113 void replace(iterator I, NamedDecl *New, AccessSpecifier AS) { function in class:clang::UnresolvedSetImpl
|
| /src/external/bsd/kyua-cli/dist/utils/format/ |
| formatter.cpp | 269 return replace(_oss->str()); 278 /// replaced by arg and is ready to replace the next item. 283 format::formatter::replace(const std::string& arg) const function in class:format::formatter
|
| /src/sys/arch/atari/stand/binpatch/ |
| binpatch.c | 84 bool replace, verbose; variable 169 replace = true; 198 if ((fd = open(fname, replace ? O_RDWR : O_RDONLY, 0)) == -1) 221 replace ? PROT_READ | PROT_WRITE : PROT_READ, 291 if (!replace)
|
| /src/external/apache2/llvm/dist/clang/include/clang/Edit/ |
| Commit.h | 90 bool replace(CharSourceRange range, StringRef text); 110 bool replace(SourceRange TokenRange, StringRef text) { function in class:clang::edit::Commit 111 return replace(CharSourceRange::getTokenRange(TokenRange), text);
|
| /src/external/apache2/llvm/dist/clang/lib/Edit/ |
| Commit.cpp | 116 bool Commit::replace(CharSourceRange range, StringRef text) { function in class:Commit
|
| /src/external/apache2/llvm/dist/clang/tools/clang-format/ |
| clang-format.el | 108 (defun clang-format--replace (offset length &optional text) 109 "Replace the region defined by OFFSET and LENGTH with TEXT. 197 (apply #'clang-format--replace rpl)))
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| ConstantMerge.cpp | 116 static void replace(Module &M, GlobalVariable *Old, GlobalVariable *New) { function 188 // replace with the current one. If the current is externally visible 189 // it cannot be replace, but can be the canonical constant we merge with. 209 // We can only replace constant with local linkage. 228 LLVM_DEBUG(dbgs() << "Will replace: @" << GV->getName() << " -> @" 239 replace(M, Old, New);
|
| /src/sys/arch/amiga/stand/binpatch/ |
| binpatch.c | 45 "\t-r replace value, and print out previous value to stdout\n" 54 "\tNow it gets more advanced, replace the value:\n" 101 u_long replace = 0, do_replace = 0; local 154 sscanf(optarg, "%x", &replace); 156 replace = atoi(optarg); 210 &replace); 247 * if replace-mode, have to reopen the file 314 cval = replace; 315 if (cval != replace) { 324 sval = replace; [all...] |
| /src/tests/lib/libppath/ |
| t_ppath.c | 335 ATF_TC(replace); variable 337 ATF_TC_HEAD(replace, tc) 344 ATF_TC_BODY(replace, tc) 1523 ATF_TP_ADD_TC(tp, replace);
|
| /src/crypto/external/bsd/heimdal/dist/lib/hdb/ |
| keys.c | 288 krb5_boolean replace = FALSE; local 300 replace = TRUE; 327 if (replace) { 339 if (replace && ext) {
|
| /src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/ |
| AtomicChange.cpp | 258 llvm::Error AtomicChange::replace(const SourceManager &SM, function in class:clang::tooling::AtomicChange 264 llvm::Error AtomicChange::replace(const SourceManager &SM, SourceLocation Loc, function in class:clang::tooling::AtomicChange
|
| /src/external/apache2/llvm/dist/llvm/lib/Object/ |
| COFFImportFile.cpp | 109 static Expected<std::string> replace(StringRef S, StringRef From, function in namespace:llvm::object 604 : replace(SymbolName, E.Name, E.ExtName);
|
| /src/external/gpl2/gmake/dist/ |
| expand.c | 330 char *pattern, *replace, *ppercent, *rpercent; 343 replace = (char *) alloca (replace_end 345 *(replace++) = '%'; 346 bcopy (replace_beg, replace, 348 replace[replace_end - replace_beg] = '\0'; 361 rpercent = replace; 363 --replace; 366 o = patsubst_expand (o, value, pattern, replace, 328 char *pattern, *replace, *ppercent, *rpercent; local
|
| /src/external/gpl3/gcc/dist/contrib/ |
| compare_two_ftime_report_sets | 519 replace = r"\2\t\3\t\4\t\5\t\1" variable 528 modified = parser.sub(replace, line)
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gdbhooks.py | 629 replace=True) variable
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| fs_fwd.h | 218 replace = 0x1, member in class:filesystem::file_type::copy_options::perm_options
|
| /src/external/gpl3/gcc.old/dist/contrib/ |
| compare_two_ftime_report_sets | 519 replace = r"\2\t\3\t\4\t\5\t\1" variable 528 modified = parser.sub(replace, line)
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gdbhooks.py | 612 replace=True) variable
|