Home
last modified time | relevance | path

Searched refs:replace (Results 1 – 25 of 336) sorted by relevance

12345678910>>...14

/minix3/external/bsd/flex/dist/examples/manual/
H A DMakefile.examples22 all: expr front myname eof wc replace user_act string1\
75 replace: replace.lex
76 $(LEX) replace.lex
77 $(CC) lex.yy.c -o replace -ll
87 rm -f replace front user_act string1 string2
/minix3/external/bsd/llvm/dist/clang/tools/scan-build/
H A Dsorttable.js98 this.className = this.className.replace('sorttable_sorted',
111 this.className = this.className.replace('sorttable_sorted_reverse',
125 cell.className = cell.className.replace('sorttable_sorted_reverse','');
126 cell.className = cell.className.replace('sorttable_sorted','');
213 return node.textContent.replace(/^\s+|\s+$/g, '');
216 return node.innerText.replace(/^\s+|\s+$/g, '');
219 return node.text.replace(/^\s+|\s+$/g, '');
225 return node.value.replace(/^\s+|\s+$/g, '');
228 return node.nodeValue.replace(/^\s+|\s+$/g, '');
236 return innerText.replace(/^\s+|\s+$/g, '');
[all …]
/minix3/bin/pax/
H A Dpat_rep.h42 typedef struct replace { struct
50 struct replace *fow; /* pointer to next pattern */ argument
/minix3/external/bsd/libc++/dist/libcxx/test/strings/basic.string/string.modifiers/string_replace/
H A Diter_iter_initializer_list.pass.cpp24 s.replace(s.cbegin() + 3, s.cbegin() + 6, {'a', 'b', 'c'}); in main()
31 s.replace(s.cbegin() + 3, s.cbegin() + 6, {'a', 'b', 'c'}); in main()
/minix3/external/bsd/libc++/dist/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
H A Diter_iter_initializer_list.pass.cpp24 s.replace(s.cbegin() + 3, s.cbegin() + 6, {'a', 'b', 'c'}); in main()
31 s.replace(s.cbegin() + 3, s.cbegin() + 6, {'a', 'b', 'c'}); in main()
/minix3/external/bsd/llvm/dist/llvm/utils/lit/lit/
H A DTestRunner.py388 sourcepath = sourcepath.replace('\\', '/')
389 sourcedir = sourcedir.replace('\\', '/')
390 tmpDir = tmpDir.replace('\\', '/')
391 tmpBase = tmpBase.replace('\\', '/')
407 ('%/s', sourcepath.replace('\\', '/')),
408 ('%/S', sourcedir.replace('\\', '/')),
409 ('%/p', sourcedir.replace('\\', '/')),
410 ('%/t', tmpBase.replace('\\', '/') + '.tmp'),
411 ('%/T', tmpDir.replace('\\', '/')),
459 b = b.replace("\\","\\\\")
/minix3/sbin/ifconfig/
H A Daf_inetany.c72 bool alias, delete, replace; in commit_address() local
118 replace = (param->gifaddr.cmd != 0); in commit_address()
120 replace = false; in commit_address()
159 if (replace) { in commit_address()
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/DeadArgElim/
H A Dcanon.ll3 ; This test should remove {} and replace it with void
5 ; This test shouls replace the {i32} return value with just i32
/minix3/external/bsd/llvm/dist/clang/include/clang/Edit/
H A DCommit.h84 bool replace(CharSourceRange range, StringRef text);
101 bool replace(SourceRange TokenRange, StringRef text) { in replace() function
102 return replace(CharSourceRange::getTokenRange(TokenRange), text); in replace()
H A DEditsReceiver.h26 virtual void replace(CharSourceRange range, StringRef text) = 0;
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/AArch64/
H A Darm64-AnInfiniteLoopInDAGCombine.ll11 ; an optimization to replace unused bits with undefined bits, we remove
12 ; the (1) optimization (It doesn't make sense to replace undefined bits
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/InstSimplify/
H A Dapint-or.ll7 ;; replace with V+N.
25 ;; replace with V+N.
/minix3/usr.bin/m4/
H A Dgnum4.c283 add_replace(const char *string, regex_t *re, const char *replace, regmatch_t *pm) in add_replace() argument
287 for (p = replace; *p != '\0'; p++) { in add_replace()
316 do_subst(const char *string, regex_t *re, const char *replace, regmatch_t *pm) in do_subst() argument
347 add_replace(string, re, replace, pm); in do_subst()
356 do_regexp(const char *string, regex_t *re, const char *replace, regmatch_t *pm) in do_regexp() argument
362 add_replace(string, re, replace, pm); in do_regexp()
/minix3/external/bsd/llvm/dist/clang/utils/
H A DFuzzTest14 def __init__(self, inputs, delete, insert, replace, argument
20 self.replace = bool(replace)
26 self.num_tests = ((delete + (insert + replace)*self.num_insert_strings)
67 assert self.replace
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DUnresolvedSet.h126 bool replace(const NamedDecl* Old, NamedDecl *New) { in replace() function
135 void replace(iterator I, NamedDecl *New) { in replace() function
139 void replace(iterator I, NamedDecl *New, AccessSpecifier AS) { in replace() function
/minix3/common/dist/zlib/contrib/
H A DREADME.contrib29 Tuned x86 gcc asm code to replace inflate_fast()
47 replace longest_match() and inflate_fast()
50 x86 asm code to replace longest_match() and inflate_fast(),
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/
H A Dpr21210.ll6 ; don't replace 'cond' by 'len' in the home block ('bb') that
25 ; don't replace 'cond' by 'len' in a block ('b1') that dominates all uses
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DTransformActions.cpp138 void replace(SourceRange range, StringRef text);
139 void replace(SourceRange range, SourceRange replacementRange);
321 void TransformActionsImpl::replace(SourceRange range, StringRef text) { in replace() function in TransformActionsImpl
328 void TransformActionsImpl::replace(SourceRange range, in replace() function in TransformActionsImpl
641 void TransformActions::replace(SourceRange range, StringRef text) { in replace() function in TransformActions
642 static_cast<TransformActionsImpl*>(Impl)->replace(range, text); in replace()
645 void TransformActions::replace(SourceRange range, in replace() function in TransformActions
647 static_cast<TransformActionsImpl*>(Impl)->replace(range, replacementRange); in replace()
/minix3/external/bsd/libc++/dist/libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/
H A Dreplace.pass.cpp30 std::replace(Iter(ia), Iter(ia+sa), 2, 5); in test()
/minix3/external/bsd/libc++/dist/libcxx/test/algorithms/alg.modifying.operations/alg.replace/
H A Dreplace.pass.cpp30 std::replace(Iter(ia), Iter(ia+sa), 2, 5); in test()
/minix3/external/bsd/llvm/dist/clang/www/analyzer/scripts/
H A Dmenu.js11 this.className=this.className.replace(" over", "");
/minix3/external/bsd/bind/dist/bin/tests/system/rpz/
H A Dtest143 ; replace the A for a4-1.sub1.tld2 with 12.12.12.12
47 ; replace the A for *.sub2.tld2 with 12.12.12.12
51 ; replace NXDOMAIN for {nxc1,nxc2}.sub1.tld2 with 12.12.12.12 using CNAMEs
/minix3/external/bsd/bind/dist/lib/dns/rdata/generic/
H A Dnaptr_35.c43 isc_boolean_t replace = ISC_FALSE; in txt_valid_regex() local
71 if (c == delim && !replace) { in txt_valid_regex()
72 replace = ISC_TRUE; in txt_valid_regex()
90 if (!replace) in txt_valid_regex()
99 if (replace) in txt_valid_regex()
112 if (!replace) in txt_valid_regex()
/minix3/sys/fs/v7fs/
H A Dv7fs_file.h39 struct v7fs_dirent *replace; member
/minix3/external/bsd/kyua-cli/dist/utils/format/
H A Dformatter.hpp99 formatter replace(const std::string&) const;

12345678910>>...14