Home
last modified time | relevance | path

Searched refs:error_init (Results 1 – 25 of 449) sorted by relevance

12345678910>>...18

/dports/ftp/oftpd/oftpd-0.3.7/src/
H A Dftp_listener.c105 error_init(err, errno, "error getting current directory; %s", in ftp_listener_init()
148 error_init(err, gai_err, "error parsing server socket address; %s", in ftp_listener_init()
169 error_init(err, errno, "error converting server address to ASCII; %s", in ftp_listener_init()
182 error_init(err, errno, "error creating socket; %s", strerror(errno)); in ftp_listener_init()
191 error_init(err, errno, "error setting socket to reuse address; %s", in ftp_listener_init()
200 error_init(err, errno, "error binding address; %s", strerror(errno)); in ftp_listener_init()
206 error_init(err, errno, "error setting socket to listen; %s", in ftp_listener_init()
215 error_init(err, errno, "error getting flags on socket; %s", in ftp_listener_init()
221 error_init(err, errno, "error setting socket to non-blocking; %s", in ftp_listener_init()
229 error_init(err, errno, "error creating pipe for internal use; %s", in ftp_listener_init()
[all …]
/dports/sysutils/py-pytsk/pytsk3-20210419/
H A Derror.cpp41 static void error_init(void) { in error_init() function
46 static void error_init(void);
52 void error_init(void) { in error_init() function
103 (void) pthread_once(&error_once, error_init); in aff4_get_current_error()
/dports/dns/mydns/mydns-1.1.0/src/mydns/
H A Dconf.c264 else if (!strcmp(logtype, "log_daemon")) error_init(NULL, LOG_DAEMON); in conf_set_logging()
265 else if (!strcmp(logtype, "log_local0")) error_init(NULL, LOG_LOCAL0); in conf_set_logging()
266 else if (!strcmp(logtype, "log_local1")) error_init(NULL, LOG_LOCAL1); in conf_set_logging()
267 else if (!strcmp(logtype, "log_local2")) error_init(NULL, LOG_LOCAL2); in conf_set_logging()
268 else if (!strcmp(logtype, "log_local3")) error_init(NULL, LOG_LOCAL3); in conf_set_logging()
269 else if (!strcmp(logtype, "log_local4")) error_init(NULL, LOG_LOCAL4); in conf_set_logging()
270 else if (!strcmp(logtype, "log_local5")) error_init(NULL, LOG_LOCAL5); in conf_set_logging()
271 else if (!strcmp(logtype, "log_local6")) error_init(NULL, LOG_LOCAL6); in conf_set_logging()
272 else if (!strcmp(logtype, "log_local7")) error_init(NULL, LOG_LOCAL7); in conf_set_logging()
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dicall.c137 error_init (error); in mono_class_init_checked()
229 error_init (error); in ves_icall_System_Array_SetValueImpl()
248 error_init (error); in array_set_value_impl()
541 error_init (error); in ves_icall_System_Array_SetValue()
878 error_init (error); in ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_InitializeArray()
1294 error_init (error); in ves_icall_System_Object_GetType()
1397 error_init (error); in type_from_parsed_name()
1483 error_init (error); in ves_icall_System_Type_internal_from_name()
1535 error_init (error); in ves_icall_System_Type_internal_from_handle()
1593 error_init (error); in ves_icall_type_GetTypeCodeInternal()
[all …]
H A Dappdomain.c266 error_init (error); in mono_runtime_init_checked()
397 error_init (error); in mono_context_init_checked()
488 error_init (error); in mono_domain_create_appdomain_checked()
536 error_init (error); in mono_domain_set_config_checked()
556 error_init (error); in copy_app_domain_setup()
618 error_init (error); in mono_domain_create_appdomain_internal()
737 error_init (error); in mono_domain_try_type_resolve_checked()
800 error_init (error); in ves_icall_System_AppDomain_GetData()
848 error_init (error); in ves_icall_System_AppDomain_SetData()
869 error_init (error); in ves_icall_System_AppDomain_getSetup()
[all …]
H A Dw32socket.c742 error_init (error); in ves_icall_System_Net_Sockets_Socket_Socket_internal()
781 error_init (error); in ves_icall_System_Net_Sockets_Socket_Close_internal()
805 error_init (error); in ves_icall_System_Net_Sockets_Socket_Available_internal()
823 error_init (error); in ves_icall_System_Net_Sockets_Socket_Blocking_internal()
837 error_init (error); in ves_icall_System_Net_Sockets_Socket_Accept_internal()
865 error_init (error); in ves_icall_System_Net_Sockets_Socket_Listen_internal()
900 error_init (error); in create_object_handle_from_sockaddr()
1087 error_init (error); in ves_icall_System_Net_Sockets_Socket_RemoteEndPoint_internal()
1121 error_init (error); in create_sockaddr_from_handle()
1246 error_init (error); in ves_icall_System_Net_Sockets_Socket_Bind_internal()
[all …]
H A Dicall-windows.c80 error_init (error); in mono_icall_get_new_line()
109 error_init (error); in mono_icall_get_environment_variable_names()
181 error_init (error); in mono_icall_get_windows_folder_path()
202 error_init (error); in mono_icall_broadcast_setting_change()
H A Dreflection.c230 error_init (error); in assembly_object_construct()
247 error_init (error); in mono_assembly_get_object_handle()
269 error_init (error); in module_object_construct()
311 error_init (error); in mono_module_get_object_handle()
337 error_init (error); in mono_module_file_get_object_handle()
442 error_init (error); in mono_type_get_object_checked()
575 error_init (error); in method_object_construct()
583 error_init (error); in method_object_construct()
619 error_init (error); in mono_method_get_object_handle()
689 error_init (error); in field_object_construct()
[all …]
H A Dobject.c117 error_init (error); in mono_runtime_object_init_checked()
362 error_init (error); in mono_runtime_class_init_full()
484 error_init (error); in mono_runtime_class_init_full()
670 error_init (error); in mono_compile_method_checked()
684 error_init (error); in mono_runtime_create_jump_trampoline()
1803 error_init (error); in mono_class_vtable_full()
1880 error_init (error); in mono_class_create_runtime_vtable()
2251 error_init (error); in mono_class_proxy_vtable()
2562 error_init (error); in mono_remote_class()
2677 error_init (error); in mono_remote_class_vtable()
[all …]
H A Dsre-encode.c240 error_init (error); in encode_reflection_type()
256 error_init (error); in encode_reflection_type_raw()
271 error_init (error); in encode_custom_modifiers()
297 error_init (error); in encode_custom_modifiers_raw()
356 error_init (error); in mono_dynimage_encode_method_builder_signature()
421 error_init (error); in mono_dynimage_encode_locals()
620 error_init (error); in mono_dynimage_encode_field_signature()
863 error_init (error); in encode_sighelper_arg()
889 error_init (error); in mono_dynimage_encode_reflection_sighelper()
953 error_init (error); in encode_reflection_types()
[all …]
H A Dcustom-attrs.c199 error_init (error); in load_cattr_enum_type()
224 error_init (error); in load_cattr_value()
507 error_init (error); in load_cattr_value_boxed()
533 error_init (error); in create_cattr_typed_arg()
559 error_init (error); in create_cattr_named_arg()
635 error_init (error); in set_custom_attr_fmt_error()
652 error_init (error); in bcheck_blob()
675 error_init (error); in decode_blob_size_checked()
707 error_init (error); in decode_blob_value_checked()
733 error_init (error); in create_custom_attr()
[all …]
H A Dmono-mlist.c68 error_init (error); in mono_mlist_alloc_checked()
192 error_init (error); in mono_mlist_prepend_checked()
231 error_init (error); in mono_mlist_append_checked()
H A Dw32mutex-win32.c29 error_init (error); in ves_icall_System_Threading_Mutex_CreateMutex_internal()
63 error_init (error); in ves_icall_System_Threading_Mutex_OpenMutex_internal()
H A Dsre.c94 error_init (error); in string_to_utf8_image_raw()
300 error_init (error); in method_encode_clauses()
464 error_init (error); in mono_reflection_methodbuilder_from_method_builder()
511 error_init (error); in mono_reflection_methodbuilder_from_ctor_builder()
873 error_init (error); in mono_image_get_sighelper_token()
923 error_init (error); in mono_image_get_array_token()
1087 error_init (error); in mono_image_create_method_token()
1128 error_init (error); in mono_image_create_token()
1386 error_init (error); in image_module_basic_init()
1434 error_init (error); in mono_image_module_basic_init()
[all …]
H A Dw32event-win32.c52 error_init (error); in ves_icall_System_Threading_Events_CreateEvent_internal()
91 error_init (error); in ves_icall_System_Threading_Events_OpenEvent_internal()
H A Dmono-security.c227 error_init (error); in ves_icall_System_Security_Principal_WindowsIdentity_GetCurrentToken()
254 error_init (error); in ves_icall_System_Security_Principal_WindowsIdentity_GetTokenName()
277 error_init (error); in ves_icall_System_Security_Principal_WindowsIdentity_GetUserToken()
594 error_init (error); in ves_icall_System_Security_Policy_Evidence_IsAuthenticodePresent()
630 error_init (error); in invoke_protected_memory_method()
H A Dsecurity-core-clr.c637 error_init (error); in mono_security_core_clr_ensure_reflection_access_field()
678 error_init (error); in mono_security_core_clr_ensure_reflection_access_method()
754 error_init (error); in mono_security_core_clr_ensure_delegate_creation()
1073 error_init (error); in mono_security_core_clr_ensure_reflection_access_field()
1080 error_init (error); in mono_security_core_clr_ensure_reflection_access_method()
1087 error_init (error); in mono_security_core_clr_ensure_delegate_creation()
H A Dw32process.c159 error_init (error); in process_set_field_string()
186 error_init (error); in process_set_field_string_char()
299 error_init (error); in process_module_string_read()
340 error_init (error); in mono_w32process_get_fileversion()
480 error_init (error); in process_add_module()
529 error_init (error); in process_get_module()
/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmono-rand.c66 error_init (error); in mono_getrandom()
107 error_init (error); in mono_getentropy()
145 error_init (error); in get_entropy_from_egd()
253 error_init (error); in mono_rand_try_get_bytes()
339 error_init (error); in mono_rand_try_get_bytes()
/dports/dns/mydns-ng/mydns-1.2.8.31/src/lib/
H A Dconf.c359 else if (!strcasecmp(logtype, "log_daemon")) error_init(NULL, LOG_DAEMON); in conf_set_logging()
360 else if (!strcasecmp(logtype, "log_local0")) error_init(NULL, LOG_LOCAL0); in conf_set_logging()
361 else if (!strcasecmp(logtype, "log_local1")) error_init(NULL, LOG_LOCAL1); in conf_set_logging()
362 else if (!strcasecmp(logtype, "log_local2")) error_init(NULL, LOG_LOCAL2); in conf_set_logging()
363 else if (!strcasecmp(logtype, "log_local3")) error_init(NULL, LOG_LOCAL3); in conf_set_logging()
364 else if (!strcasecmp(logtype, "log_local4")) error_init(NULL, LOG_LOCAL4); in conf_set_logging()
365 else if (!strcasecmp(logtype, "log_local5")) error_init(NULL, LOG_LOCAL5); in conf_set_logging()
366 else if (!strcasecmp(logtype, "log_local6")) error_init(NULL, LOG_LOCAL6); in conf_set_logging()
367 else if (!strcasecmp(logtype, "log_local7")) error_init(NULL, LOG_LOCAL7); in conf_set_logging()
/dports/devel/atf/atf-0.21/atf-c/
H A Derror.c59 error_init(atf_error_t err, const char *type, void *data, size_t datalen, in error_init() function
103 if (!error_init(err, type, data, datalen, format)) { in atf_error_new()
258 error_init(&no_memory_error, "no_memory", NULL, 0, in atf_no_memory_error()
/dports/devel/svntrac/cvstrac-2.0.1/
H A Dcvs.c129 error_init(&nErr); in check_path()
136 error_init(&nErr); in check_path()
156 error_init(&nErr); in check_path()
264 error_init(&nErr); in cvs_history_update()
457 error_init(&nErr); in cvs_history_update()
480 error_init(&nErr); in cvs_history_update()
546 error_init(&nErr); in cvs_history_update()
632 error_init(&nErr); in cvs_history_update()
642 error_init(&nErr); in cvs_history_update()
/dports/devel/cvstrac/cvstrac-2.0.1/
H A Dcvs.c129 error_init(&nErr); in check_path()
136 error_init(&nErr); in check_path()
156 error_init(&nErr); in check_path()
264 error_init(&nErr); in cvs_history_update()
457 error_init(&nErr); in cvs_history_update()
480 error_init(&nErr); in cvs_history_update()
546 error_init(&nErr); in cvs_history_update()
632 error_init(&nErr); in cvs_history_update()
642 error_init(&nErr); in cvs_history_update()
/dports/devel/gittrac/cvstrac-2.0.1/
H A Dcvs.c129 error_init(&nErr); in check_path()
136 error_init(&nErr); in check_path()
156 error_init(&nErr); in check_path()
264 error_init(&nErr); in cvs_history_update()
457 error_init(&nErr); in cvs_history_update()
480 error_init(&nErr); in cvs_history_update()
546 error_init(&nErr); in cvs_history_update()
632 error_init(&nErr); in cvs_history_update()
642 error_init(&nErr); in cvs_history_update()
/dports/games/libretro-genesis_plus_gx/Genesis-Plus-GX-7f83bc5/sdl/
H A Derror.h5 void error_init(void);

12345678910>>...18