/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++11/ |
A D | functexcept.cc | 33 # define _(msgid) gettext (msgid) macro 35 # define _(msgid) (msgid) macro 66 { _GLIBCXX_THROW_OR_ABORT(logic_error(_(__s))); } in __throw_logic_error() 70 { _GLIBCXX_THROW_OR_ABORT(domain_error(_(__s))); } in __throw_domain_error() 74 { _GLIBCXX_THROW_OR_ABORT(invalid_argument(_(__s))); } in __throw_invalid_argument() 78 { _GLIBCXX_THROW_OR_ABORT(length_error(_(__s))); } in __throw_length_error() 82 { _GLIBCXX_THROW_OR_ABORT(out_of_range(_(__s))); } in __throw_out_of_range() 96 _GLIBCXX_THROW_OR_ABORT(out_of_range(_(__s))); in __throw_out_of_range_fmt() 102 { _GLIBCXX_THROW_OR_ABORT(runtime_error(_(__s))); } in __throw_runtime_error() 106 { _GLIBCXX_THROW_OR_ABORT(range_error(_(__s))); } in __throw_range_error() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++11/ |
A D | functexcept.cc | 33 # define _(msgid) gettext (msgid) macro 35 # define _(msgid) (msgid) macro 66 { _GLIBCXX_THROW_OR_ABORT(logic_error(_(__s))); } in __throw_logic_error() 70 { _GLIBCXX_THROW_OR_ABORT(domain_error(_(__s))); } in __throw_domain_error() 74 { _GLIBCXX_THROW_OR_ABORT(invalid_argument(_(__s))); } in __throw_invalid_argument() 78 { _GLIBCXX_THROW_OR_ABORT(length_error(_(__s))); } in __throw_length_error() 82 { _GLIBCXX_THROW_OR_ABORT(out_of_range(_(__s))); } in __throw_out_of_range() 96 _GLIBCXX_THROW_OR_ABORT(out_of_range(_(__s))); in __throw_out_of_range_fmt() 102 { _GLIBCXX_THROW_OR_ABORT(runtime_error(_(__s))); } in __throw_runtime_error() 106 { _GLIBCXX_THROW_OR_ABORT(range_error(_(__s))); } in __throw_range_error() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++11/ |
A D | functexcept.cc | 33 # define _(msgid) gettext (msgid) macro 35 # define _(msgid) (msgid) macro 66 { _GLIBCXX_THROW_OR_ABORT(logic_error(_(__s))); } in __throw_logic_error() 70 { _GLIBCXX_THROW_OR_ABORT(domain_error(_(__s))); } in __throw_domain_error() 74 { _GLIBCXX_THROW_OR_ABORT(invalid_argument(_(__s))); } in __throw_invalid_argument() 78 { _GLIBCXX_THROW_OR_ABORT(length_error(_(__s))); } in __throw_length_error() 82 { _GLIBCXX_THROW_OR_ABORT(out_of_range(_(__s))); } in __throw_out_of_range() 96 _GLIBCXX_THROW_OR_ABORT(out_of_range(_(__s))); in __throw_out_of_range_fmt() 102 { _GLIBCXX_THROW_OR_ABORT(runtime_error(_(__s))); } in __throw_runtime_error() 106 { _GLIBCXX_THROW_OR_ABORT(range_error(_(__s))); } in __throw_range_error() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++11/ |
A D | functexcept.cc | 33 # define _(msgid) gettext (msgid) macro 35 # define _(msgid) (msgid) macro 66 { _GLIBCXX_THROW_OR_ABORT(logic_error(_(__s))); } in __throw_logic_error() 70 { _GLIBCXX_THROW_OR_ABORT(domain_error(_(__s))); } in __throw_domain_error() 74 { _GLIBCXX_THROW_OR_ABORT(invalid_argument(_(__s))); } in __throw_invalid_argument() 78 { _GLIBCXX_THROW_OR_ABORT(length_error(_(__s))); } in __throw_length_error() 82 { _GLIBCXX_THROW_OR_ABORT(out_of_range(_(__s))); } in __throw_out_of_range() 96 _GLIBCXX_THROW_OR_ABORT(out_of_range(_(__s))); in __throw_out_of_range_fmt() 102 { _GLIBCXX_THROW_OR_ABORT(runtime_error(_(__s))); } in __throw_runtime_error() 106 { _GLIBCXX_THROW_OR_ABORT(range_error(_(__s))); } in __throw_range_error() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++11/ |
A D | functexcept.cc | 33 # define _(msgid) gettext (msgid) macro 35 # define _(msgid) (msgid) macro 66 { _GLIBCXX_THROW_OR_ABORT(logic_error(_(__s))); } in __throw_logic_error() 70 { _GLIBCXX_THROW_OR_ABORT(domain_error(_(__s))); } in __throw_domain_error() 74 { _GLIBCXX_THROW_OR_ABORT(invalid_argument(_(__s))); } in __throw_invalid_argument() 78 { _GLIBCXX_THROW_OR_ABORT(length_error(_(__s))); } in __throw_length_error() 82 { _GLIBCXX_THROW_OR_ABORT(out_of_range(_(__s))); } in __throw_out_of_range() 96 _GLIBCXX_THROW_OR_ABORT(out_of_range(_(__s))); in __throw_out_of_range_fmt() 102 { _GLIBCXX_THROW_OR_ABORT(runtime_error(_(__s))); } in __throw_runtime_error() 106 { _GLIBCXX_THROW_OR_ABORT(range_error(_(__s))); } in __throw_range_error() [all …]
|
A D | cxx11-ios_failure.cc | 36 # define _(msgid) gettext (msgid) macro 38 # define _(msgid) (msgid) macro 165 { _GLIBCXX_THROW_OR_ABORT(__ios_failure(_(__s))); } in __throw_ios_failure() 171 _GLIBCXX_THROW_OR_ABORT(__ios_failure(_(str), in __throw_ios_failure()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++11/ |
A D | functexcept.cc | 33 # define _(msgid) gettext (msgid) macro 35 # define _(msgid) (msgid) macro 70 { _GLIBCXX_THROW_OR_ABORT(logic_error(_(__s))); } in __throw_logic_error() 74 { _GLIBCXX_THROW_OR_ABORT(domain_error(_(__s))); } in __throw_domain_error() 78 { _GLIBCXX_THROW_OR_ABORT(invalid_argument(_(__s))); } in __throw_invalid_argument() 82 { _GLIBCXX_THROW_OR_ABORT(length_error(_(__s))); } in __throw_length_error() 86 { _GLIBCXX_THROW_OR_ABORT(out_of_range(_(__s))); } in __throw_out_of_range() 100 _GLIBCXX_THROW_OR_ABORT(out_of_range(_(__s))); in __throw_out_of_range_fmt() 106 { _GLIBCXX_THROW_OR_ABORT(runtime_error(_(__s))); } in __throw_runtime_error() 110 { _GLIBCXX_THROW_OR_ABORT(range_error(_(__s))); } in __throw_range_error() [all …]
|
A D | cxx11-ios_failure.cc | 36 # define _(msgid) gettext (msgid) macro 38 # define _(msgid) (msgid) macro 165 { _GLIBCXX_THROW_OR_ABORT(__ios_failure(_(__s))); } in __throw_ios_failure() 171 _GLIBCXX_THROW_OR_ABORT(__ios_failure(_(str), in __throw_ios_failure()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++11/ |
A D | functexcept.cc | 41 # define _(msgid) gettext (msgid) macro 43 # define _(msgid) (msgid) macro 74 { _GLIBCXX_THROW_OR_ABORT(logic_error(_(__s))); } in __throw_logic_error() 78 { _GLIBCXX_THROW_OR_ABORT(domain_error(_(__s))); } in __throw_domain_error() 82 { _GLIBCXX_THROW_OR_ABORT(invalid_argument(_(__s))); } in __throw_invalid_argument() 86 { _GLIBCXX_THROW_OR_ABORT(length_error(_(__s))); } in __throw_length_error() 90 { _GLIBCXX_THROW_OR_ABORT(out_of_range(_(__s))); } in __throw_out_of_range() 104 _GLIBCXX_THROW_OR_ABORT(out_of_range(_(__s))); in __throw_out_of_range_fmt() 110 { _GLIBCXX_THROW_OR_ABORT(runtime_error(_(__s))); } in __throw_runtime_error() 114 { _GLIBCXX_THROW_OR_ABORT(range_error(_(__s))); } in __throw_range_error() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/src/c++11/ |
A D | functexcept.cc | 38 # define _(msgid) gettext (msgid) macro 40 # define _(msgid) (msgid) macro 71 { _GLIBCXX_THROW_OR_ABORT(logic_error(_(__s))); } in __throw_logic_error() 75 { _GLIBCXX_THROW_OR_ABORT(domain_error(_(__s))); } in __throw_domain_error() 79 { _GLIBCXX_THROW_OR_ABORT(invalid_argument(_(__s))); } in __throw_invalid_argument() 83 { _GLIBCXX_THROW_OR_ABORT(length_error(_(__s))); } in __throw_length_error() 87 { _GLIBCXX_THROW_OR_ABORT(out_of_range(_(__s))); } in __throw_out_of_range() 101 _GLIBCXX_THROW_OR_ABORT(out_of_range(_(__s))); in __throw_out_of_range_fmt() 107 { _GLIBCXX_THROW_OR_ABORT(runtime_error(_(__s))); } in __throw_runtime_error() 111 { _GLIBCXX_THROW_OR_ABORT(range_error(_(__s))); } in __throw_range_error() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/ |
A D | mconf.c | 495 prompt = _(prompt); in build_conf() 624 "" : _(" (NEW)")); in build_conf() 632 "" : _(" (NEW)")); in build_conf() 669 res = dialog_menu(prompt ? _(prompt) : _("Main Menu"), in conf() 670 _(menu_instructions), in conf() 712 show_helptext(_("README"), _(mconf_readme)); in conf() 828 res = dialog_checklist(prompt ? _(prompt) : _("Main Menu"), in conf_choice() 882 res = dialog_inputbox(prompt ? _(prompt) : _("Main Menu"), in conf_string() 974 fprintf(stderr, _("\n\n" in handle_exit() 982 printf(_("\n\n" in handle_exit() [all …]
|
A D | nconf.c | 389 _("Global help"), _(nconf_global_help)); in handle_f1() 404 _("Short help"), in handle_f3() 755 prompt = _(prompt); in build_conf() 776 _(prompt)); in build_conf() 784 _(prompt)); in build_conf() 898 _(" (NEW)")); in build_conf() 905 "" : _(" (NEW)")); in build_conf() 1087 show_menu(prompt ? _(prompt) : _("Main Menu"), in conf() 1271 show_menu(prompt ? _(prompt) : _("Choice Menu"), in conf_choice() 1371 prompt ? _(prompt) : _("Main Menu"), in conf_string() [all …]
|
A D | streamline_config.pl | 55 print STDERR @_; 155 my ($kconfig) = @_; 179 $_ = $line . " " . $_; 184 $line = $_; 302 $line .= $_; 303 $_ = $line; 309 $_ = convert_vars($_, %make_vars); 419 $_ = $line; 440 my ($p) = @_; 479 my ($config, $p) = @_; [all …]
|
A D | conf.c | 77 printf(_("aborted!\n\n")); in check_stdin() 78 printf(_("Console input/output is redirected. ")); in check_stdin() 89 printf(_("(NEW) ")); in conf_askvalue() 286 printf(" %d. %s", cnt, _(menu_get_prompt(child))); in conf_choice() 290 printf(_(" (NEW)")); in conf_choice() 293 printf(_("%*schoice"), indent - 1, ""); in conf_choice() 383 indent, '*', _(prompt), in conf() 438 printf(_("*\n* Restart config...\n*\n")); in check_conf() 591 printf(_("%s: Kconfig file missing\n"), av[0]); in main() 601 fprintf(stderr, _("***\n" in main() [all …]
|
A D | qconf.cc | 52 #ifdef _ 53 # undef _ 54 # define _ qgettext macro 133 prompt = _(menu_get_prompt(menu)); in updateMenu() 225 prompt += _(" (NEW)"); in updateMenu() 363 addColumn(promptColIdx, _("Option")); in ConfigList() 388 addColumn(nameColIdx, _("Name")); in reinit() 395 addColumn(dataColIdx, _("Value")); in reinit() 1086 debug += print_filter(_(prop->text)); in debug_info() 1405 menu->insertItem(_("&File"), config); in ConfigMainWindow() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/math/ |
A D | gen-libm-test.pl | 125 my ($arg) = @_; 146 my ($r, $i) = @_; 163 my ($number) = @_; 205 my ($file, $args) = @_; 290 } elsif ($_ eq 'c') { 293 } elsif ($_ eq 'b') { 297 } elsif ($_ eq '1') { 486 my ($file) = @_; 510 $test = $_; 557 my ($number) = @_; [all …]
|
/l4re-core-master/l4sys/doc/ |
A D | files.cfg | 7 EXCLUDE_SYMBOLS += L4::Ipc::Detail L4::Ipc::Msg::Detail L4::Ipc::Msg::_* \ 8 L4::__I L4::Ipc::Internal L4::_* L4::Ipc::_* \ 9 L4::Kobject_t::_* L4::Kobject_2t::_* L4::Kobject_3t::_* \ 10 L4::Kobject_x::_*
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/unistd/ |
A D | getopt.c | 78 # define _(msgid) gettext (msgid) macro 627 n = __asprintf (&buf, _("\ in _getopt_internal_r() 631 fprintf (stderr, _("\ in _getopt_internal_r() 640 n = __asprintf (&buf, _("\ in _getopt_internal_r() 645 fprintf (stderr, _("\ in _getopt_internal_r() 688 if (__asprintf (&buf, _("\ in _getopt_internal_r() 876 _("%s: option requires an argument -- %c\n"), in _getopt_internal_r() 985 if (__asprintf (&buf, _("\ in _getopt_internal_r() 1003 fprintf (stderr, _("\ in _getopt_internal_r() 1024 if (__asprintf (&buf, _("\ in _getopt_internal_r() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/ |
A D | svc_simple.c | 83 (void) asprintf (&buf, _("can't reassign procedure number %ld\n"), in registerrpc() 92 buf = strdup (_("couldn't create an rpc server\n")); in registerrpc() 100 (void) asprintf (&buf, _("couldn't register prog %ld vers %ld\n"), in registerrpc() 107 buf = strdup (_("registerrpc: out of memory\n")); in registerrpc() 165 _("trouble replying to prog %d\n"), in universal() 173 (void) asprintf (&buf, _("never registered prog %d\n"), prog); in universal()
|
/l4re-core-master/uclibc/lib/uclibc/ |
A D | make_rules.mk | 104 $(foreach d,$(1),$(call HANDLE_dir,$(d),_$(BUILD_ARCH),)) 106 $(foreach t,$(TARGET),$(foreach d,$(1),$(call HANDLE_dir,$(d),_$(t),_$(t)))) 108 $(foreach t,$(2),$(foreach d,$(1),$(call HANDLE_dir,$(d),_$(t),))) 112 $(foreach d,$(1),$(foreach m,$(2),$(eval $(call OBJS_FN_templ,$(d),_$(m)))))
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++98/ |
A D | ios_failure.cc | 39 # define _(msgid) gettext (msgid) macro 41 # define _(msgid) (msgid) macro 89 { _GLIBCXX_THROW_OR_ABORT(ios::failure(_(__s))); } in __throw_ios_failure()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++98/ |
A D | ios_failure.cc | 39 # define _(msgid) gettext (msgid) macro 41 # define _(msgid) (msgid) macro 89 { _GLIBCXX_THROW_OR_ABORT(ios::failure(_(__s))); } in __throw_ios_failure()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++98/ |
A D | ios_failure.cc | 39 # define _(msgid) gettext (msgid) macro 41 # define _(msgid) (msgid) macro 89 { _GLIBCXX_THROW_OR_ABORT(ios::failure(_(__s))); } in __throw_ios_failure()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++98/ |
A D | ios_failure.cc | 39 # define _(msgid) gettext (msgid) macro 41 # define _(msgid) (msgid) macro 89 { _GLIBCXX_THROW_OR_ABORT(ios::failure(_(__s))); } in __throw_ios_failure()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++98/ |
A D | ios_failure.cc | 39 # define _(msgid) gettext (msgid) macro 41 # define _(msgid) (msgid) macro 89 { _GLIBCXX_THROW_OR_ABORT(ios::failure(_(__s))); } in __throw_ios_failure()
|