Home
last modified time | relevance | path

Searched refs:RET_ERR (Results 1 – 25 of 85) sorted by relevance

1234

/dports/www/mod_auth_cookie_mysql2/mod_auth_cookie_mysql2_1.0/
H A Dmod_auth_cookie_sql2_mysql.c55 return RET_ERR; in open_db()
63 return RET_ERR; in open_db()
95 ret=RET_ERR; in check_against_db()
102 ret=RET_ERR; in check_against_db()
111 ret=RET_ERR; in check_against_db()
119 ret=RET_ERR; in check_against_db()
150 ret=RET_ERR; in check_against_db()
157 ret=RET_ERR; in check_against_db()
164 ret=RET_ERR; in check_against_db()
179 ret=RET_ERR; in check_against_db()
[all …]
/dports/sysutils/pacman/pacman-5.1.3/lib/libalpm/
H A Dtrans.c57 ASSERT(handle->trans == NULL, RET_ERR(handle, ALPM_ERR_TRANS_NOT_NULL, -1)); in alpm_trans_init()
62 RET_ERR(handle, ALPM_ERR_HANDLE_LOCK, -1); in alpm_trans_init()
92 MALLOC(string, len, RET_ERR(handle, ALPM_ERR_MEMORY, invalid)); in check_arch()
107 ASSERT(data != NULL, RET_ERR(handle, ALPM_ERR_WRONG_ARGS, -1)); in alpm_trans_prepare()
111 ASSERT(trans != NULL, RET_ERR(handle, ALPM_ERR_TRANS_NULL, -1)); in alpm_trans_prepare()
124 RET_ERR(handle, ALPM_ERR_PKG_INVALID_ARCH, -1); in alpm_trans_prepare()
170 ASSERT(trans != NULL, RET_ERR(handle, ALPM_ERR_TRANS_NULL, -1)); in alpm_trans_commit()
195 RET_ERR(handle, ALPM_ERR_TRANS_HOOK_FAILED, -1); in alpm_trans_commit()
265 ASSERT(trans != NULL, RET_ERR(handle, ALPM_ERR_TRANS_NULL, -1)); in alpm_trans_release()
357 MALLOC(tmpdir, len, RET_ERR(handle, ALPM_ERR_MEMORY, -1)); in _alpm_runscriptlet()
[all …]
H A Ddb.c54 RET_ERR(handle, ALPM_ERR_WRONG_ARGS, NULL)); in alpm_register_syncdb()
61 RET_ERR(handle, ALPM_ERR_DB_NOT_NULL, NULL); in alpm_register_syncdb()
66 RET_ERR(handle, ALPM_ERR_DB_NOT_NULL, NULL); in alpm_register_syncdb()
135 RET_ERR(handle, ALPM_ERR_DB_NOT_FOUND, -1); in alpm_db_unregister()
263 RET_ERR(db->handle, ALPM_ERR_WRONG_ARGS, NULL)); in alpm_db_get_pkg()
267 RET_ERR(db->handle, ALPM_ERR_PKG_NOT_FOUND, NULL); in alpm_db_get_pkg()
286 RET_ERR(db->handle, ALPM_ERR_WRONG_ARGS, NULL)); in alpm_db_get_group()
371 RET_ERR(db->handle, ALPM_ERR_DB_OPEN, NULL); in _alpm_db_path()
544 RET_ERR(db->handle, ALPM_ERR_DB_INVALID, NULL); in _alpm_db_get_pkgcache_hash()
594 RET_ERR(db->handle, ALPM_ERR_MEMORY, -1); in _alpm_db_add_pkgincache()
[all …]
H A Dhandle.c429 RET_ERR(handle, ALPM_ERR_MEMORY, -1); in alpm_option_add_hookdir()
461 RET_ERR(handle, ALPM_ERR_MEMORY, -1); in alpm_option_remove_hookdir()
483 RET_ERR(handle, ALPM_ERR_MEMORY, -1); in alpm_option_add_cachedir()
515 RET_ERR(handle, ALPM_ERR_MEMORY, -1); in alpm_option_remove_cachedir()
556 RET_ERR(handle, err, -1); in alpm_option_set_gpgdir()
573 STRDUP(dup, str, RET_ERR(handle, ALPM_ERR_MEMORY, -1)); in _alpm_option_strlist_add()
688 RET_ERR(handle, ALPM_ERR_WRONG_ARGS, -1)); in alpm_option_add_assumeinstalled()
762 RET_ERR(handle, ALPM_ERR_WRONG_ARGS, -1); in alpm_option_set_deltaratio()
810 RET_ERR(handle, ALPM_ERR_WRONG_ARGS, -1); in alpm_option_set_default_siglevel()
830 RET_ERR(handle, ALPM_ERR_WRONG_ARGS, -1); in alpm_option_set_local_file_siglevel()
[all …]
H A Dbe_sync.c59 RET_ERR(handle, ALPM_ERR_SYSTEM, NULL); in get_sync_dir()
65 RET_ERR(handle, ALPM_ERR_SYSTEM, NULL); in get_sync_dir()
216 RET_ERR(handle, ALPM_ERR_HANDLE_LOCK, -1); in alpm_db_update()
238 RET_ERR(handle, ALPM_ERR_MEMORY, -1); in alpm_db_update()
283 RET_ERR(handle, ALPM_ERR_MEMORY, -1); in alpm_db_update()
400 RET_ERR(db->handle, ALPM_ERR_MEMORY, NULL); in load_pkg_for_entry()
418 RET_ERR(db->handle, ALPM_ERR_MEMORY, NULL); in load_pkg_for_entry()
478 RET_ERR(db->handle, ALPM_ERR_DB_INVALID, -1); in sync_db_populate()
481 RET_ERR(db->handle, ALPM_ERR_DB_NOT_FOUND, -1); in sync_db_populate()
791 RET_ERR(handle, ALPM_ERR_WRONG_ARGS, NULL); in _alpm_db_register_sync()
[all …]
H A Dbe_local.c347 RET_ERR(db->handle, ALPM_ERR_SYSTEM, -1); in checkdbdir()
352 RET_ERR(db->handle, ALPM_ERR_SYSTEM, -1); in checkdbdir()
403 RET_ERR(db->handle, ALPM_ERR_DB_CREATE, -1); in local_db_create()
431 RET_ERR(db->handle, ALPM_ERR_DB_OPEN, -1); in local_db_validate()
451 RET_ERR(db->handle, ALPM_ERR_DB_OPEN, -1); in local_db_validate()
511 RET_ERR(db->handle, ALPM_ERR_DB_INVALID, -1); in local_db_populate()
525 RET_ERR(db->handle, ALPM_ERR_DB_OPEN, -1); in local_db_populate()
528 RET_ERR(db->handle, ALPM_ERR_DB_OPEN, -1); in local_db_populate()
553 RET_ERR(db->handle, ALPM_ERR_MEMORY, -1); in local_db_populate()
571 RET_ERR(db->handle, ALPM_ERR_MEMORY, -1); in local_db_populate()
[all …]
H A Ddload.c237 RET_ERR(payload->handle, ALPM_ERR_MEMORY, realsize)); in dload_parseheader_cb()
337 MALLOC(randpath, len, RET_ERR(payload->handle, ALPM_ERR_MEMORY, NULL)); in create_tempfile()
354 fclose(fp); RET_ERR(payload->handle, ALPM_ERR_MEMORY, NULL)); in create_tempfile()
387 RET_ERR(handle, ALPM_ERR_MEMORY, -1)); in curl_download_internal()
391 RET_ERR(handle, ALPM_ERR_SERVER_BAD_URL, -1); in curl_download_internal()
577 RET_ERR(handle, ALPM_ERR_MEMORY, -1)); in curl_download_internal()
617 RET_ERR(handle, ALPM_ERR_EXTERNAL_DOWNLOAD, -1); in _alpm_download()
622 RET_ERR(handle, ALPM_ERR_EXTERNAL_DOWNLOAD, -1); in _alpm_download()
654 ASSERT(url, RET_ERR(handle, ALPM_ERR_WRONG_ARGS, NULL)); in alpm_fetch_pkgurl()
664 STRDUP(payload.fileurl, url, RET_ERR(handle, ALPM_ERR_MEMORY, NULL)); in alpm_fetch_pkgurl()
[all …]
H A Ddiskspace.c114 CALLOC(mp, 1, sizeof(alpm_mountpoint_t), RET_ERR(handle, ALPM_ERR_MEMORY, NULL)); in mount_point_list()
115 STRDUP(mp->mount_dir, mnt->mnt_dir, free(mp); RET_ERR(handle, ALPM_ERR_MEMORY, NULL)); in mount_point_list()
137 CALLOC(mp, 1, sizeof(alpm_mountpoint_t), RET_ERR(handle, ALPM_ERR_MEMORY, NULL)); in mount_point_list()
138 STRDUP(mp->mount_dir, mnt->mnt_mountp, free(mp); RET_ERR(handle, ALPM_ERR_MEMORY, NULL)); in mount_point_list()
164 CALLOC(mp, 1, sizeof(alpm_mountpoint_t), RET_ERR(handle, ALPM_ERR_MEMORY, NULL)); in mount_point_list()
165 STRDUP(mp->mount_dir, fsp->f_mntonname, free(mp); RET_ERR(handle, ALPM_ERR_MEMORY, NULL)); in mount_point_list()
415 RET_ERR(handle, ALPM_ERR_DISK_SPACE, -1); in _alpm_check_downloadspace()
498 RET_ERR(handle, ALPM_ERR_DISK_SPACE, -1); in _alpm_check_diskspace()
/dports/dns/getdns/getdns-1.5.2/src/gldns/
H A Dstr2wire.c186 return RET_ERR(GLDNS_WIREPARSE_ERR_SYNTAX, in rrinternal_get_owner()
243 return RET_ERR(GLDNS_WIREPARSE_ERR_SYNTAX_TTL, in rrinternal_get_ttl()
269 return RET_ERR(GLDNS_WIREPARSE_ERR_SYNTAX_CLASS, in rrinternal_get_class()
291 return RET_ERR(GLDNS_WIREPARSE_ERR_SYNTAX_TYPE, in rrinternal_get_type()
297 return RET_ERR(GLDNS_WIREPARSE_ERR_SYNTAX_TYPE, in rrinternal_get_type()
431 return RET_ERR(GLDNS_WIREPARSE_ERR_SYNTAX_RDATA, in rrinternal_parse_unknown()
452 return RET_ERR( in rrinternal_parse_unknown()
489 return RET_ERR( in rrinternal_parse_rdf()
1734 return RET_ERR(GLDNS_WIREPARSE_ERR_SYNTAX, in gldns_str2wire_wks_buf()
1744 return RET_ERR(GLDNS_WIREPARSE_ERR_SYNTAX, in gldns_str2wire_wks_buf()
[all …]
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/dirparse/
H A Dparsecommon.c204 RET_ERR(ebuf); in token_check_object()
208 RET_ERR(ebuf); in token_check_object()
215 RET_ERR(ebuf); in token_check_object()
222 RET_ERR(ebuf); in token_check_object()
228 RET_ERR(ebuf); in token_check_object()
234 RET_ERR(ebuf); in token_check_object()
323 RET_ERR(ebuf); in get_next_token()
329 RET_ERR(ebuf); in get_next_token()
332 RET_ERR(ebuf); in get_next_token()
382 RET_ERR(ebuf); in get_next_token()
[all …]
/dports/security/tor/tor-0.4.6.8/src/feature/dirparse/
H A Dparsecommon.c204 RET_ERR(ebuf); in token_check_object()
208 RET_ERR(ebuf); in token_check_object()
215 RET_ERR(ebuf); in token_check_object()
222 RET_ERR(ebuf); in token_check_object()
228 RET_ERR(ebuf); in token_check_object()
234 RET_ERR(ebuf); in token_check_object()
323 RET_ERR(ebuf); in get_next_token()
329 RET_ERR(ebuf); in get_next_token()
332 RET_ERR(ebuf); in get_next_token()
382 RET_ERR(ebuf); in get_next_token()
[all …]
/dports/irc/srain/srain-1.1.0/src/lib/
H A Dpath.c144 ret = RET_ERR(_("Failed to create user configuration directory: %1$s"), in srn_create_user_files()
154 ret = RET_ERR(_("Failed to create user configuration file: %1$s"), in srn_create_user_files()
164 ret = RET_ERR(_("Failed to create user cache directory: %1$s"), in srn_create_user_files()
174 ret = RET_ERR(_("Failed to create user data directory: %1$s"), in srn_create_user_files()
184 ret = RET_ERR(_("Failed to create chat logs directory: %1$s"), in srn_create_user_files()
199 return RET_ERR(_("Not a directory")); in create_dir_if_not_exist()
203 return RET_ERR("%s", g_strerror(errno)); in create_dir_if_not_exist()
218 return RET_ERR(_("Not a regular file")); in create_file_if_not_exist()
229 return RET_ERR("%s", g_strerror(errno)); in create_file_if_not_exist()
H A Dcommand.c140 return RET_ERR(_("Unknown command: %1$s"), lower_name); in srn_command_context_proc()
150 …ret = RET_ERR(_("Sorry, command parsing failed, please report a bug to <" PACKAGE_WEBSITE "/issues… in srn_command_context_proc()
329 return RET_ERR(_("Unclosed single quotation")); in get_quote_arg()
482 return RET_ERR(_("Missing argument, expect %1$d, actually %2$d"), cmd->binding->argc, narg); in srn_command_parse()
485 return RET_ERR(_("Unknown option %1$s"), cmd->opt_key[nopt]); in srn_command_parse()
488 return RET_ERR(_("Too many optional arguments (maximum allowed: %1$d)"), SRN_COMMAND_MAX_OPTS); in srn_command_parse()
491 return RET_ERR(_("Missing value for option %1$s"), cmd->opt_key[nopt]); in srn_command_parse()
494 return RET_ERR(_("Unknown sub command: %1$s"), ptr); in srn_command_parse()
500 return RET_ERR(_("Too many arguments, expect %1$d"), cmd->binding->argc); in srn_command_parse()
/dports/dns/unbound/unbound-1.14.0/sldns/
H A Dstr2wire.c191 return RET_ERR(LDNS_WIREPARSE_ERR_SYNTAX, in rrinternal_get_owner()
251 return RET_ERR(LDNS_WIREPARSE_ERR_SYNTAX_TTL, in rrinternal_get_ttl()
277 return RET_ERR(LDNS_WIREPARSE_ERR_SYNTAX_CLASS, in rrinternal_get_class()
299 return RET_ERR(LDNS_WIREPARSE_ERR_SYNTAX_TYPE, in rrinternal_get_type()
305 return RET_ERR(LDNS_WIREPARSE_ERR_SYNTAX_TYPE, in rrinternal_get_type()
439 return RET_ERR(LDNS_WIREPARSE_ERR_SYNTAX_RDATA, in rrinternal_parse_unknown()
460 return RET_ERR( in rrinternal_parse_unknown()
497 return RET_ERR( in rrinternal_parse_rdf()
2420 return RET_ERR(LDNS_WIREPARSE_ERR_SYNTAX, in sldns_str2wire_wks_buf()
2430 return RET_ERR(LDNS_WIREPARSE_ERR_SYNTAX, in sldns_str2wire_wks_buf()
[all …]
/dports/irc/srain/srain-1.1.0/src/core/
H A Dserver_state.c77 ret = RET_ERR(unallowed, _("Server is already disconnected")); in srn_server_state_transfrom()
92 …ret = RET_ERR(unallowed, _("Hold on, srain is connecting to the server, please do not repeat the a… in srn_server_state_transfrom()
121 ret = RET_ERR(unallowed, _("Server is already connected")); in srn_server_state_transfrom()
149 ret = RET_ERR(unallowed, _("Server is disconnecting")); in srn_server_state_transfrom()
152 ret = RET_ERR(unallowed, _("Server is disconnecting")); in srn_server_state_transfrom()
155 ret = RET_ERR(unallowed, _("Server is disconnecting")); in srn_server_state_transfrom()
158 ret = RET_ERR(unallowed, _("Server is disconnecting")); in srn_server_state_transfrom()
172 ret = RET_ERR(unallowed, _("Quitting the server")); in srn_server_state_transfrom()
179 ret = RET_ERR(unallowed, _("Quitting the server")); in srn_server_state_transfrom()
H A Dapp_url.c60 ret = RET_ERR(_("Failed to parse \"%1$s\" as URL"), url); in srn_application_open_url()
67 ret = RET_ERR(_("Unsupported protocol: %1$s"), scheme); in srn_application_open_url()
119 ret = RET_ERR(_("Failed to add server \"%1$s\": %2$s"), in srn_application_open_url()
135 ret = RET_ERR(_("Failed to register on server \"%1$s\""), srv->name); in srn_application_open_url()
146 ret = RET_ERR(_("Failed to join channel on server \"%1$s\": %2$s"), in srn_application_open_url()
154 ret = RET_ERR(_("Failed to join channel on server \"%1$s\": %2$s"), in srn_application_open_url()
H A Dchat_command.c159 return RET_ERR(_("Failed to instantiate server \"%1$s\""), name); in on_command_server()
169 return RET_ERR(_("Failed to register on server \"%1$s\""), name); in on_command_server()
181 return RET_ERR(_("Cannot disconnect from a unconnected server")); in on_command_server()
220 return RET_ERR(_("Unknown sub command: %1$s"), subcmd); in on_command_server()
240 return RET_ERR(_("Missing argument <addr>")); in on_command_connect()
293 ret = RET_ERR(_("Failed to instantiate server \"%1$s\""), name); in on_command_connect()
349 return RET_ERR(_("\"%1$s\" is already ignored"), nick); in on_command_ignore()
374 return RET_ERR(_("user \"%1$s\" not found"), nick); in on_command_unignore()
392 return RET_ERR(_("Pattern \"%1$s\" not found"), pattern); in on_command_filter()
581 return RET_ERR(_("Cannot send message directly to a server")); in on_command_me()
[all …]
H A Dlogin_config.c63 return RET_ERR(missing, method_str, "password"); in srn_login_config_check()
68 return RET_ERR(missing, method_str, "cerficiate"); in srn_login_config_check()
73 return RET_ERR(unknown); in srn_login_config_check()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/bpf/prog_tests/
H A Dselect_reuseport.c92 RET_ERR(outer_map == -1, "creating outer_map", in create_maps()
109 RET_ERR(!map, "find outer_map", "!map\n"); in prepare_bpf_obj()
123 RET_ERR(!map, "find result_map", "!map\n"); in prepare_bpf_obj()
125 RET_ERR(result_map == -1, "get result_map fd", in prepare_bpf_obj()
135 RET_ERR(!map, "find linum_map", "!map\n"); in prepare_bpf_obj()
137 RET_ERR(linum_map == -1, "get linum_map fd", in prepare_bpf_obj()
175 RET_ERR(fd == -1, "open(sysctl)", in read_int_sysctl()
179 RET_ERR(ret <= 0, "read(sysctl)", in read_int_sysctl()
192 RET_ERR(fd == -1, "open(sysctl)", in write_int_sysctl()
197 RET_ERR(ret != size, "write(sysctl)", in write_int_sysctl()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/bpf/prog_tests/
H A Dselect_reuseport.c92 RET_ERR(outer_map == -1, "creating outer_map", in create_maps()
109 RET_ERR(!map, "find outer_map", "!map\n"); in prepare_bpf_obj()
123 RET_ERR(!map, "find result_map", "!map\n"); in prepare_bpf_obj()
125 RET_ERR(result_map == -1, "get result_map fd", in prepare_bpf_obj()
135 RET_ERR(!map, "find linum_map", "!map\n"); in prepare_bpf_obj()
137 RET_ERR(linum_map == -1, "get linum_map fd", in prepare_bpf_obj()
175 RET_ERR(fd == -1, "open(sysctl)", in read_int_sysctl()
179 RET_ERR(ret <= 0, "read(sysctl)", in read_int_sysctl()
192 RET_ERR(fd == -1, "open(sysctl)", in write_int_sysctl()
197 RET_ERR(ret != size, "write(sysctl)", in write_int_sysctl()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/bpf/prog_tests/
H A Dselect_reuseport.c92 RET_ERR(outer_map == -1, "creating outer_map", in create_maps()
109 RET_ERR(!map, "find outer_map", "!map\n"); in prepare_bpf_obj()
123 RET_ERR(!map, "find result_map", "!map\n"); in prepare_bpf_obj()
125 RET_ERR(result_map == -1, "get result_map fd", in prepare_bpf_obj()
135 RET_ERR(!map, "find linum_map", "!map\n"); in prepare_bpf_obj()
137 RET_ERR(linum_map == -1, "get linum_map fd", in prepare_bpf_obj()
175 RET_ERR(fd == -1, "open(sysctl)", in read_int_sysctl()
179 RET_ERR(ret <= 0, "read(sysctl)", in read_int_sysctl()
192 RET_ERR(fd == -1, "open(sysctl)", in write_int_sysctl()
197 RET_ERR(ret != size, "write(sysctl)", in write_int_sysctl()
[all …]
/dports/irc/srain/srain-1.1.0/src/config/
H A Dpassword.c105 ret = RET_ERR("%s", err->message); in srn_config_manager_lookup_server_password()
130 ret = RET_ERR("%s", err->message); in srn_config_manager_store_server_password()
147 ret = RET_ERR("%s", err->message); in srn_config_manager_clear_server_password()
169 ret = RET_ERR("%s", err->message); in srn_config_manager_lookup_channel_password()
195 ret = RET_ERR("%s", err->message); in srn_config_manager_store_channel_password()
214 ret = RET_ERR("%s", err->message); in srn_config_manager_clear_channel_password()
236 ret = RET_ERR("%s", err->message); in srn_config_manager_lookup_user_password()
262 ret = RET_ERR("%s", err->message); in srn_config_manager_store_user_password()
281 ret = RET_ERR("%s", err->message); in srn_config_manager_clear_user_password()
H A Dmanager.c66 return RET_ERR(_("Failed to read system configuration file: %1$s"), in srn_config_manager_load_system_config()
78 return RET_ERR(_("Failed to read user configuration file: %1$s"), in srn_config_manager_load_user_config()
99 ret = RET_ERR(_("At line %1$d: %2$s"), in load_config()
H A Dreader.c71 return RET_ERR(_("Error occurred while reading log config in %1$s: %2$s"), in srn_config_manager_read_log_config()
77 return RET_ERR(_("Error occurred while reading log config in %1$s: %2$s"), in srn_config_manager_read_log_config()
91 return RET_ERR(_("Error occurred while reading application config in %1$s: %2$s"), in srn_config_manager_read_application_config()
97 return RET_ERR(_("Error occurred while reading application config in %1$s: %2$s"), in srn_config_manager_read_application_config()
111 return RET_ERR(_("Error occurred while reading server list config in %1$s: %2$s"), in srn_config_manager_read_server_config_list()
117 return RET_ERR(_("Error occurred while reading server list config in %1$s: %2$s"), in srn_config_manager_read_server_config_list()
131 return RET_ERR(_("Error occurred while reading server config in %1$s: %2$s"), in srn_config_manager_read_server_config()
137 return RET_ERR(_("Error occurred while reading server config in %1$s: %2$s"), in srn_config_manager_read_server_config()
212 return RET_ERR(_("Error occurred while reading chat config in %1$s: %2$s"), in srn_config_manager_read_chat_config()
219 return RET_ERR(_("Error occurred while reading chat config in %1$s: %2$s"), in srn_config_manager_read_chat_config()
[all …]
/dports/mail/vpopmail/vpopmail-5.4.33/
H A Dvpopmaild.c38 #define RET_ERR "-ERR " macro
1141 snprintf(WriteBuf,sizeof(WriteBuf),RET_ERR "0.1204 %s" RET_CRLF, in add_alias_domain()
1380 snprintf(WriteBuf,sizeof(WriteBuf),RET_ERR "0.1602 %s" RET_CRLF, in mk_dir()
2595 RET_ERR "3802 email_address required" RET_CRLF); in get_user_size()
2601 RET_ERR "3803 invalid email address" RET_CRLF); in get_user_size()
2608 RET_ERR "3804 not authorized for domain" RET_CRLF); in get_user_size()
2614 RET_ERR "3805 user does not exist" RET_CRLF); in get_user_size()
2622 RET_ERR "3806 unable to fetch size of user account" RET_CRLF); in get_user_size()
2648 RET_ERR "3901 not authorized" RET_CRLF); in get_domain_size()
2654 RET_ERR "3902 domain required" RET_CRLF); in get_domain_size()
[all …]

1234