/l4re-core-master/moe/server/src/ |
A D | args.h | 17 cxx::Pair<cxx::String, cxx::String> next_arg(cxx::String const &cmdline) in next_arg() 19 cxx::String cp = cmdline; in next_arg() 36 cxx::String::Index e; in next_arg() 44 return cxx::pair(cxx::String(), cxx::String()); in next_arg()
|
A D | loader.h | 34 cxx::String _prog; 35 cxx::String _args; 37 Moe_app_model(App_task *t, cxx::String const &prog, cxx::String const &args); 96 bool start(cxx::String const &init_prog, cxx::String const &args); 97 virtual bool launch(App_task *, cxx::String const &, cxx::String const &) = 0;
|
A D | boot_fs.cc | 49 static inline cxx::String cmdline_to_name(char const *cmdl, cxx::String *opts) in cmdline_to_name() 68 *opts = cxx::String(cmdl + i, len - i); in cmdline_to_name() 70 return cxx::String(cmdl + s, i - s); in cmdline_to_name() 73 static bool options_contains(cxx::String const &opts, cxx::String const &opt) in options_contains() 75 cxx::Pair<cxx::String, cxx::String> a; in options_contains() 110 void add(cxx::String const &name) in add() 200 cxx::String opts; in init_stage2() 201 cxx::String name = cmdline_to_name((char const *)(unsigned long)modules[mod].cmdline, &opts); in init_stage2() 203 if (options_contains(opts, cxx::String(":rw"))) in init_stage2() 235 Moe::Boot_fs::open_file(cxx::String const &name) in open_file()
|
A D | main.cc | 338 static cxx::String _init_prog = "rom/ned"; 343 void (*hdl)(cxx::String const &); 375 cxx::String args = _args; in parse_flags() 379 cxx::String::Index c = args.find(",|+"); in parse_flags() 380 cxx::String a = args.head(c); in parse_flags() 407 static void hdl_debug(cxx::String const &args) in hdl_debug() 412 static void hdl_init(cxx::String const &args) in hdl_init() 417 static void hdl_l4re_dbg(cxx::String const &args) in hdl_l4re_dbg() 440 parse_long_option(cxx::String const &o) in parse_long_option() 456 parse_option(cxx::String const &o) in parse_option() [all …]
|
A D | loader.cc | 67 bool Loader::start(cxx::String const &init_prog, cxx::String const &cmdline) in start() 162 Moe_app_model::Moe_app_model(App_task *t, cxx::String const &prog, in Moe_app_model() 163 cxx::String const &args) in Moe_app_model() 201 for (cxx::Pair<cxx::String, cxx::String> a = next_arg(_args); in init_prog()
|
A D | loader_elf.h | 23 bool launch(App_task *, cxx::String const &, cxx::String const &);
|
A D | loader_elf.cc | 18 Elf_loader::launch(App_task *t, cxx::String const &prog, in launch() 19 cxx::String const &args) in launch()
|
A D | boot_fs.h | 22 static Moe::Dataspace *open_file(cxx::String const &name);
|
A D | log.h | 41 static int color_value(cxx::String const &col);
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/ext/pb_ds/ |
A D | trie_policy.hpp | 52 template<typename String, typename String::value_type Min_E_Val, \ 53 typename String::value_type Max_E_Val, bool Reverse, \ 57 trie_string_access_traits<String, Min_E_Val,Max_E_Val,Reverse,_Alloc> 69 template<typename String = std::string, 70 …typename String::value_type Min_E_Val = detail::__numeric_traits<typename String::value_type>::__m… 71 …typename String::value_type Max_E_Val = detail::__numeric_traits<typename String::value_type>::__m… 78 typedef String key_type; 89 typename String::const_reverse_iterator, \ 90 typename String::const_iterator>::__type const_iterator;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/ext/pb_ds/ |
A D | trie_policy.hpp | 52 template<typename String, typename String::value_type Min_E_Val, \ 53 typename String::value_type Max_E_Val, bool Reverse, \ 57 trie_string_access_traits<String, Min_E_Val,Max_E_Val,Reverse,_Alloc> 69 template<typename String = std::string, 70 …typename String::value_type Min_E_Val = detail::__numeric_traits<typename String::value_type>::__m… 71 …typename String::value_type Max_E_Val = detail::__numeric_traits<typename String::value_type>::__m… 78 typedef String key_type; 89 typename String::const_reverse_iterator, \ 90 typename String::const_iterator>::__type const_iterator;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/ext/pb_ds/ |
A D | trie_policy.hpp | 52 template<typename String, typename String::value_type Min_E_Val, \ 53 typename String::value_type Max_E_Val, bool Reverse, \ 57 trie_string_access_traits<String, Min_E_Val,Max_E_Val,Reverse,_Alloc> 69 template<typename String = std::string, 70 …typename String::value_type Min_E_Val = detail::__numeric_traits<typename String::value_type>::__m… 71 …typename String::value_type Max_E_Val = detail::__numeric_traits<typename String::value_type>::__m… 78 typedef String key_type; 89 typename String::const_reverse_iterator, \ 90 typename String::const_iterator>::__type const_iterator;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/ext/pb_ds/ |
A D | trie_policy.hpp | 52 template<typename String, typename String::value_type Min_E_Val, \ 53 typename String::value_type Max_E_Val, bool Reverse, \ 57 trie_string_access_traits<String, Min_E_Val,Max_E_Val,Reverse,_Alloc> 69 template<typename String = std::string, 70 …typename String::value_type Min_E_Val = detail::__numeric_traits<typename String::value_type>::__m… 71 …typename String::value_type Max_E_Val = detail::__numeric_traits<typename String::value_type>::__m… 78 typedef String key_type; 89 typename String::const_reverse_iterator, \ 90 typename String::const_iterator>::__type const_iterator;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/ext/pb_ds/ |
A D | trie_policy.hpp | 52 template<typename String, typename String::value_type Min_E_Val, \ 53 typename String::value_type Max_E_Val, bool Reverse, \ 57 trie_string_access_traits<String, Min_E_Val,Max_E_Val,Reverse,_Alloc> 69 template<typename String = std::string, 70 …typename String::value_type Min_E_Val = detail::__numeric_traits<typename String::value_type>::__m… 71 …typename String::value_type Max_E_Val = detail::__numeric_traits<typename String::value_type>::__m… 78 typedef String key_type; 89 typename String::const_reverse_iterator, \ 90 typename String::const_iterator>::__type const_iterator;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/ext/pb_ds/ |
A D | trie_policy.hpp | 52 template<typename String, typename String::value_type Min_E_Val, \ 53 typename String::value_type Max_E_Val, bool Reverse, \ 57 trie_string_access_traits<String, Min_E_Val,Max_E_Val,Reverse,_Alloc> 69 template<typename String = std::string, 70 …typename String::value_type Min_E_Val = detail::__numeric_traits<typename String::value_type>::__m… 71 …typename String::value_type Max_E_Val = detail::__numeric_traits<typename String::value_type>::__m… 78 typedef String key_type; 89 typename String::const_reverse_iterator, \ 90 typename String::const_iterator>::__type const_iterator;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/ext/pb_ds/ |
A D | trie_policy.hpp | 52 template<typename String, typename String::value_type Min_E_Val, \ 53 typename String::value_type Max_E_Val, bool Reverse, \ 57 trie_string_access_traits<String, Min_E_Val,Max_E_Val,Reverse,_Alloc> 69 template<typename String = std::string, 70 …typename String::value_type Min_E_Val = detail::__numeric_traits<typename String::value_type>::__m… 71 …typename String::value_type Max_E_Val = detail::__numeric_traits<typename String::value_type>::__m… 78 typedef String key_type; 89 typename String::const_reverse_iterator, \ 90 typename String::const_iterator>::__type const_iterator;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/ext/pb_ds/ |
A D | trie_policy.hpp | 52 template<typename String, typename String::value_type Min_E_Val, \ 53 typename String::value_type Max_E_Val, bool Reverse, \ 57 trie_string_access_traits<String, Min_E_Val,Max_E_Val,Reverse,_Alloc> 69 template<typename String = std::string, 70 …typename String::value_type Min_E_Val = detail::__numeric_traits<typename String::value_type>::__m… 71 …typename String::value_type Max_E_Val = detail::__numeric_traits<typename String::value_type>::__m… 78 typedef String key_type; 89 typename String::const_reverse_iterator, \ 90 typename String::const_iterator>::__type const_iterator;
|
/l4re-core-master/l4sys/include/cxx/ |
A D | ipc_string | 27 struct String : Array<CHAR, LEN> 30 String() {} 31 String(CHAR *d) : Array<CHAR, LEN>(strlength(d) + 1, d) {} 32 String(LEN len, CHAR *d) : Array<CHAR, LEN>(len, d) {} 55 struct Clnt_xmit< String<A, LEN> > : Clnt_xmit< Array<A, LEN> > {}; 58 struct Svr_val_ops< String<A, LEN>, Dir_in, CLASS > 82 struct Clnt_xmit<String<A, LEN> &> : Clnt_xmit<Array<A, LEN> &> 104 struct Clnt_xmit<String<A, LEN> *> : Clnt_xmit<String<A, LEN> &> {}; 107 struct Svr_val_ops<String<A, LEN>, Dir_out, CLASS> 112 struct Is_valid_rpc_type<String<A, LEN> const *> : L4::Types::False {}; [all …]
|
/l4re-core-master/cxx/lib/base/include/ |
A D | string | 41 class String 62 String() : _start(0), _len(0) {} 79 String head(Index end) const 82 return String(); 87 return String(_start, end - _start); 91 String head(unsigned long end) const 98 return String(end(), 0UL); 111 return String(start, nlen); 114 return String(end(), 0UL); 121 String::Index s = _start; [all …]
|
/l4re-core-master/libc_backends/lib/mount/ |
A D | mount.cc | 21 struct String struct 23 String(const char *s, const char *e) : _s(s), _e(e), _p(s) {} in String() argument 61 String line(s, end); in parse_fstab_line() argument 62 String from(line.s(), line.next_space()); in parse_fstab_line() 68 String mountpoint(x, line.next_space()); in parse_fstab_line() 74 String fsname(x, line.next_space()); in parse_fstab_line() 80 String data(x, line.next_space()); in parse_fstab_line()
|
/l4re-core-master/cxx/lib/util/include/ |
A D | string.h | 33 class String 36 String(char const *str = "") : _str(str) in _str() 55 L4::BasicOStream &operator << (L4::BasicOStream &o, L4::String const &s)
|
/l4re-core-master/ned/lib/include/ |
A D | cmd_control | 22 L4_INLINE_RPC_NF(long, execute, (L4::Ipc::String<> cmd, 29 * \param[in] cmd String with Lua code to execute. 43 long execute(L4::Ipc::String<> cmd) noexcept 52 * \param[in] cmd String with Lua code to execute. 65 long execute(L4::Ipc::String<> cmd, 66 L4::Ipc::String<char> *result) noexcept
|
/l4re-core-master/ned/ned-prompt/src/ |
A D | ned-prompt.cc | 75 L4::Ipc::String<> c(cmd); in run_cmds() 76 L4::Ipc::String<char> result(sizeof(buffer), buffer); in run_cmds()
|
/l4re-core-master/l4re/include/ |
A D | inhibitor | 59 L4_INLINE_RPC(long, acquire, (l4_umword_t id, L4::Ipc::String<> reason)); 89 L4::Ipc::String<char> name_buf(len , name); 98 L4::Ipc::String<char> &name));
|
/l4re-core-master/l4re/util/include/ |
A D | name_space_svr | 42 class Name : public cxx::String 46 Name(const char *name = "") : String(name, __builtin_strlen(name)) {} 47 Name(const char *name, unsigned long len) : String(name, len) {} 48 Name(cxx::String const &n) : String(n) {}
|