| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/ |
| H A D | chew.c | 107 } string_type; typedef 110 static void init_string_with_size (string_type *, unsigned int); 111 static void init_string (string_type *); 112 static int find (string_type *, char *); 113 static void write_buffer (string_type *, FILE *); 114 static void delete_string (string_type *); 115 static char *addr (string_type *, unsigned int); 116 static char at (string_type *, unsigned int); 117 static void catchar (string_type *, int); 118 static void overwrite_string (string_type *, string_type *); [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/doc/ |
| H A D | chew.c | 106 } string_type; typedef 109 static void init_string_with_size (string_type *, unsigned int); 110 static void init_string (string_type *); 111 static int find (string_type *, char *); 112 static void write_buffer (string_type *, FILE *); 113 static void delete_string (string_type *); 114 static char *addr (string_type *, unsigned int); 115 static char at (string_type *, unsigned int); 116 static void catchar (string_type *, int); 117 static void overwrite_string (string_type *, string_type *); [all …]
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/config/locale/ieee_1003.1-2001/ |
| H A D | c_locale.cc | 86 _M_curr_symbol = string_type(); in _M_initialize_moneypunct() 87 _M_positive_sign = string_type(); in _M_initialize_moneypunct() 88 _M_negative_sign = string_type(); in _M_initialize_moneypunct() 103 _M_curr_symbol = string_type(); in _M_initialize_moneypunct() 104 _M_positive_sign = string_type(); in _M_initialize_moneypunct() 105 _M_negative_sign = string_type(); in _M_initialize_moneypunct()
|
| H A D | messages_members.h | 55 typename messages<_CharT>::string_type 57 const string_type& __dfault) const in do_get()
|
| /openbsd-src/gnu/gcc/libstdc++-v3/config/locale/ieee_1003.1-2001/ |
| H A D | c_locale.cc | 86 _M_curr_symbol = string_type(); in _M_initialize_moneypunct() 87 _M_positive_sign = string_type(); in _M_initialize_moneypunct() 88 _M_negative_sign = string_type(); in _M_initialize_moneypunct() 103 _M_curr_symbol = string_type(); in _M_initialize_moneypunct() 104 _M_positive_sign = string_type(); in _M_initialize_moneypunct() 105 _M_negative_sign = string_type(); in _M_initialize_moneypunct()
|
| H A D | messages_members.h | 62 typename messages<_CharT>::string_type 64 const string_type& __dfault) const in do_get()
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/ |
| H A D | moneypunct.cc | 38 typedef test_type::string_type string_type; in test01() typedef 51 typedef test_type::string_type string_type; in test02() typedef
|
| H A D | collate.cc | 37 typedef test_type::string_type string_type; in test01() typedef
|
| H A D | money_put.cc | 37 typedef test_type::string_type string_type; in test01() typedef
|
| H A D | money_get.cc | 37 typedef test_type::string_type string_type; in test01() typedef
|
| H A D | messages.cc | 39 typedef test_type::string_type string_type; in test01() typedef
|
| H A D | messages_byname.cc | 33 typedef std::messages<char>::string_type string_type; in test01() typedef
|
| H A D | messages_members_char.cc | 33 typedef std::messages<char>::string_type string_type; in test01() typedef
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| H A D | locale_facets.h | 592 typedef basic_string<_CharT> string_type; typedef 626 string_type 630 string_type 650 virtual string_type 654 virtual string_type 690 typedef basic_string<_CharT> string_type; typedef 988 typedef basic_string<_CharT> string_type; typedef 1013 string_type 1037 virtual string_type 1071 typedef basic_string<_CharT> string_type; typedef [all …]
|
| H A D | locale_facets.tcc | 1097 string_type __str; in do_get() 1114 ios_base::iostate& __err, string_type& __units) const in do_get() 1120 typedef typename string_type::size_type size_type; in do_get() 1130 const string_type __pos_sign =__intl ? __mpt.positive_sign() in do_get() 1132 const string_type __neg_sign =__intl ? __mpt.negative_sign() in do_get() 1142 string_type __sign; in do_get() 1153 string_type __temp_units; in do_get() 1173 const string_type __symbol = __intl ? __mpt.curr_symbol() in do_get() 1339 const string_type __digits(__ws, __len); in do_put() 1347 const string_type& __digits) const in do_put() [all …]
|
| /openbsd-src/gnu/llvm/libcxx/include/__filesystem/ |
| H A D | path.h | 461 typedef basic_string<value_type> string_type; 477 path(string_type&& __s, format = format::auto_format) noexcept 521 path& operator=(string_type&& __s) noexcept { 527 path& assign(string_type&& __s) noexcept { 654 path& operator+=(const string_type& __x) { 775 const string_type& native() const noexcept { return __pn_; } 780 _LIBCPP_HIDE_FROM_ABI operator string_type() const { return __pn_; } 927 _LIBCPP_HIDE_FROM_ABI int compare(const string_type& __s) const { 939 return string_type(__root_name()); 942 return string_type(__root_directory()); [all …]
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/bits/ |
| H A D | locale_facets.h | 1669 typedef basic_string<_CharT> string_type; typedef 1783 string_type 1796 string_type 1851 virtual string_type 1864 virtual string_type 1898 typedef basic_string<_CharT> string_type; typedef 2544 typedef basic_string<_CharT> string_type; typedef 2613 string_type 2672 virtual string_type 2719 typedef basic_string<_CharT> string_type; typedef [all …]
|
| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | sstream | 220 typedef basic_string<char_type, traits_type, allocator_type> string_type; 224 string_type __str_; 239 explicit basic_stringbuf(const string_type& __s, 253 string_type str() const; 254 void str(const string_type& __s); 453 return string_type(this->pbase(), __hm_, __str_.get_allocator()); 456 return string_type(this->eback(), this->egptr(), __str_.get_allocator()); 457 return string_type(__str_.get_allocator()); 462 basic_stringbuf<_CharT, _Traits, _Allocator>::str(const string_type& __s) 475 typename string_type::size_type __sz = __str_.size(); [all …]
|
| H A D | locale | 900 typedef typename numpunct<_CharT>::string_type string_type; 901 const string_type __names[2] = {__np.truename(), __np.falsename()}; 902 const string_type* __i = _VSTD::__scan_keyword(__b, __e, __names, __names+2, 1466 typedef typename numpunct<char_type>::string_type string_type; 1468 string_type __tmp(__v ? __np.truename() : __np.falsename()); 1469 string_type __nm = _VSTD::move(__tmp); 1471 string_type __nm = __v ? __np.truename() : __np.falsename(); 1473 for (typename string_type::iterator __i = __nm.begin(); __i != __nm.end(); ++__i, ++__s) 1694 typedef basic_string<_CharT> string_type; 1696 virtual const string_type* __weeks() const; [all …]
|
| H A D | regex | 96 typedef basic_string<char_type> string_type; 106 string_type 109 string_type 112 string_type 131 typedef typename traits::string_type string_type; 215 typedef basic_string<value_type> string_type; 222 operator string_type() const; 223 string_type str() const; 226 int compare(const string_type& s) const; 455 typedef basic_string<char_type> string_type; [all …]
|
| H A D | filesystem | 22 using string_type = basic_string<value_type>; 30 path(string_type&& source, format fmt = auto_format); 43 path& operator=(string_type&& source); 44 path& assign(string_type&& source); 61 path& operator+=(const string_type& x); 91 const string_type& native() const noexcept; 93 operator string_type() const; 116 int compare(const string_type& s) const;
|
| /openbsd-src/gnu/llvm/clang/tools/scan-build-py/tests/unit/ |
| H A D | test_clang.py | 51 string_type = unicode if sys.version_info < (3,) else str 53 self.assertEqual(string_type, type(key)) 54 self.assertEqual(string_type, type(value[0]))
|
| /openbsd-src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/ |
| H A D | spawnbase.py | 88 self.string_type = bytes 109 self.string_type = text_type 438 return self.string_type() 472 return self.string_type() 483 return iter(self.readline, self.string_type())
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/config/locale/generic/ |
| H A D | messages_members.h | 64 typename messages<_CharT>::string_type 66 const string_type& __dfault) const in do_get()
|
| /openbsd-src/gnu/gcc/libstdc++-v3/config/locale/generic/ |
| H A D | messages_members.h | 71 typename messages<_CharT>::string_type 73 const string_type& __dfault) const in do_get()
|