Home
last modified time | relevance | path

Searched refs:string (Results 1 – 25 of 898) sorted by relevance

12345678910>>...36

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++98/
A Dmisc-inst.cc70 template string::iterator string::erase(iterator);
71 template string::iterator string::erase(iterator, iterator);
74 template string::iterator string::insert(iterator, char);
75 template string& string::replace(iterator, iterator, const string&);
76 template string&
78 template string& string::replace(iterator, iterator, const char*);
79 template string& string::replace(iterator, iterator, size_type, char);
80 template string& string::replace(iterator, iterator, char*, char*);
81 template string&
83 template string& string::replace(iterator, iterator, iterator, iterator);
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++98/
A Dmisc-inst.cc42 template string::iterator string::erase(iterator);
43 template string::iterator string::erase(iterator, iterator);
46 template string::iterator string::insert(iterator, char);
47 template string& string::replace(iterator, iterator, const string&);
48 template string&
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*);
53 template string&
55 template string& string::replace(iterator, iterator, iterator, iterator);
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++98/
A Dmisc-inst.cc42 template string::iterator string::erase(iterator);
43 template string::iterator string::erase(iterator, iterator);
46 template string::iterator string::insert(iterator, char);
47 template string& string::replace(iterator, iterator, const string&);
48 template string&
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*);
53 template string&
55 template string& string::replace(iterator, iterator, iterator, iterator);
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++98/
A Dmisc-inst.cc42 template string::iterator string::erase(iterator);
43 template string::iterator string::erase(iterator, iterator);
46 template string::iterator string::insert(iterator, char);
47 template string& string::replace(iterator, iterator, const string&);
48 template string&
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*);
53 template string&
55 template string& string::replace(iterator, iterator, iterator, iterator);
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++98/
A Dmisc-inst.cc42 template string::iterator string::erase(iterator);
43 template string::iterator string::erase(iterator, iterator);
46 template string::iterator string::insert(iterator, char);
47 template string& string::replace(iterator, iterator, const string&);
48 template string&
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*);
53 template string&
55 template string& string::replace(iterator, iterator, iterator, iterator);
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++98/
A Dmisc-inst.cc42 template string::iterator string::erase(iterator);
43 template string::iterator string::erase(iterator, iterator);
46 template string::iterator string::insert(iterator, char);
47 template string& string::replace(iterator, iterator, const string&);
48 template string&
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*);
53 template string&
55 template string& string::replace(iterator, iterator, iterator, iterator);
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++98/
A Dmisc-inst.cc42 template string::iterator string::erase(iterator);
43 template string::iterator string::erase(iterator, iterator);
46 template string::iterator string::insert(iterator, char);
47 template string& string::replace(iterator, iterator, const string&);
48 template string&
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*);
53 template string&
55 template string& string::replace(iterator, iterator, iterator, iterator);
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/programs/
A Dcategories.def221 DEFINE_ELEMENT (D_T_FMT, "d_t_fmt", std, string)
222 DEFINE_ELEMENT (D_FMT, "d_fmt", std, string)
223 DEFINE_ELEMENT (T_FMT, "t_fmt", std, string)
224 DEFINE_ELEMENT (T_FMT_AMPM, "t_fmt_ampm", std, string)
226 DEFINE_ELEMENT (ERA_YEAR, "era_year", opt, string)
227 DEFINE_ELEMENT (ERA_D_FMT, "era_d_fmt", opt, string)
229 DEFINE_ELEMENT (ERA_D_T_FMT, "era_d_t_fmt", opt, string)
266 DEFINE_ELEMENT (YESEXPR, "yesexpr", std, string)
267 DEFINE_ELEMENT (NOEXPR, "noexpr", std, string)
268 DEFINE_ELEMENT (YESSTR, "yesstr", opt, string)
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++11/
A Dcow-fstream-inst.cc41 basic_filebuf<char>::open(const std::string&, ios_base::openmode);
44 basic_ifstream(const std::string&, ios_base::openmode);
46 basic_ifstream<char>::open(const std::string&, ios_base::openmode);
49 basic_ofstream(const std::string&, ios_base::openmode);
51 basic_ofstream<char>::open(const std::string&, ios_base::openmode);
55 basic_fstream<char>::open(const std::string&, ios_base::openmode);
59 basic_filebuf<wchar_t>::open(const std::string&, ios_base::openmode);
62 basic_ifstream(const std::string&, ios_base::openmode);
67 basic_ofstream(const std::string&, ios_base::openmode);
72 basic_fstream(const std::string&, ios_base::openmode);
[all …]
A Dcxx11-stdexcept.cc43 logic_error::logic_error(const string& __arg) in logic_error()
46 runtime_error::runtime_error(const string& __arg) in runtime_error()
52 domain_error::domain_error(const string& __arg) in domain_error()
55 invalid_argument::invalid_argument(const string& __arg) in invalid_argument()
58 length_error::length_error(const string& __arg) in length_error()
61 out_of_range::out_of_range(const string& __arg) in out_of_range()
64 range_error::range_error(const string& __arg) in range_error()
67 overflow_error::overflow_error(const string& __arg) in overflow_error()
70 underflow_error::underflow_error(const string& __arg) in underflow_error()
74 __cow_string::__cow_string(const string& s) in __cow_string()
A Dcompatibility-c++0x.cc67 struct hash<string>
69 size_t operator()(string) const;
73 hash<string>::operator()(string __s) const in operator ()()
77 struct hash<const string&>
83 hash<const string&>::operator()(const string& __s) const in operator ()()
148 virtual string
182 using std::string;
190 virtual string
195 return string(strerror(i)); in message()
205 virtual string
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++11/
A Dcow-fstream-inst.cc41 basic_filebuf<char>::open(const std::string&, ios_base::openmode);
44 basic_ifstream(const std::string&, ios_base::openmode);
46 basic_ifstream<char>::open(const std::string&, ios_base::openmode);
49 basic_ofstream(const std::string&, ios_base::openmode);
51 basic_ofstream<char>::open(const std::string&, ios_base::openmode);
55 basic_fstream<char>::open(const std::string&, ios_base::openmode);
59 basic_filebuf<wchar_t>::open(const std::string&, ios_base::openmode);
62 basic_ifstream(const std::string&, ios_base::openmode);
67 basic_ofstream(const std::string&, ios_base::openmode);
72 basic_fstream(const std::string&, ios_base::openmode);
[all …]
A Dcxx11-stdexcept.cc43 logic_error::logic_error(const string& __arg) in logic_error()
46 runtime_error::runtime_error(const string& __arg) in runtime_error()
52 domain_error::domain_error(const string& __arg) in domain_error()
55 invalid_argument::invalid_argument(const string& __arg) in invalid_argument()
58 length_error::length_error(const string& __arg) in length_error()
61 out_of_range::out_of_range(const string& __arg) in out_of_range()
64 range_error::range_error(const string& __arg) in range_error()
67 overflow_error::overflow_error(const string& __arg) in overflow_error()
70 underflow_error::underflow_error(const string& __arg) in underflow_error()
74 __cow_string::__cow_string(const string& s) in __cow_string()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++11/
A Dcow-fstream-inst.cc41 basic_filebuf<char>::open(const std::string&, ios_base::openmode);
44 basic_ifstream(const std::string&, ios_base::openmode);
46 basic_ifstream<char>::open(const std::string&, ios_base::openmode);
49 basic_ofstream(const std::string&, ios_base::openmode);
51 basic_ofstream<char>::open(const std::string&, ios_base::openmode);
55 basic_fstream<char>::open(const std::string&, ios_base::openmode);
59 basic_filebuf<wchar_t>::open(const std::string&, ios_base::openmode);
62 basic_ifstream(const std::string&, ios_base::openmode);
67 basic_ofstream(const std::string&, ios_base::openmode);
72 basic_fstream(const std::string&, ios_base::openmode);
[all …]
A Dcxx11-stdexcept.cc43 logic_error::logic_error(const string& __arg) in logic_error()
46 runtime_error::runtime_error(const string& __arg) in runtime_error()
52 domain_error::domain_error(const string& __arg) in domain_error()
55 invalid_argument::invalid_argument(const string& __arg) in invalid_argument()
58 length_error::length_error(const string& __arg) in length_error()
61 out_of_range::out_of_range(const string& __arg) in out_of_range()
64 range_error::range_error(const string& __arg) in range_error()
67 overflow_error::overflow_error(const string& __arg) in overflow_error()
70 underflow_error::underflow_error(const string& __arg) in underflow_error()
74 __cow_string::__cow_string(const string& s) in __cow_string()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++11/
A Dcow-fstream-inst.cc41 basic_filebuf<char>::open(const std::string&, ios_base::openmode);
44 basic_ifstream(const std::string&, ios_base::openmode);
46 basic_ifstream<char>::open(const std::string&, ios_base::openmode);
49 basic_ofstream(const std::string&, ios_base::openmode);
51 basic_ofstream<char>::open(const std::string&, ios_base::openmode);
55 basic_fstream<char>::open(const std::string&, ios_base::openmode);
59 basic_filebuf<wchar_t>::open(const std::string&, ios_base::openmode);
62 basic_ifstream(const std::string&, ios_base::openmode);
67 basic_ofstream(const std::string&, ios_base::openmode);
72 basic_fstream(const std::string&, ios_base::openmode);
[all …]
A Dcxx11-stdexcept.cc43 logic_error::logic_error(const string& __arg) in logic_error()
46 runtime_error::runtime_error(const string& __arg) in runtime_error()
52 domain_error::domain_error(const string& __arg) in domain_error()
55 invalid_argument::invalid_argument(const string& __arg) in invalid_argument()
58 length_error::length_error(const string& __arg) in length_error()
61 out_of_range::out_of_range(const string& __arg) in out_of_range()
64 range_error::range_error(const string& __arg) in range_error()
67 overflow_error::overflow_error(const string& __arg) in overflow_error()
70 underflow_error::underflow_error(const string& __arg) in underflow_error()
74 __cow_string::__cow_string(const string& s) in __cow_string()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++11/
A Dcow-fstream-inst.cc41 basic_filebuf<char>::open(const std::string&, ios_base::openmode);
44 basic_ifstream(const std::string&, ios_base::openmode);
46 basic_ifstream<char>::open(const std::string&, ios_base::openmode);
49 basic_ofstream(const std::string&, ios_base::openmode);
51 basic_ofstream<char>::open(const std::string&, ios_base::openmode);
55 basic_fstream<char>::open(const std::string&, ios_base::openmode);
59 basic_filebuf<wchar_t>::open(const std::string&, ios_base::openmode);
62 basic_ifstream(const std::string&, ios_base::openmode);
67 basic_ofstream(const std::string&, ios_base::openmode);
72 basic_fstream(const std::string&, ios_base::openmode);
[all …]
A Dcxx11-stdexcept.cc43 logic_error::logic_error(const string& __arg) in logic_error()
46 runtime_error::runtime_error(const string& __arg) in runtime_error()
52 domain_error::domain_error(const string& __arg) in domain_error()
55 invalid_argument::invalid_argument(const string& __arg) in invalid_argument()
58 length_error::length_error(const string& __arg) in length_error()
61 out_of_range::out_of_range(const string& __arg) in out_of_range()
64 range_error::range_error(const string& __arg) in range_error()
67 overflow_error::overflow_error(const string& __arg) in overflow_error()
70 underflow_error::underflow_error(const string& __arg) in underflow_error()
74 __cow_string::__cow_string(const string& s) in __cow_string()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++11/
A Dcow-fstream-inst.cc41 basic_filebuf<char>::open(const std::string&, ios_base::openmode);
44 basic_ifstream(const std::string&, ios_base::openmode);
46 basic_ifstream<char>::open(const std::string&, ios_base::openmode);
49 basic_ofstream(const std::string&, ios_base::openmode);
51 basic_ofstream<char>::open(const std::string&, ios_base::openmode);
55 basic_fstream<char>::open(const std::string&, ios_base::openmode);
59 basic_filebuf<wchar_t>::open(const std::string&, ios_base::openmode);
62 basic_ifstream(const std::string&, ios_base::openmode);
67 basic_ofstream(const std::string&, ios_base::openmode);
72 basic_fstream(const std::string&, ios_base::openmode);
[all …]
A Dcxx11-stdexcept.cc43 logic_error::logic_error(const string& __arg) in logic_error()
46 runtime_error::runtime_error(const string& __arg) in runtime_error()
52 domain_error::domain_error(const string& __arg) in domain_error()
55 invalid_argument::invalid_argument(const string& __arg) in invalid_argument()
58 length_error::length_error(const string& __arg) in length_error()
61 out_of_range::out_of_range(const string& __arg) in out_of_range()
64 range_error::range_error(const string& __arg) in range_error()
67 overflow_error::overflow_error(const string& __arg) in overflow_error()
70 underflow_error::underflow_error(const string& __arg) in underflow_error()
74 __cow_string::__cow_string(const string& s) in __cow_string()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++11/
A Dcow-fstream-inst.cc41 basic_filebuf<char>::open(const std::string&, ios_base::openmode);
44 basic_ifstream(const std::string&, ios_base::openmode);
46 basic_ifstream<char>::open(const std::string&, ios_base::openmode);
49 basic_ofstream(const std::string&, ios_base::openmode);
51 basic_ofstream<char>::open(const std::string&, ios_base::openmode);
55 basic_fstream<char>::open(const std::string&, ios_base::openmode);
59 basic_filebuf<wchar_t>::open(const std::string&, ios_base::openmode);
62 basic_ifstream(const std::string&, ios_base::openmode);
67 basic_ofstream(const std::string&, ios_base::openmode);
72 basic_fstream(const std::string&, ios_base::openmode);
[all …]
A Dcxx11-stdexcept.cc43 logic_error::logic_error(const string& __arg) in logic_error()
46 runtime_error::runtime_error(const string& __arg) in runtime_error()
52 domain_error::domain_error(const string& __arg) in domain_error()
55 invalid_argument::invalid_argument(const string& __arg) in invalid_argument()
58 length_error::length_error(const string& __arg) in length_error()
61 out_of_range::out_of_range(const string& __arg) in out_of_range()
64 range_error::range_error(const string& __arg) in range_error()
67 overflow_error::overflow_error(const string& __arg) in overflow_error()
70 underflow_error::underflow_error(const string& __arg) in underflow_error()
74 __cow_string::__cow_string(const string& s) in __cow_string()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/fnmatch/
A Dfnmatch.c136 # define IS_CHAR_CLASS(string) __wctype (string) argument
138 # define IS_CHAR_CLASS(string) wctype (string) argument
156 (STREQ (string, "alpha") || STREQ (string, "upper") \
157 || STREQ (string, "lower") || STREQ (string, "digit") \
158 || STREQ (string, "alnum") || STREQ (string, "xdigit") \
159 || STREQ (string, "space") || STREQ (string, "print") \
160 || STREQ (string, "punct") || STREQ (string, "graph") \
161 || STREQ (string, "cntrl") || STREQ (string, "blank"))
327 # define IS_CHAR_CLASS(string) is_char_class (string) argument
383 p = string; in fnmatch()
[all …]
/l4re-core-master/l4re_c/include/
A Dlog.h45 l4re_log_print(char const *string) L4_NOTHROW;
59 l4re_log_printn(char const *string, int len) L4_NOTHROW;
77 char const *string) L4_NOTHROW;
93 char const *string, int len) L4_NOTHROW;
99 l4re_log_print(char const *string) L4_NOTHROW in l4re_log_print() argument
101 l4re_log_print_srv(l4re_global_env->log, string); in l4re_log_print()
105 l4re_log_printn(char const *string, int len) L4_NOTHROW in l4re_log_printn() argument
107 l4re_log_printn_srv(l4re_global_env->log, string, len); in l4re_log_printn()

Completed in 659 milliseconds

12345678910>>...36