Home
last modified time | relevance | path

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

1234567

/dflybsd-src/contrib/gcc-8.0/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 …]
/dflybsd-src/contrib/less/
H A Devar.c17 struct replace { struct
18 struct replace *r_next; argument
42 static struct replace * make_replaces(mutable char *buf, size_t len, size_t *pe, char term) in make_replaces() argument
45 struct replace *replaces = NULL; in make_replaces()
49 struct replace *repl; in make_replaces()
73 repl = ecalloc(1, sizeof(struct replace)); in make_replaces()
86 static void free_replaces(struct replace *replaces) in free_replaces()
90 struct replace *r = replaces; in free_replaces()
117 static constant char * find_replace(constant struct replace *repl, constant char *evar, size_t *pv) in find_replace()
140 struct replace *replaces = make_replaces(buf, len, &e, term); in add_evar()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dvstring.h781 { return this->replace(_M_iend(), _M_iend(), __first, __last); } in _GLIBCXX_VISIBILITY()
910 { return this->replace(_M_ibegin(), _M_iend(), __first, __last); } in _GLIBCXX_VISIBILITY()
944 this->replace(__p, __p, __n, __c); in _GLIBCXX_VISIBILITY()
963 { this->replace(__p, __p, __n, __c); } in _GLIBCXX_VISIBILITY()
988 this->replace(__p, __p, __beg, __end); in _GLIBCXX_VISIBILITY()
1007 { this->replace(__p, __p, __beg, __end); } in _GLIBCXX_VISIBILITY()
1038 { return this->replace(__pos1, size_type(0), in _GLIBCXX_VISIBILITY()
1062 { return this->replace(__pos1, size_type(0), __str._M_data() in _GLIBCXX_VISIBILITY()
1084 { return this->replace(__pos, size_type(0), __s, __n); } in _GLIBCXX_VISIBILITY()
1105 return this->replace(__pos, size_type(0), __s, in _GLIBCXX_VISIBILITY()
[all …]
H A Drope2192 replace(_RopeRep* __old, size_t __pos1,
2219 replace(this->_M_tree_ptr, __p, __p, __r._M_tree_ptr);
2284 // (position, length) versions of replace operations:
2287 replace(size_t __p, size_t __n, const rope& __r)
2290 replace(this->_M_tree_ptr, __p, __p + __n, __r._M_tree_ptr);
2296 replace(size_t __p, size_t __n,
2300 replace(__p, __n, __r);
2304 replace(size_t __p, size_t __n, _CharT __c)
2307 replace(__p, __n, __r);
2311 replace(size_t __p, size_t __n, const _CharT* __c_string)
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dbasic_string.h1310 { return this->replace(end(), end(), __first, __last); } in _GLIBCXX_VISIBILITY()
1471 { return this->replace(begin(), end(), __first, __last); } in _GLIBCXX_VISIBILITY()
1537 this->replace(__p, __p, __n, __c); in _GLIBCXX_VISIBILITY()
1556 { this->replace(__p, __p, __n, __c); } in _GLIBCXX_VISIBILITY()
1581 this->replace(__p, __p, __beg, __end); in _GLIBCXX_VISIBILITY()
1600 { this->replace(__p, __p, __beg, __end); } in _GLIBCXX_VISIBILITY()
1632 { return this->replace(__pos1, size_type(0), in _GLIBCXX_VISIBILITY()
1656 { return this->replace(__pos1, size_type(0), __str._M_data() in _GLIBCXX_VISIBILITY()
1678 { return this->replace(__pos, size_type(0), __s, __n); } in _GLIBCXX_VISIBILITY()
1699 return this->replace(__pos, size_type(0), __s, in _GLIBCXX_VISIBILITY()
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dvstring.h768 { return this->replace(_M_iend(), _M_iend(), __first, __last); } in _GLIBCXX_VISIBILITY()
892 { return this->replace(_M_ibegin(), _M_iend(), __first, __last); } in _GLIBCXX_VISIBILITY()
920 { this->replace(__p, __p, __n, __c); } in _GLIBCXX_VISIBILITY()
937 { this->replace(__p, __p, __beg, __end); } in _GLIBCXX_VISIBILITY()
965 { return this->replace(__pos1, size_type(0), in _GLIBCXX_VISIBILITY()
989 { return this->replace(__pos1, size_type(0), __str._M_data() in _GLIBCXX_VISIBILITY()
1011 { return this->replace(__pos, size_type(0), __s, __n); } in _GLIBCXX_VISIBILITY()
1032 return this->replace(__pos, size_type(0), __s, in _GLIBCXX_VISIBILITY()
1172 replace(size_type __pos, size_type __n, const __versa_string& __str) in _GLIBCXX_VISIBILITY()
1173 { return this->replace(__pos, __n, __str._M_data(), __str.size()); } in _GLIBCXX_VISIBILITY()
[all …]
H A Drope2192 replace(_RopeRep* __old, size_t __pos1,
2219 replace(this->_M_tree_ptr, __p, __p, __r._M_tree_ptr);
2284 // (position, length) versions of replace operations:
2287 replace(size_t __p, size_t __n, const rope& __r)
2290 replace(this->_M_tree_ptr, __p, __p + __n, __r._M_tree_ptr);
2296 replace(size_t __p, size_t __n,
2300 replace(__p, __n, __r);
2304 replace(size_t __p, size_t __n, _CharT __c)
2307 replace(__p, __n, __r);
2311 replace(size_t __p, size_t __n, const _CharT* __c_string)
[all …]
/dflybsd-src/tools/regression/usr.bin/m4/
H A Dgnupatterns.m42 patsubst(`string with a + to replace with a minus', `+', `minus')
3 patsubst(`string with aaaaa to replace with a b', `a+', `b')
4 patsubst(`+string with a starting + to replace with a minus', `^+', `minus')
H A Dregress.gnupatterns.out1 string with a minus to replace with a minus
3 minusstring with a starting + to replace with a minus
/dflybsd-src/crypto/openssh/
H A Dssh_api.c530 char *orig, *avail, *oavail = NULL, *alg, *replace = NULL; in _ssh_order_hostkeyalgs() local
544 if ((replace = calloc(1, maxlen)) == NULL) { in _ssh_order_hostkeyalgs()
548 *replace = '\0'; in _ssh_order_hostkeyalgs()
556 if (*replace != '\0') in _ssh_order_hostkeyalgs()
557 strlcat(replace, ",", maxlen); in _ssh_order_hostkeyalgs()
558 strlcat(replace, alg, maxlen); in _ssh_order_hostkeyalgs()
563 if (*replace != '\0') { in _ssh_order_hostkeyalgs()
565 debug2_f("replace/%d %s", ssh->kex->server, replace); in _ssh_order_hostkeyalgs()
567 proposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = replace; in _ssh_order_hostkeyalgs()
568 replace = NULL; /* owned by proposal */ in _ssh_order_hostkeyalgs()
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dbasic_string.h1042 { return this->replace(_M_iend(), _M_iend(), __first, __last); } in _GLIBCXX_VISIBILITY()
1155 { return this->replace(_M_ibegin(), _M_iend(), __first, __last); } in _GLIBCXX_VISIBILITY()
1183 { this->replace(__p, __p, __n, __c); } in _GLIBCXX_VISIBILITY()
1200 { this->replace(__p, __p, __beg, __end); } in _GLIBCXX_VISIBILITY()
1426 replace(size_type __pos, size_type __n, const basic_string& __str) in _GLIBCXX_VISIBILITY()
1427 { return this->replace(__pos, __n, __str._M_data(), __str.size()); } in _GLIBCXX_VISIBILITY()
1448 replace(size_type __pos1, size_type __n1, const basic_string& __str, in _GLIBCXX_VISIBILITY()
1450 { return this->replace(__pos1, __n1, __str._M_data() in _GLIBCXX_VISIBILITY()
1473 replace(size_type __pos, size_type __n1, const _CharT* __s, in _GLIBCXX_VISIBILITY()
1493 replace(size_type __pos, size_type __n1, const _CharT* __s) in _GLIBCXX_VISIBILITY()
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dlogic.cc118 iterator replace (iterator, tree);
119 iterator replace (iterator, tree, tree);
194 term_list::replace (iterator iter, tree t) in replace() function in __anon26caefdf0111::term_list
208 term_list::replace (iterator iter, tree t1, tree t2) in replace() function in __anon26caefdf0111::term_list
563 return ts.replace(i, expand_concept (tmpl, args)); in load_check_assumption()
569 return ts.replace(i, PARM_CONSTR_OPERAND(*i)); in load_parameterized_assumption()
577 return ts.replace(i, t1, t2); in load_conjunction_assumption()
637 g1.assumptions.replace (ti1, t1); in explode_disjunction()
638 g2.assumptions.replace (ti2, t2); in explode_disjunction()
688 return g.replace(i, t1, t2); in load_disjunction_conclusion()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/debug/
H A Dstring594 replace(size_type __pos1, size_type __n1, const basic_string& __str)
596 _Base::replace(__pos1, __n1, __str);
602 replace(size_type __pos1, size_type __n1, const basic_string& __str,
605 _Base::replace(__pos1, __n1, __str, __pos2, __n2);
611 replace(size_type __pos, size_type __n1, const _CharT* __s,
615 _Base::replace(__pos, __n1, __s, __n2);
621 replace(size_type __pos, size_type __n1, const _CharT* __s)
624 _Base::replace(__pos, __n1, __s);
630 replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c)
632 _Base::replace(__pos, __n1, __n2, __c);
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/debug/
H A Dstring629 replace(size_type __pos1, size_type __n1, const basic_string& __str)
631 _Base::replace(__pos1, __n1, __str);
637 replace(size_type __pos1, size_type __n1, const basic_string& __str,
640 _Base::replace(__pos1, __n1, __str, __pos2, __n2);
646 replace(size_type __pos, size_type __n1, const _CharT* __s,
650 _Base::replace(__pos, __n1, __s, __n2);
656 replace(size_type __pos, size_type __n1, const _CharT* __s)
659 _Base::replace(__pos, __n1, __s);
665 replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c)
667 _Base::replace(__pos, __n1, __n2, __c);
[all …]
/dflybsd-src/bin/pax/
H A Dpat_rep.h41 typedef struct replace { struct
47 struct replace *fow; /* pointer to next pattern */ argument
/dflybsd-src/usr.bin/m4/
H A Dgnum4.c272 add_replace(const char *string, regex_t *re, const char *replace, regmatch_t *pm) in add_replace() argument
276 for (p = replace; *p != '\0'; p++) { in add_replace()
305 do_subst(const char *string, regex_t *re, const char *replace, regmatch_t *pm) in do_subst() argument
336 add_replace(string, re, replace, pm); in do_subst()
345 do_regexp(const char *string, regex_t *re, const char *replace, regmatch_t *pm) in do_regexp() argument
351 add_replace(string, re, replace, pm); in do_regexp()
/dflybsd-src/games/quiz/datfiles/
H A Ded7 prepare to replace text from here to just before next "PP":\
23 replace each string of x's in current line by one x:\
40 replace "a*b" by "a**b":s/[a\\*b|a[*]b]/a**b/{p}|\
44 replace "ATT" in current line by "AT&T":\
/dflybsd-src/contrib/gdb-7/gdb/
H A Dgdb-gdb.py41 self.short_name = name.replace("TYPE_FLAG_", '')
43 self.short_name = name.replace("TYPE_INSTANCE_FLAG_", '')
137 fields = [field.name.replace("flag_", "")
/dflybsd-src/contrib/bmake/mk/
H A Dmeta2deps.py311 self.reldir = self.curdir.replace(srctop,'')
388 return dir.replace(objroot,'')
390 m = self.dirdep_re.match(dir.replace(objroot,''))
568 self.add(self.file_deps, path.replace(srctop,''), 'file')
569 self.add(self.src_deps, dir.replace(srctop,''), 'src')
645 sp = '/'.join(path.replace(objroot,'').split('/')[1:])
/dflybsd-src/contrib/tcsh-6/nls/russian/
H A Dset3105 103 Vi replace character under the cursor with the next character typed
106 104 Vi replace mode
109 107 Vi replace character under the cursor and enter insert mode
110 108 Vi replace entire line
/dflybsd-src/sys/dev/raid/vinum/
H A Dvinumparser.c118 keypair(replace),
144 keypair(replace),
/dflybsd-src/sbin/vinum/
H A Dvinumparser.c111 keypair(replace),
137 keypair(replace),
/dflybsd-src/contrib/tcsh-6/nls/ukrainian/
H A Dset3105 103 Vi replace character under the cursor with the next character typed
106 104 Vi replace mode
109 107 Vi replace character under the cursor and enter insert mode
110 108 Vi replace entire line
/dflybsd-src/contrib/gdb-7/gdb/python/lib/gdb/
H A Dprinting.py76 def register_pretty_printer(obj, printer, replace=False): argument
141 if replace:
/dflybsd-src/contrib/binutils-2.27/binutils/
H A Dar.c114 none = 0, del, replace, print_table, enumerator
514 operation = replace; in decode_options()
757 operation = replace; in main()
766 if (newer_only && operation != replace) in main()
837 case replace: in main()
941 if ((operation == replace || operation == quick_append) in open_inarch()

1234567