Home
last modified time | relevance | path

Searched refs:errname (Results 1 – 25 of 954) sorted by relevance

12345678910>>...39

/dports/devel/efl/efl-1.25.1/src/examples/eldbus/
H A Dclient.c72 const char *errname, *errmsg; in _on_send_bool() local
77 ERR("%s %s", errname, errmsg); in _on_send_bool()
99 const char *errname, *errmsg; in _on_send_byte() local
104 ERR("%s %s", errname, errmsg); in _on_send_byte()
126 const char *errname, *errmsg; in _on_send_uint32() local
131 ERR("%s %s", errname, errmsg); in _on_send_uint32()
153 const char *errname, *errmsg; in _on_send_int32() local
180 const char *errname, *errmsg; in _on_send_int16() local
207 const char *errname, *errmsg; in _on_send_double() local
234 const char *errname, *errmsg; in _on_send_string() local
[all …]
H A Dcomplex-types.c43 const char *errname; in set_property_resp2() local
47 if (eldbus_message_error_get(msg, &errname, &errmsg)) in set_property_resp2()
49 printf("Message error %s - %s\n\n", errname, errmsg); in set_property_resp2()
61 const char *errname; in get_property_resp2() local
65 if (eldbus_message_error_get(msg, &errname, &errmsg)) in get_property_resp2()
67 printf("Message error %s - %s\n\n", errname, errmsg); in get_property_resp2()
157 const char *errname; in on_receive_array_with_size() local
161 if (eldbus_message_error_get(msg, &errname, &errmsg)) in on_receive_array_with_size()
163 fprintf(stderr, "Error: %s %s\n", errname, errmsg); in on_receive_array_with_size()
176 const char *errname; in on_receive_array() local
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/ecore_drm/
H A Decore_drm_dbus.c63 const char *errname, *errmsg; in _cb_session_removed() local
68 if (eldbus_message_error_get(msg, &errname, &errmsg)) in _cb_session_removed()
87 const char *errname, *errmsg; in _cb_device_paused() local
91 if (eldbus_message_error_get(msg, &errname, &errmsg)) in _cb_device_paused()
110 const char *errname, *errmsg; in _cb_device_resumed() local
114 if (eldbus_message_error_get(msg, &errname, &errmsg)) in _cb_device_resumed()
130 const char *errname, *errmsg; in _property_response_set() local
157 const char *errname, *errmsg; in _ecore_drm_dbus_session_take() local
192 const char *errname, *errmsg; in _ecore_drm_dbus_session_release() local
247 const char *errname, *errmsg; in _cb_device_taken() local
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/testsuite/lib/
H A Dlibjava.exp520 untested "$errname output - $testName"
553 pass "$errname output - $testName"
555 fail "$errname output - $testName"
622 set errname "$errname $compile_args"
641 fail "$errname compilation from source"
651 fail "$errname compilation from source"
715 pass "$errname byte compilation"
718 fail "$errname byte compilation"
728 fail "$errname byte compilation"
731 pass "$errname byte compilation"
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/testsuite/lib/
H A Dlibjava.exp520 untested "$errname output - $testName"
553 pass "$errname output - $testName"
555 fail "$errname output - $testName"
622 set errname "$errname $compile_args"
641 fail "$errname compilation from source"
651 fail "$errname compilation from source"
715 pass "$errname byte compilation"
718 fail "$errname byte compilation"
728 fail "$errname byte compilation"
731 pass "$errname byte compilation"
[all …]
/dports/devel/efl/efl-1.25.1/src/tests/eldbus_cxx/
H A Deldbus_cxx_test_eldbus_client.cc205 const char *errname = "", *errmsg = ""; in EFL_START_TEST() local
229 const char *errname, *errmsg; in EFL_START_TEST() local
253 const char *errname, *errmsg; in EFL_START_TEST() local
277 const char *errname, *errmsg; in EFL_START_TEST() local
301 const char *errname, *errmsg; in EFL_START_TEST() local
325 const char *errname, *errmsg; in EFL_START_TEST() local
349 const char *errname, *errmsg; in EFL_START_TEST() local
372 const char *errname, *errmsg; in EFL_START_TEST() local
396 const char *errname, *errmsg; in EFL_START_TEST() local
423 const char *errname, *errmsg; in EFL_START_TEST() local
[all …]
/dports/devel/tla/tla-1.3.5/src/tla/libarch/
H A Dcmd-library-find.c73 char * errname; in arch_cmd_library_find() local
77 errname = argv[0]; in arch_cmd_library_find()
113 errname = 0; in arch_cmd_library_find()
115 errname = str_save (0, option->arg_string); in arch_cmd_library_find()
147 … safe_printfmt (2, "%s: invalid revision name (%s)\n", (errname ? errname : argv[0]), revspec); in arch_cmd_library_find()
154 … safe_printfmt (2, "%s: no archive specified for library-find\n", (errname ? errname : argv[0])); in arch_cmd_library_find()
171 …safe_printfmt (2, "%s: revision not present in library (%s/%s)\n", (errname ? errname : argv[0]), … in arch_cmd_library_find()
H A Dcmd-my-default-archive.c103 char * errname; in arch_cmd_my_default_archive() local
108 errname = argv[0]; in arch_cmd_my_default_archive()
144 errname = 0; in arch_cmd_my_default_archive()
146 errname = str_save (0, option->arg_string); in arch_cmd_my_default_archive()
187 if (errname) in arch_cmd_my_default_archive()
188 safe_printfmt (2, "%s: invalid archive name (%s)\n", errname, default_archive); in arch_cmd_my_default_archive()
219 if (errname) in arch_cmd_my_default_archive()
220 safe_printfmt (2, "%s: no default archive\n", errname); in arch_cmd_my_default_archive()
/dports/net/mpich/mpich-3.4.3/maint/
H A Dfindunusederrtxt14 my $errname = $1;
16 $errkeys{$errname} = $location;
20 foreach $errname (sort(keys(%errkeys))) {
21 my $location = $errkeys{$errname};
22 print "About to run on $errname ($location)\n";
23 open FDG, "grep -R '\"\\\*\\\*$errname\"' src 2>&1 |";
/dports/net/mpich2/mpich2-1.5/maint/
H A Dfindunusederrtxt7 my $errname = $1;
9 $errkeys{$errname} = $location;
13 foreach $errname (sort(keys(%errkeys))) {
14 my $location = $errkeys{$errname};
15 print "About to run on $errname ($location)\n";
16 open FDG, "grep -R '\"\\\*\\\*$errname\"' src 2>&1 |";
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/envoyproxy/protoc-gen-validate/templates/goshared/
H A Dmsg.go27 return {{ errname .Message }}{
43 {{ cmt (errname .) " is the validation error returned by " (msgTyp .) ".Validate if the designated …
44 type {{ errname . }} struct {
52 func (e {{ errname . }}) Field() string { return e.field }
55 func (e {{ errname . }}) Reason() string { return e.reason }
58 func (e {{ errname . }}) Cause() error { return e.cause }
61 func (e {{ errname . }}) Key() bool { return e.key }
64 func (e {{ errname . }}) ErrorName() string { return "{{ errname . }}" }
67 func (e {{ errname . }}) Error() string {
86 var _ error = {{ errname . }}{}
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/envoyproxy/protoc-gen-validate/templates/goshared/
H A Dmsg.go27 return {{ errname .Message }}{
43 {{ cmt (errname .) " is the validation error returned by " (msgTyp .) ".Validate if the designated …
44 type {{ errname . }} struct {
52 func (e {{ errname . }}) Field() string { return e.field }
55 func (e {{ errname . }}) Reason() string { return e.reason }
58 func (e {{ errname . }}) Cause() error { return e.cause }
61 func (e {{ errname . }}) Key() bool { return e.key }
64 func (e {{ errname . }}) ErrorName() string { return "{{ errname . }}" }
67 func (e {{ errname . }}) Error() string {
86 var _ error = {{ errname . }}{}
[all …]
/dports/www/tusd/tusd-1.8.0/vendor/github.com/envoyproxy/protoc-gen-validate/templates/goshared/
H A Dmsg.go27 return {{ errname .Message }}{
43 {{ cmt (errname .) " is the validation error returned by " (msgTyp .) ".Validate if the designated …
44 type {{ errname . }} struct {
52 func (e {{ errname . }}) Field() string { return e.field }
55 func (e {{ errname . }}) Reason() string { return e.reason }
58 func (e {{ errname . }}) Cause() error { return e.cause }
61 func (e {{ errname . }}) Key() bool { return e.key }
64 func (e {{ errname . }}) ErrorName() string { return "{{ errname . }}" }
67 func (e {{ errname . }}) Error() string {
86 var _ error = {{ errname . }}{}
[all …]
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/envoyproxy/protoc-gen-validate/templates/goshared/
H A Dmsg.go27 return {{ errname .Message }}{
43 {{ cmt (errname .) " is the validation error returned by " (msgTyp .) ".Validate if the designated …
44 type {{ errname . }} struct {
52 func (e {{ errname . }}) Field() string { return e.field }
55 func (e {{ errname . }}) Reason() string { return e.reason }
58 func (e {{ errname . }}) Cause() error { return e.cause }
61 func (e {{ errname . }}) Key() bool { return e.key }
64 func (e {{ errname . }}) ErrorName() string { return "{{ errname . }}" }
67 func (e {{ errname . }}) Error() string {
86 var _ error = {{ errname . }}{}
[all …]
/dports/net/grpcurl/grpcurl-1.8.5/vendor/github.com/envoyproxy/protoc-gen-validate/templates/goshared/
H A Dmsg.go27 return {{ errname .Message }}{
43 {{ cmt (errname .) " is the validation error returned by " (msgTyp .) ".Validate if the designated …
44 type {{ errname . }} struct {
52 func (e {{ errname . }}) Field() string { return e.field }
55 func (e {{ errname . }}) Reason() string { return e.reason }
58 func (e {{ errname . }}) Cause() error { return e.cause }
61 func (e {{ errname . }}) Key() bool { return e.key }
64 func (e {{ errname . }}) ErrorName() string { return "{{ errname . }}" }
67 func (e {{ errname . }}) Error() string {
86 var _ error = {{ errname . }}{}
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Delm_sys_notify_dbus.c101 const char *errname, *errmsg; in _close_notification_cb() local
108 ERR("Eldbus Error: %s %s", errname, errmsg); in _close_notification_cb()
129 const char *errname, *errmsg; in _notify_cb() local
134 ERR("Error: %s %s", errname, errmsg); in _notify_cb()
228 const char *errname; in _on_notification_closed() local
234 ERR("Eldbus Error: %s %s", errname, errmsg); in _on_notification_closed()
269 const char *errname; in _on_action_invoked() local
274 if (eldbus_message_error_get(msg, &errname, &aux)) in _on_action_invoked()
276 ERR("Eldbus Error: %s %s", errname, aux); in _on_action_invoked()
341 const char *errname, *errmsg; in _name_owner_get_cb() local
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/envoyproxy/protoc-gen-validate/templates/goshared/
H A Dmsg.go28 return {{ errname .Message }}{
46 {{ cmt (errname .) " is the validation error returned by " (msgTyp .) ".Validate if the designated …
47 type {{ errname . }} struct {
55 func (e {{ errname . }}) Field() string { return e.field }
58 func (e {{ errname . }}) Reason() string { return e.reason }
61 func (e {{ errname . }}) Cause() error { return e.cause }
64 func (e {{ errname . }}) Key() bool { return e.key }
67 func (e {{ errname . }}) ErrorName() string { return "{{ errname . }}" }
70 func (e {{ errname . }}) Error() string {
89 var _ error = {{ errname . }}{}
[all …]
/dports/dns/p5-Net-DNS-ToolKit/Net-DNS-ToolKit-0.48/lib/Net/DNS/ToolKit/RR/
H A DMINFO.pm159 ($offset, my $errname) = dn_expand($bp,$offset);
160 return($offset,$mname,$errname);
195 my($self,$bp,$off,$dnp,$mname,$errname) = @_;
201 (($off,@dnptrs) = dn_comp($bp,$off,\$errname,\@dnptrs));
226 my($self,$mname,$errname) = @_;
227 return($mname.'.',$errname.'.');
/dports/devel/efl/efl-1.25.1/src/modules/ecore/system/upower/
H A Decore_system_upower.c97 const char *errname, *errmsg; in _warning_level_get_cb() local
100 if (eldbus_message_error_get(msg, &errname, &errmsg)) in _warning_level_get_cb()
147 const char *errname, *errmsg; in _on_low_battery_get_cb() local
150 if (eldbus_message_error_get(msg, &errname, &errmsg)) in _on_low_battery_get_cb()
153 ERR("Message error %s - %s", errname, errmsg); in _on_low_battery_get_cb()
196 const char *errname, *errmsg; in _on_battery_get_cb() local
199 if (eldbus_message_error_get(msg, &errname, &errmsg)) in _on_battery_get_cb()
202 ERR("Message error %s - %s", errname, errmsg); in _on_battery_get_cb()
285 const char *errname, *errmsg; in _daemon_version_get_cb() local
288 if (eldbus_message_error_get(msg, &errname, &errmsg)) in _daemon_version_get_cb()
[all …]
/dports/devel/libcwd/libcwd-1.0.6/testsuite/lib/
H A Dlibcwd.exp29 set errname "[file tail $executable]"
46 fail "$errname compilation"
48 fail "$errname execution"
50 fail "$errname output"
53 pass "$errname compilation"
62 $status "$errname execution"
65 fail "$errname output"
234 pass "$errname output"
236 fail "$errname output"
/dports/lang/gnat_util/gcc-6-20180516/libjava/testsuite/lib/
H A Dlibjava.exp592 untested "$errname execution - $testName"
593 untested "$errname output - $testName"
610 $status "$errname execution - $testName"
612 untested "$errname output - $testName"
645 pass "$errname output - $testName"
647 fail "$errname output - $testName"
714 set errname "$errname $compile_args"
728 pass "$errname compilation from source"
733 fail "$errname compilation from source"
743 fail "$errname compilation from source"
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/testsuite/lib/
H A Dlibjava.exp590 untested "$errname execution - $testName"
591 untested "$errname output - $testName"
608 $status "$errname execution - $testName"
610 untested "$errname output - $testName"
643 pass "$errname output - $testName"
645 fail "$errname output - $testName"
712 set errname "$errname $compile_args"
726 pass "$errname compilation from source"
731 fail "$errname compilation from source"
741 fail "$errname compilation from source"
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/testsuite/lib/
H A Dlibjava.exp592 untested "$errname execution - $testName"
593 untested "$errname output - $testName"
610 $status "$errname execution - $testName"
612 untested "$errname output - $testName"
645 pass "$errname output - $testName"
647 fail "$errname output - $testName"
714 set errname "$errname $compile_args"
728 pass "$errname compilation from source"
733 fail "$errname compilation from source"
743 fail "$errname compilation from source"
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/testsuite/lib/
H A Dlibjava.exp590 untested "$errname execution - $testName"
591 untested "$errname output - $testName"
608 $status "$errname execution - $testName"
610 untested "$errname output - $testName"
643 pass "$errname output - $testName"
645 fail "$errname output - $testName"
712 set errname "$errname $compile_args"
726 pass "$errname compilation from source"
731 fail "$errname compilation from source"
741 fail "$errname compilation from source"
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/testsuite/lib/
H A Dlibjava.exp590 untested "$errname execution - $testName"
591 untested "$errname output - $testName"
608 $status "$errname execution - $testName"
610 untested "$errname output - $testName"
643 pass "$errname output - $testName"
645 fail "$errname output - $testName"
712 set errname "$errname $compile_args"
726 pass "$errname compilation from source"
731 fail "$errname compilation from source"
741 fail "$errname compilation from source"
[all …]

12345678910>>...39