Home
last modified time | relevance | path

Searched refs:reason (Results 1 – 25 of 473) sorted by relevance

12345678910>>...19

/dragonfly/contrib/gcc-4.7/libcpp/
H A Derrors.c35 cpp_diagnostic (cpp_reader * pfile, int level, int reason, in cpp_diagnostic() argument
64 ret = pfile->cb.error (pfile, level, reason, src_loc, 0, _(msgid), ap); in cpp_diagnostic()
88 cpp_warning (cpp_reader * pfile, int reason, const char *msgid, ...) in cpp_warning() argument
95 ret = cpp_diagnostic (pfile, CPP_DL_WARNING, reason, msgid, &ap); in cpp_warning()
104 cpp_pedwarning (cpp_reader * pfile, int reason, const char *msgid, ...) in cpp_pedwarning() argument
111 ret = cpp_diagnostic (pfile, CPP_DL_PEDWARN, reason, msgid, &ap); in cpp_pedwarning()
138 cpp_diagnostic_with_line (cpp_reader * pfile, int level, int reason, in cpp_diagnostic_with_line() argument
173 cpp_warning_with_line (cpp_reader *pfile, int reason, in cpp_warning_with_line() argument
182 ret = cpp_diagnostic_with_line (pfile, CPP_DL_WARNING, reason, src_loc, in cpp_warning_with_line()
192 cpp_pedwarning_with_line (cpp_reader *pfile, int reason, in cpp_pedwarning_with_line() argument
[all …]
H A Dline-map.c85 enum lc_reason reason) in new_linemap() argument
145 result->reason = reason; in new_linemap()
178 if (reason == LC_LEAVE in linemap_add()
192 reason = LC_RENAME; in linemap_add()
194 if (reason == LC_LEAVE) in linemap_add()
212 reason = LC_RENAME; in linemap_add()
251 if (reason == LC_ENTER) in linemap_add()
259 else if (reason == LC_RENAME) in linemap_add()
262 else if (reason == LC_LEAVE) in linemap_add()
1167 const char *reason; in linemap_dump() local
[all …]
/dragonfly/contrib/gdb-7/gdb/
H A Dexceptions.c92 exception->reason = 0; in exceptions_state_mc_init()
244 exception.reason = reason; in deprecated_throw_reason()
245 switch (reason) in deprecated_throw_reason()
313 switch (e.reason) in print_exception()
418 e.reason = reason; in throw_it()
504 if (exception.reason < 0 && (mask & RETURN_MASK (exception.reason)) == 0) in catch_exceptions_with_msg()
514 if (exception.reason < 0) in catch_exceptions_with_msg()
526 return exception.reason; in catch_exceptions_with_msg()
552 if (exception.reason < 0 && (mask & RETURN_MASK (exception.reason)) == 0) in catch_errors()
560 if (exception.reason != 0) in catch_errors()
[all …]
H A Dcompleter.c402 if (except.reason < 0) in VEC()
510 complete_line_internal_reason reason) in VEC()
535 ignore_help_classes = reason != handle_help; in VEC()
592 if (reason != handle_brkchars) in VEC()
598 if (reason != handle_brkchars) in VEC()
625 if (reason != handle_brkchars) in VEC()
634 else if (reason == handle_help) in VEC()
638 if (reason != handle_brkchars) in VEC()
697 if (reason != handle_brkchars) in VEC()
707 else if (reason == handle_help) in VEC()
[all …]
H A Dexceptions.h40 #define RETURN_MASK(reason) (1 << (int)(-reason)) argument
99 enum return_reason reason; member
191 extern void deprecated_throw_reason (enum return_reason reason)
/dragonfly/contrib/gcc-8.0/libcpp/
H A Derrors.c34 cpp_diagnostic_at (cpp_reader * pfile, int level, int reason, in cpp_diagnostic_at() argument
42 ret = pfile->cb.error (pfile, level, reason, richloc, _(msgid), ap); in cpp_diagnostic_at()
51 cpp_diagnostic (cpp_reader * pfile, int level, int reason, in cpp_diagnostic() argument
74 return cpp_diagnostic_at (pfile, level, reason, &richloc, msgid, ap); in cpp_diagnostic()
96 cpp_warning (cpp_reader * pfile, int reason, const char *msgid, ...) in cpp_warning() argument
103 ret = cpp_diagnostic (pfile, CPP_DL_WARNING, reason, msgid, &ap); in cpp_warning()
119 ret = cpp_diagnostic (pfile, CPP_DL_PEDWARN, reason, msgid, &ap); in cpp_pedwarning()
146 cpp_diagnostic_with_line (cpp_reader * pfile, int level, int reason, in cpp_diagnostic_with_line() argument
184 cpp_warning_with_line (cpp_reader *pfile, int reason, in cpp_warning_with_line() argument
203 cpp_pedwarning_with_line (cpp_reader *pfile, int reason, in cpp_pedwarning_with_line() argument
[all …]
/dragonfly/contrib/dhcpcd/src/
H A Dscript.c225 const char *reason) in make_env() argument
301 if (strcmp(reason, "TEST") == 0) { in make_env()
327 else if (reason[strlen(reason) - 1] == '6') in make_env()
334 strcmp(reason, "CARRIER") == 0 || in make_env()
339 strcmp(reason, "STOPPED") == 0) in make_env()
423 strcmp(reason, "UNKNOWN") == 0) in make_env()
582 const char *reason) in send_interface1() argument
609 const char *reason; in send_interface() local
613 reason = "CARRIER"; in send_interface()
616 reason = "NOCARRIER"; in send_interface()
[all …]
/dragonfly/contrib/pam_passwdqc/
H A Dpasswdqc_check.c450 reason = REASON_WORD; in is_word_based()
463 reason = REASON_SEQ; in is_word_based()
474 reason = REASON_SEQ; in is_word_based()
518 reason = NULL; in is_word_based()
528 return reason; in is_word_based()
543 reason = REASON_SHORT; in passwdqc_check()
548 reason = REASON_LONG; in passwdqc_check()
563 reason = REASON_LONG; in passwdqc_check()
569 reason = REASON_SAME; in passwdqc_check()
616 reason = REASON_ERROR; in passwdqc_check()
[all …]
H A Dpasswdqc_load.c36 parse_file(FILE *fp, passwdqc_params_t *params, char **reason, in parse_file() argument
48 *reason = mkreason("Error reading", pathname, in parse_file()
67 *reason = mkreason("Error loading", pathname, in parse_file()
75 *reason = mkreason("Error reading", pathname, 0, NULL); in parse_file()
92 passwdqc_params_load(passwdqc_params_t *params, char **reason, in passwdqc_params_load() argument
101 *reason = mkreason("Error opening", pathname, 0, NULL); in passwdqc_params_load()
106 *reason = mkreason("Error stat", pathname, 0, NULL); in passwdqc_params_load()
117 *reason = mkreason("Error opening", pathname, 0, in passwdqc_params_load()
126 rc = parse_file(fp, params, reason, pathname); in passwdqc_params_load()
H A Dpasswdqc_parse.c29 parse_option(passwdqc_params_t *params, char **reason, const char *option) in parse_option() argument
38 *reason = NULL; in parse_option()
152 if ((rc = passwdqc_params_load(params, reason, p))) in parse_option()
164 (rc ? (*reason ? *reason : err_oom) : err), NULL); in parse_option()
165 free(*reason); in parse_option()
166 *reason = e; in parse_option()
171 passwdqc_params_parse(passwdqc_params_t *params, char **reason, in passwdqc_params_parse() argument
176 *reason = NULL; in passwdqc_params_parse()
180 if ((rc = parse_option(params, reason, argv[i]))) in passwdqc_params_parse()
/dragonfly/usr.bin/dsynth/
H A Dhtml.c64 dequote(const char *reason) in dequote() argument
70 if (reason[i] == '\"' || reason[i] == '\n' || in dequote()
71 reason[i] == '\\') { in dequote()
72 if (reason != buf) { in dequote()
75 buf = strdup(reason); in dequote()
76 reason = buf; in dequote()
81 return reason; in dequote()
432 reason); in HtmlUpdateCompletion()
436 reason = mreason; in HtmlUpdateCompletion()
441 reason = mreason; in HtmlUpdateCompletion()
[all …]
H A Dbuild.c912 char *reason; in startbuild() local
948 free(reason); in startbuild()
953 char *reason; in startbuild() local
988 free(reason); in startbuild()
1186 char *reason; in workercomplete() local
1208 free(reason); in workercomplete()
2906 char *reason = NULL; in buildskipreason() local
2931 reason = realloc(reason, tot + len); in buildskipreason()
2937 reason = realloc(reason, tot + len); in buildskipreason()
2948 reason[tot] = 0; in buildskipreason()
[all …]
/dragonfly/crypto/openssh/
H A Dauth2-pubkeyfile.c178 const char *reason = NULL; in auth_check_principals_line() local
202 debug("%s: bad principals options: %s", loc, reason); in auth_check_principals_line()
273 const char *reason = NULL; in auth_check_authkey_line() local
291 reason = "invalid key option string"; in auth_check_authkey_line()
303 debug("%s: bad key options: %s", loc, reason); in auth_check_authkey_line()
329 reason = "Refused by key options"; in auth_check_authkey_line()
347 reason = "Invalid certificate options"; in auth_check_authkey_line()
352 reason = "Refused by certificate options"; in auth_check_authkey_line()
370 &reason) != 0) in auth_check_authkey_line()
391 error("%s", reason); in auth_check_authkey_line()
[all …]
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dmesh_mpm.c470 u16 reason = 0; in plink_timer() local
492 if (!reason) in plink_timer()
956 if (!reason) in mesh_mpm_fsm()
961 if (!reason) in mesh_mpm_fsm()
992 if (!reason) in mesh_mpm_fsm()
997 if (!reason) in mesh_mpm_fsm()
1024 if (!reason) in mesh_mpm_fsm()
1029 if (!reason) in mesh_mpm_fsm()
1056 if (!reason) in mesh_mpm_fsm()
1074 reason); in mesh_mpm_fsm()
[all …]
H A Dmbo.c28 static int wpas_mbo_validate_non_pref_chan(u8 oper_class, u8 chan, u8 reason) in wpas_mbo_validate_non_pref_chan() argument
30 if (reason > MBO_NON_PREF_CHAN_REASON_INT_INTERFERENCE) in wpas_mbo_validate_non_pref_chan()
97 wpabuf_put_u8(mbo, wpa_s->non_pref_chan[start].reason); in wpas_mbo_non_pref_chan_attr_body()
166 non_pref->reason != start_pref->reason || in wpas_mbo_non_pref_chan_attrs()
305 if (a->reason != b->reason) in wpa_non_pref_chan_cmp()
306 return (int) a->reason - (int) b->reason; in wpa_non_pref_chan_cmp()
367 chan->reason = _reason; in wpas_mbo_update_non_pref_chan()
370 chan->chan, chan->reason)) { in wpas_mbo_update_non_pref_chan()
373 chan->oper_class, chan->chan, chan->reason); in wpas_mbo_update_non_pref_chan()
536 enum mbo_transition_reject_reason reason) in wpas_mbo_ie_bss_trans_reject() argument
[all …]
/dragonfly/crypto/libressl/crypto/ec/
H A Deck_prn.c155 int ret = 0, reason = ERR_R_BIO_LIB; in ECPKParameters_print() local
169 reason = ERR_R_PASSED_NULL_PARAMETER; in ECPKParameters_print()
174 reason = ERR_R_MALLOC_FAILURE; in ECPKParameters_print()
212 reason = ERR_R_MALLOC_FAILURE; in ECPKParameters_print()
216 reason = ERR_R_EC_LIB; in ECPKParameters_print()
221 reason = ERR_R_EC_LIB; in ECPKParameters_print()
226 reason = ERR_R_EC_LIB; in ECPKParameters_print()
233 reason = ERR_R_EC_LIB; in ECPKParameters_print()
253 reason = ERR_R_MALLOC_FAILURE; in ECPKParameters_print()
314 ECerror(reason); in ECPKParameters_print()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-switch-conversion.c156 const char *reason; member
288 info.reason in check_process_case()
299 info.reason = " Bad case - different final BB\n"; in check_process_case()
336 info.reason = " Non-invariant value from a case\n"; in check_final_bb()
344 info.reason in check_final_bb()
347 info.reason in check_final_bb()
894 info.reason = "switch has no labels\n"; in process_switch()
916 info.reason = "index error.\n"; in process_switch()
988 info.reason = NULL; in do_switchconv()
1001 gcc_assert (info.reason); in do_switchconv()
[all …]
H A Dincpath.c70 free_path (struct cpp_dir *path, int reason) in free_path() argument
72 switch (reason) in free_path()
77 if (reason == REASON_DUP_SYS) in free_path()
243 int reason = REASON_QUIET; in remove_duplicates() local
258 reason = REASON_NOENT; in remove_duplicates()
272 reason = REASON_DUP_SYS; in remove_duplicates()
280 reason = REASON_DUP; in remove_duplicates()
300 free_path (cur, verbose ? reason: REASON_QUIET); in remove_duplicates()
/dragonfly/contrib/binutils-2.34/gold/
H A Dreduced_debug_output.h65 failed(std::string reason) in failed() argument
67 gold_warning("%s", reason.c_str()); in failed()
111 failed(std::string reason) in failed() argument
113 gold_warning("%s", reason.c_str()); in failed()
/dragonfly/contrib/binutils-2.27/gold/
H A Dreduced_debug_output.h65 failed(std::string reason) in failed() argument
67 gold_warning("%s", reason.c_str()); in failed()
111 failed(std::string reason) in failed() argument
113 gold_warning("%s", reason.c_str()); in failed()
/dragonfly/sbin/dhclient/
H A Dprivsep.c97 char *reason, *filename, in dispatch_imsg() local
116 if ((reason = calloc(1, reason_len + 1)) == NULL) in dispatch_imsg()
118 buf_read(fd, reason, reason_len); in dispatch_imsg()
120 reason = NULL; in dispatch_imsg()
122 priv_script_init(reason); in dispatch_imsg()
123 free(reason); in dispatch_imsg()
/dragonfly/contrib/bmake/
H A Dcompat.c230 WAIT_T reason; /* Reason for child's death */ in Compat_RunCommand() local
384 while ((retstat = wait(&reason)) != cpid) { in Compat_RunCommand()
386 JobReapChild(retstat, reason, false); /* not ours? */ in Compat_RunCommand()
395 if (WIFSTOPPED(reason)) { in Compat_RunCommand()
396 status = WSTOPSIG(reason); /* stopped */ in Compat_RunCommand()
397 } else if (WIFEXITED(reason)) { in Compat_RunCommand()
398 status = WEXITSTATUS(reason); /* exited */ in Compat_RunCommand()
409 status = WTERMSIG(reason); /* signaled */ in Compat_RunCommand()
414 if (!WIFEXITED(reason) || status != 0) { in Compat_RunCommand()
/dragonfly/crypto/libressl/ssl/
H A Dtls13_legacy.c127 int reason = SSL_R_UNKNOWN; in tls13_legacy_error() local
135 reason = SSL_R_CERTIFICATE_VERIFY_FAILED; in tls13_legacy_error()
138 reason = SSL_R_NO_CIPHERS_AVAILABLE; in tls13_legacy_error()
141 reason = SSL_R_EXTRA_DATA_IN_MESSAGE; in tls13_legacy_error()
144 reason = SSL_R_NO_SHARED_CIPHER; in tls13_legacy_error()
147 reason = SSL_R_MISSING_RSA_CERTIFICATE; /* XXX */ in tls13_legacy_error()
150 reason = SSL_R_PEER_DID_NOT_RETURN_A_CERTIFICATE; in tls13_legacy_error()
155 if (reason == SSL_R_UNKNOWN && ERR_peek_error() != 0) in tls13_legacy_error()
158 ERR_put_error(ERR_LIB_SSL, (0xfff), reason, ctx->error.file, in tls13_legacy_error()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dincpath.c67 free_path (struct cpp_dir *path, int reason) in free_path() argument
69 switch (reason) in free_path()
74 if (reason == REASON_DUP_SYS) in free_path()
251 int reason = REASON_QUIET; in remove_duplicates() local
268 reason = REASON_NOENT; in remove_duplicates()
282 reason = REASON_DUP_SYS; in remove_duplicates()
290 reason = REASON_DUP; in remove_duplicates()
310 free_path (cur, verbose ? reason: REASON_QUIET); in remove_duplicates()
/dragonfly/crypto/libressl/crypto/ocsp/
H A Docsp_cl.c316 OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason, in OCSP_single_get0_status() argument
332 if (reason) { in OCSP_single_get0_status()
334 *reason = ASN1_ENUMERATED_get( in OCSP_single_get0_status()
337 *reason = -1; in OCSP_single_get0_status()
352 int *reason, ASN1_GENERALIZEDTIME **revtime, ASN1_GENERALIZEDTIME **thisupd, in OCSP_resp_find_status() argument
363 i = OCSP_single_get0_status(single, reason, revtime, thisupd, nextupd); in OCSP_resp_find_status()

12345678910>>...19