Home
last modified time | relevance | path

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

12345678910>>...63

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dheader_body_checks_replace.ref1 header_body_checks: test-queueID: replace: header subject: primary subject: header: head
3 header_body_checks: test-queueID: replace: header content-type: multipart/(co\m\)ment)mumble mumble…
7 header_body_checks: test-queueID: replace: body abcdef prolog: body
10 header_body_checks: test-queueID: replace: body --abcd ef: body
12 header_body_checks: test-queueID: replace: header content-type: message/rfc822; mumble: header: mime
15 header_body_checks: test-queueID: replace: header subject: nested subject: header: nest
17 header_body_checks: test-queueID: replace: header content-type: multipart/mumble; boundary(comment)…
19 header_body_checks: test-queueID: replace: header content-transfer-encoding: base64: header: mime
23 header_body_checks: test-queueID: replace: body pqrs prolog: body
26 header_body_checks: test-queueID: replace: body --pqrs: body
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dmisc-inst.cc47 template string& string::replace(iterator, iterator, const string&);
49 string::replace(iterator, iterator, const char*, size_type);
50 template string& string::replace(iterator, iterator, const char*);
51 template string& string::replace(iterator, iterator, size_type, char);
52 template string& string::replace(iterator, iterator, char*, char*);
54 string::replace(iterator, iterator, const char*, const char*);
55 template string& string::replace(iterator, iterator, iterator, iterator);
57 string::replace(iterator, iterator, const_iterator, const_iterator);
65 template wstring& wstring::replace(iterator, iterator, const wstring&);
67 wstring::replace(iterator, iterator, const wchar_t*, size_type);
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dmisc-inst.cc51 template string& string::replace(iterator, iterator, const string&);
53 string::replace(iterator, iterator, const char*, size_type);
54 template string& string::replace(iterator, iterator, const char*);
55 template string& string::replace(iterator, iterator, size_type, char);
56 template string& string::replace(iterator, iterator, char*, char*);
58 string::replace(iterator, iterator, const char*, const char*);
59 template string& string::replace(iterator, iterator, iterator, iterator);
61 string::replace(iterator, iterator, const_iterator, const_iterator);
69 template wstring& wstring::replace(iterator, iterator, const wstring&);
71 wstring::replace(iterator, iterator, const wchar_t*, size_type);
[all …]
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/tests/data/
H A Dtest003-config.ldif3 replace: olcDatamorphIndex
8 replace: olcDatamorphIndex
13 replace: olcDatamorphIndex
18 replace: olcDatamorphIndex
23 replace: olcDatamorphIntegerSigned
26 replace: olcDatamorphIntegerUpperBound
29 replace: olcDatamorphIntegerLowerBound
H A Dtest007-config.ldif3 replace: olcDatamorphIndex
8 replace: olcDatamorphIndex
13 replace: olcDatamorphIndex
18 replace: olcDatamorphIndex
23 replace: olcDatamorphIntegerSigned
26 replace: olcDatamorphIntegerLowerBound
29 replace: olcDatamorphIntegerUpperBound
/netbsd-src/sys/arch/amiga/stand/binpatch/
H A Dbinpatch.c101 u_long replace = 0, do_replace = 0; in main() local
154 sscanf(optarg, "%x", &replace); in main()
156 replace = atoi(optarg); in main()
210 &replace); in main()
314 cval = replace; in main()
315 if (cval != replace) { in main()
324 sval = replace; in main()
325 if (sval != replace) { in main()
334 if (write(fd, &replace, 4) != 4) { in main()
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build/share/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 …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/resources/
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 …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dvstring.h782 { return this->replace(_M_iend(), _M_iend(), __first, __last); } in _GLIBCXX_VISIBILITY()
911 { return this->replace(_M_ibegin(), _M_iend(), __first, __last); } in _GLIBCXX_VISIBILITY()
945 this->replace(__p, __p, __n, __c); in _GLIBCXX_VISIBILITY()
964 { this->replace(__p, __p, __n, __c); } in _GLIBCXX_VISIBILITY()
989 this->replace(__p, __p, __beg, __end); in _GLIBCXX_VISIBILITY()
1008 { this->replace(__p, __p, __beg, __end); } in _GLIBCXX_VISIBILITY()
1039 { return this->replace(__pos1, size_type(0), in _GLIBCXX_VISIBILITY()
1063 { return this->replace(__pos1, size_type(0), __str._M_data() in _GLIBCXX_VISIBILITY()
1085 { return this->replace(__pos, size_type(0), __s, __n); } in _GLIBCXX_VISIBILITY()
1106 return this->replace(__pos, size_type(0), __s, in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dvstring.h783 { return this->replace(_M_iend(), _M_iend(), __first, __last); } in _GLIBCXX_VISIBILITY()
912 { return this->replace(_M_ibegin(), _M_iend(), __first, __last); } in _GLIBCXX_VISIBILITY()
946 this->replace(__p, __p, __n, __c); in _GLIBCXX_VISIBILITY()
965 { this->replace(__p, __p, __n, __c); } in _GLIBCXX_VISIBILITY()
990 this->replace(__p, __p, __beg, __end); in _GLIBCXX_VISIBILITY()
1009 { this->replace(__p, __p, __beg, __end); } in _GLIBCXX_VISIBILITY()
1040 { return this->replace(__pos1, size_type(0), in _GLIBCXX_VISIBILITY()
1064 { return this->replace(__pos1, size_type(0), __str._M_data() in _GLIBCXX_VISIBILITY()
1086 { return this->replace(__pos, size_type(0), __s, __n); } in _GLIBCXX_VISIBILITY()
1107 return this->replace(__pos, size_type(0), __s, in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dsetenv.c114 int replace) in __add_to_environ() argument
224 else if (replace) in __add_to_environ()
291 setenv (const char *name, const char *value, int replace) in setenv() argument
299 return __add_to_environ (name, value, NULL, replace); in setenv()
359 rpl_setenv (const char *name, const char *value, int replace) in rpl_setenv() argument
369 result = setenv (name, value, replace); in rpl_setenv()
370 if (result == 0 && replace && *value == '=') in rpl_setenv()
381 result = setenv (name, tmp, replace); in rpl_setenv()
/netbsd-src/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
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/Helpers/
H A DStyles.rst25 .. |Nothing To Do| replace:: :nothingtodo:`Nothing To Do`
26 .. |In Progress| replace:: :inprogress:`In Progress`
27 .. |Partial| replace:: :partial:`Partial`
28 .. |Complete| replace:: :complete:`Complete`
/netbsd-src/external/gpl3/gcc.old/dist/contrib/header-tools/
H A Dreplace-header11 replace = list() variable
21 replace.append (x[2:])
36 for x in replace:
42 src = find_replace_include (find, replace, src)
/netbsd-src/external/gpl3/gcc/dist/contrib/header-tools/
H A Dreplace-header11 replace = list() variable
21 replace.append (x[2:])
36 for x in replace:
42 src = find_replace_include (find, replace, src)
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dbasic_string.h1294 { return this->replace(end(), end(), __first, __last); } in _GLIBCXX_VISIBILITY()
1484 { return this->replace(begin(), end(), __first, __last); } in _GLIBCXX_VISIBILITY()
1551 this->replace(__p, __p, __n, __c); in _GLIBCXX_VISIBILITY()
1570 { this->replace(__p, __p, __n, __c); } in _GLIBCXX_VISIBILITY()
1595 this->replace(__p, __p, __beg, __end); in _GLIBCXX_VISIBILITY()
1614 { this->replace(__p, __p, __beg, __end); } in _GLIBCXX_VISIBILITY()
1653 { return this->replace(__pos1, size_type(0), in _GLIBCXX_VISIBILITY()
1677 { return this->replace(__pos1, size_type(0), __str._M_data() in _GLIBCXX_VISIBILITY()
1699 { return this->replace(__pos, size_type(0), __s, __n); } in _GLIBCXX_VISIBILITY()
1720 return this->replace(__pos, size_type(0), __s, in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/bsd/openldap/dist/tests/scripts/lloadd/
H A Dtest003-cnconfig223 replace: olcBkLloadBindconf
249 replace: olcBkLloadBindconf
278 replace: olcBkLloadMaxPDUPerCycle
303 replace: olcBkLloadSockbufMaxClient
328 replace: olcBkLloadSockbufMaxUpstream
353 replace: olcBkLloadIOTimeout
379 replace: olcBkLloadBindconns
405 replace: olcBkLloadMaxPendingConns
/netbsd-src/external/gpl2/gmake/dist/
H A Dexpand.c328 char *pattern, *replace, *ppercent, *rpercent; in variable_expand_string() local
341 replace = (char *) alloca (replace_end in variable_expand_string()
343 *(replace++) = '%'; in variable_expand_string()
344 bcopy (replace_beg, replace, in variable_expand_string()
346 replace[replace_end - replace_beg] = '\0'; in variable_expand_string()
359 rpercent = replace; in variable_expand_string()
361 --replace; in variable_expand_string()
364 o = patsubst_expand (o, value, pattern, replace, in variable_expand_string()
/netbsd-src/external/bsd/openldap/dist/tests/data/regressions/its8663/
H A Dits8663161 replace: olcMemberOfRefInt
178 replace: olcMemberOfDangling
195 replace: olcMemberOfDanglingError
212 replace: olcMemberOfDN
229 replace: olcMemberOfGroupOC
246 replace: olcMemberOfMemberAD
261 replace: olcMemberOfMemberOfAD
/netbsd-src/external/bsd/openldap/dist/doc/devel/variadic_debug/
H A D03-libldap_Debug.cocci9 # replace osip_debug/oslocal_debug with Debug() macros first
25 // replace Debug( ..., arg1, arg2, 0 ) with Debug2( ..., arg1, arg2 )
38 // replace Debug( ..., arg1, 0, 0 ) with Debug1()
62 // everything else is a regular 3-argument debug macro, replace with Debug3()
/netbsd-src/external/bsd/openldap/dist/tests/scripts/
H A Dtest037-manage98 replace: creatorsName
104 replace: modifiersName
110 replace: modifyTimestamp
113 replace: createTimestamp
120 replace: entryUUID
142 replace: objectClass
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dtests2.d242 …assert(std.regex.replace!(matchFn)(to!String("ark rapacity"), regex(to!String("r")), to!String("c"…
244 …assert(std.regex.replace!(matchFn)(to!String("ark rapacity"), regex(to!String("r"), "g"), to!Strin…
246 … assert(std.regex.replace!(matchFn)(to!String("noon"), regex(to!String("^n")), to!String("[$&]"))
248 assert(std.regex.replace!(matchFn)(
251 …auto s = std.regex.replace!(baz!(Captures!(String)))(to!String("Strap a rocket engine on a chicken…
331 assert("1234".replace(regex("^"), "$$") == "$1234");
332 assert("hello?".replace(regex(r"\?", "g"), r"\?") == r"hello\?");
333 assert("hello?".replace(regex(r"\?", "g"), r"\\?") != r"hello\?");
383 assert(replace(input, italic, "<i>$1</i>") ==
428 auto r = replace(input, re, format);
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/
H A Dupdate-quadmath.py64 result = result.replace('f128', 'q')
65 result = result.replace('__ieee754_', '')
68 result = result.replace('__', '')
69 result = result.replace('_do_not_use', '')
92 repl_names[macro] = macro.replace('LDOUBLE', 'FLT128')
/netbsd-src/external/gpl3/gcc/dist/libquadmath/
H A Dupdate-quadmath.py64 result = result.replace('f128', 'q')
65 result = result.replace('__ieee754_', '')
68 result = result.replace('__', '')
69 result = result.replace('_do_not_use', '')
92 repl_names[macro] = macro.replace('LDOUBLE', 'FLT128')
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dcow_string.h1293 { return this->replace(_M_iend(), _M_iend(), __first, __last); } in _GLIBCXX_VISIBILITY()
1440 { return this->replace(_M_ibegin(), _M_iend(), __first, __last); } in _GLIBCXX_VISIBILITY()
1500 { this->replace(__p, __p, __n, __c); } in _GLIBCXX_VISIBILITY()
1517 { this->replace(__p, __p, __beg, __end); } in _GLIBCXX_VISIBILITY()
1689 return this->replace(__pos1, size_type(0), __sv.data() in _GLIBCXX_VISIBILITY()
1781 replace(size_type __pos, size_type __n, const basic_string& __str) in _GLIBCXX_VISIBILITY()
1782 { return this->replace(__pos, __n, __str._M_data(), __str.size()); } in _GLIBCXX_VISIBILITY()
1803 replace(size_type __pos1, size_type __n1, const basic_string& __str, in _GLIBCXX_VISIBILITY()
1805 { return this->replace(__pos1, __n1, __str._M_data() in _GLIBCXX_VISIBILITY()
1828 replace(size_type __pos, size_type __n1, const _CharT* __s, in _GLIBCXX_VISIBILITY()
[all …]

12345678910>>...63