Home
last modified time | relevance | path

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

12345678910>>...34

/netbsd/src/external/ibm-public/postfix/dist/src/global/
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/sys/arch/amiga/stand/binpatch/
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/gpl3/gcc/dist/libstdc++-v3/include/ext/
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 …]
Drope2223 replace(_RopeRep* __old, size_type __pos1,
2250 replace(this->_M_tree_ptr, __p, __p, __r._M_tree_ptr);
2316 // (position, length) versions of replace operations:
2319 replace(size_type __p, size_type __n, const rope& __r)
2322 replace(this->_M_tree_ptr, __p, __p + __n, __r._M_tree_ptr);
2328 replace(size_type __p, size_type __n,
2332 replace(__p, __n, __r);
2336 replace(size_type __p, size_type __n, _CharT __c)
2339 replace(__p, __n, __r);
2343 replace(size_type __p, size_type __n, const _CharT* __c_string)
[all …]
/netbsd/src/external/bsd/flex/dist/examples/manual/
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/bsd/openldap/dist/tests/scripts/
Dtest037-manage98 replace: creatorsName
104 replace: modifiersName
110 replace: modifyTimestamp
113 replace: createTimestamp
120 replace: entryUUID
142 replace: objectClass
Dtest022-ppolicy174 replace: userpassword
182 replace: userpassword
190 replace: userpassword
198 replace: userpassword
206 replace: userpassword
214 replace: userpassword
232 replace: userPassword
278 replace: userPassword
459 replace: userPassword
642 replace: olcPPolicyForwardUpdates
[all …]
Dtest017-syncreplication-refresh140 replace: drink
203 replace: description
243 replace: description
263 replace: objectClass
266 replace: cn
269 replace: description
272 replace: member
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
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 …]
Dbasic_string.h1494 { return this->replace(end(), end(), __first, __last); } in _GLIBCXX_VISIBILITY()
1694 { return this->replace(begin(), end(), __first, __last); } in _GLIBCXX_VISIBILITY()
1765 this->replace(__p, __p, __n, __c); in _GLIBCXX_VISIBILITY()
1784 { this->replace(__p, __p, __n, __c); } in _GLIBCXX_VISIBILITY()
1810 this->replace(__p, __p, __beg, __end); in _GLIBCXX_VISIBILITY()
1829 { this->replace(__p, __p, __beg, __end); } in _GLIBCXX_VISIBILITY()
1870 { return this->replace(__pos1, size_type(0), in _GLIBCXX_VISIBILITY()
1895 { return this->replace(__pos1, size_type(0), __str._M_data() in _GLIBCXX_VISIBILITY()
1918 { return this->replace(__pos, size_type(0), __s, __n); } in _GLIBCXX_VISIBILITY()
1940 return this->replace(__pos, size_type(0), __s, in _GLIBCXX_VISIBILITY()
[all …]
/netbsd/src/crypto/external/bsd/openssh/dist/
Dssh_api.c531 char *orig, *avail, *oavail = NULL, *alg, *replace = NULL; in _ssh_order_hostkeyalgs() local
545 if ((replace = calloc(1, maxlen)) == NULL) { in _ssh_order_hostkeyalgs()
549 *replace = '\0'; in _ssh_order_hostkeyalgs()
563 if (*replace != '\0') in _ssh_order_hostkeyalgs()
564 strlcat(replace, ",", maxlen); in _ssh_order_hostkeyalgs()
565 strlcat(replace, alg, maxlen); in _ssh_order_hostkeyalgs()
569 if (*replace != '\0') { in _ssh_order_hostkeyalgs()
571 debug2_f("replace/%d %s", ssh->kex->server, replace); in _ssh_order_hostkeyalgs()
573 proposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = replace; in _ssh_order_hostkeyalgs()
574 replace = NULL; /* owned by proposal */ in _ssh_order_hostkeyalgs()
[all …]
/netbsd/src/external/bsd/tre/dist/utils/
Dreplace-vars.sh17 for replace in @TRE_VERSION@:$version \
21 var=`echo $replace | cut -d : -f 1`
22 val=`echo $replace | cut -d : -f 2`
/netbsd/src/external/lgpl3/mpc/dist/
Dar-lib157 replace=
168 r*) replace=yes ;;
181 case $delete$extract$list$quick$replace,$index in
233 elif test -n "$quick$replace"; then
/netbsd/src/external/gpl3/gdb/dist/
Dar-lib157 replace=
168 r*) replace=yes ;;
181 case $delete$extract$list$quick$replace,$index in
233 elif test -n "$quick$replace"; then
/netbsd/src/external/gpl3/gcc/dist/
Dar-lib157 replace=
168 r*) replace=yes ;;
181 case $delete$extract$list$quick$replace,$index in
233 elif test -n "$quick$replace"; then
/netbsd/src/external/gpl3/binutils/dist/
Dar-lib157 replace=
168 r*) replace=yes ;;
181 case $delete$extract$list$quick$replace,$index in
233 elif test -n "$quick$replace"; then
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/build-aux/
Dar-lib157 replace=
168 r*) replace=yes ;;
181 case $delete$extract$list$quick$replace,$index in
233 elif test -n "$quick$replace"; then
/netbsd/src/external/gpl3/gcc/dist/contrib/
Dgit-fetch-vendor.sh56 git config --replace-all "remote.vendors/${vendor}.fetch" "+refs/vendors/${vendor}/heads/*:refs/rem…
57 git config --replace-all "remote.vendors/${vendor}.fetch" "+refs/vendors/${vendor}/tags/*:refs/tags…
62 …git config --replace-all "remote.vendors/${vendor}.push" "refs/heads/${vendor}/*:refs/vendors/${ve…
Dgcc-git-customization.sh175 git config --replace-all "remote.${old_pfx}.fetch" "+refs/empty/*:refs/remotes/${old_pfx}/*"
195 git config --replace-all "remote.users/${new_pfx}.fetch" "+refs/users/${remote_id}/heads/*:refs/rem…
196 git config --replace-all "remote.users/${new_pfx}.fetch" "+refs/users/${remote_id}/tags/*:refs/tags…
197 git config --replace-all "remote.users/${new_pfx}.push" "refs/heads/${new_pfx}/*:refs/users/${remot…
/netbsd/src/external/lgpl3/mpfr/dist/
Dar-lib157 replace=
168 r*) replace=yes ;;
181 case $delete$extract$list$quick$replace,$index in
234 elif test -n "$quick$replace"; then
/netbsd/src/external/mit/expat/dist/conftools/
Dar-lib157 replace=
168 r*) replace=yes ;;
181 case $delete$extract$list$quick$replace,$index in
234 elif test -n "$quick$replace"; then
/netbsd/src/external/gpl3/binutils/dist/gas/
Dhash.h89 str_hash_insert (htab_t table, const char *key, const void *value, int replace) in str_hash_insert() argument
92 void **slot = htab_insert (table, elt, replace); in str_hash_insert()
93 if (slot && !replace && table->free_f) in str_hash_insert()
/netbsd/src/sbin/ifconfig/
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()
/netbsd/src/sys/arch/atari/stand/binpatch/
Dbinpatch.c84 bool replace, verbose; variable
169 replace = true; in main()
198 if ((fd = open(fname, replace ? O_RDWR : O_RDONLY, 0)) == -1) in main()
221 replace ? PROT_READ | PROT_WRITE : PROT_READ, in main()
291 if (!replace) in main()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
Dstring719 replace(size_type __pos1, size_type __n1, const basic_string& __str)
721 _Base::replace(__pos1, __n1, __str);
727 replace(size_type __pos1, size_type __n1, const basic_string& __str,
730 _Base::replace(__pos1, __n1, __str, __pos2, __n2);
736 replace(size_type __pos, size_type __n1, const _CharT* __s,
740 _Base::replace(__pos, __n1, __s, __n2);
746 replace(size_type __pos, size_type __n1, const _CharT* __s)
749 _Base::replace(__pos, __n1, __s);
755 replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c)
757 _Base::replace(__pos, __n1, __n2, __c);
[all …]

12345678910>>...34