| /dragonfly/contrib/gcc-4.7/libcpp/ |
| HD | errors.c | 35 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() 121 cpp_warning_syshdr (cpp_reader * pfile, int reason, const char *msgid, ...) in cpp_warning_syshdr() argument 128 ret = cpp_diagnostic (pfile, CPP_DL_WARNING_SYSHDR, reason, msgid, &ap); in cpp_warning_syshdr() 138 cpp_diagnostic_with_line (cpp_reader * pfile, int level, int reason, in cpp_diagnostic_with_line() argument 146 ret = pfile->cb.error (pfile, level, reason, src_loc, column, _(msgid), ap); in cpp_diagnostic_with_line() [all …]
|
| HD | line-map.c | 85 enum lc_reason reason) in new_linemap() argument 89 bool macro_map_p = (reason == LC_ENTER_MACRO); in new_linemap() 145 result->reason = reason; in new_linemap() 163 linemap_add (struct line_maps *set, enum lc_reason reason, in linemap_add() argument 175 linemap_assert (!(set->depth == 0 && reason == LC_RENAME)); in linemap_add() 178 if (reason == LC_LEAVE in linemap_add() 186 map = new_linemap (set, reason); in linemap_add() 188 if (to_file && *to_file == '\0' && reason != LC_RENAME_VERBATIM) in linemap_add() 191 if (reason == LC_RENAME_VERBATIM) in linemap_add() 192 reason = LC_RENAME; in linemap_add() [all …]
|
| /dragonfly/contrib/gdb-7/gdb/ |
| HD | exceptions.c | 92 exception->reason = 0; in exceptions_state_mc_init() 185 if (current_catcher->mask & RETURN_MASK (exception.reason)) in exceptions_state_mc() 234 EXCEPTIONS_SIGLONGJMP (current_catcher->buf, exception.reason); in throw_exception() 238 deprecated_throw_reason (enum return_reason reason) in deprecated_throw_reason() argument 244 exception.reason = reason; in deprecated_throw_reason() 245 switch (reason) in deprecated_throw_reason() 313 switch (e.reason) in print_exception() 330 if (e.reason < 0 && e.message != NULL) in exception_print() 341 if (e.reason < 0 && e.message != NULL) in exception_fprintf() 360 if (e.reason < 0 && e.message != NULL) in print_any_exception() [all …]
|
| HD | completer.c | 402 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() 675 if (reason != handle_brkchars && c->completer != NULL) in VEC() 697 if (reason != handle_brkchars) in VEC() [all …]
|
| HD | exceptions.h | 40 #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/ |
| HD | errors.c | 34 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() 112 cpp_pedwarning (cpp_reader * pfile, int reason, const char *msgid, ...) in cpp_pedwarning() argument 119 ret = cpp_diagnostic (pfile, CPP_DL_PEDWARN, reason, msgid, &ap); in cpp_pedwarning() 129 cpp_warning_syshdr (cpp_reader * pfile, int reason, const char *msgid, ...) in cpp_warning_syshdr() argument 136 ret = cpp_diagnostic (pfile, CPP_DL_WARNING_SYSHDR, reason, msgid, &ap); in cpp_warning_syshdr() [all …]
|
| /dragonfly/contrib/dhcpcd/src/ |
| HD | script.c | 225 const char *reason) in make_env() argument 287 if (efprintf(fp, "reason=%s", reason) == -1) in make_env() 301 if (strcmp(reason, "TEST") == 0) { in make_env() 324 else if (strcmp(reason, "STATIC6") == 0) in make_env() 327 else if (reason[strlen(reason) - 1] == '6') in make_env() 330 else if (strcmp(reason, "ROUTERADVERT") == 0) in make_env() 333 else if (strcmp(reason, "PREINIT") == 0 || in make_env() 334 strcmp(reason, "CARRIER") == 0 || in make_env() 335 strcmp(reason, "NOCARRIER") == 0 || in make_env() 336 strcmp(reason, "NOCARRIER_ROAMING") == 0 || in make_env() [all …]
|
| /dragonfly/contrib/pam_passwdqc/ |
| HD | passwdqc_check.c | 433 const char *reason = REASON_ERROR; in is_word_based() local 450 reason = REASON_WORD; in is_word_based() 463 reason = REASON_SEQ; in is_word_based() 474 reason = REASON_SEQ; in is_word_based() 496 reason = REASON_WORDLIST; in is_word_based() 510 reason = REASON_DENYLIST; in is_word_based() 518 reason = NULL; in is_word_based() 528 return reason; in is_word_based() 538 const char *reason = REASON_ERROR; in passwdqc_check() local 543 reason = REASON_SHORT; in passwdqc_check() [all …]
|
| HD | passwdqc_load.c | 36 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()
|
| HD | passwdqc_parse.c | 29 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/ |
| HD | html.c | 64 dequote(const char *reason) in dequote() argument 69 for (i = 0; reason[i]; ++i) { in dequote() 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() 390 const char *reason, const char *skipbuf) in HtmlUpdateCompletion() argument 432 reason); in HtmlUpdateCompletion() [all …]
|
| HD | build.c | 912 char *reason; in startbuild() local 928 reason = buildskipreason(NULL, ipkg); in startbuild() 933 ipkg->portdir, skipbuf, reason); in startbuild() 935 reason, skipbuf); in startbuild() 942 ipkg->portdir, skipbuf, reason); in startbuild() 944 reason, skipbuf); in startbuild() 948 free(reason); in startbuild() 953 char *reason; in startbuild() local 969 reason = buildskipreason(NULL, pkgi); in startbuild() 973 pkgi->portdir, skipbuf, reason); in startbuild() [all …]
|
| /dragonfly/crypto/openssh/ |
| HD | auth2-pubkeyfile.c | 177 const char *reason = NULL; in auth_check_principals_line() local 200 if ((opts = sshauthopt_parse(line_opts, &reason)) == NULL) { in auth_check_principals_line() 201 debug("%s: bad principals options: %s", loc, reason); in auth_check_principals_line() 202 auth_debug_add("%s: bad principals options: %s", loc, reason); in auth_check_principals_line() 272 const char *reason = NULL; in auth_check_authkey_line() local 290 reason = "invalid key option string"; in auth_check_authkey_line() 301 if ((keyopts = sshauthopt_parse(key_options, &reason)) == NULL) { in auth_check_authkey_line() 302 debug("%s: bad key options: %s", loc, reason); in auth_check_authkey_line() 303 auth_debug_add("%s: bad key options: %s", loc, reason); in auth_check_authkey_line() 328 reason = "Refused by key options"; in auth_check_authkey_line() [all …]
|
| HD | srclimit.c | 58 const char *reason; member 259 srclimit_penalty_check_allow(int sock, const char **reason) in srclimit_penalty_check_allow() argument 291 *reason = "too many penalised addresses"; in srclimit_penalty_check_allow() 306 *reason = penalty->reason; in srclimit_penalty_check_allow() 353 const char *reason = NULL, *t; in srclimit_penalise() local 374 reason = "penalty: caused crash"; in srclimit_penalise() 378 reason = "penalty: failed authentication"; in srclimit_penalise() 382 reason = "penalty: connections without attempting authentication"; in srclimit_penalise() 386 reason = "penalty: exceeded LoginGraceTime"; in srclimit_penalise() 411 addrnetmask, reason); in srclimit_penalise() [all …]
|
| /dragonfly/contrib/wpa_supplicant/wpa_supplicant/ |
| HD | mesh_mpm.c | 30 const u8 *reason; /* Reason Code (conditional, 2 octets) */ member 101 mpm_ie->reason = ie + len - 2; in mesh_mpm_parse_peer_mgmt() 470 u16 reason = 0; in plink_timer() local 487 reason = WLAN_REASON_MESH_MAX_RETRIES; in plink_timer() 492 if (!reason) in plink_timer() 493 reason = WLAN_REASON_MESH_CONFIRM_TIMEOUT; in plink_timer() 498 mesh_mpm_send_plink_action(wpa_s, sta, PLINK_CLOSE, reason); in plink_timer() 537 int reason = WLAN_REASON_MESH_PEERING_CANCELLED; in mesh_mpm_plink_close() local 541 mesh_mpm_send_plink_action(wpa_s, sta, PLINK_CLOSE, reason); in mesh_mpm_plink_close() 924 enum plink_event event, u16 reason) in mesh_mpm_fsm() argument [all …]
|
| HD | mbo.c | 28 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/ |
| HD | eck_prn.c | 155 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/ |
| HD | tree-switch-conversion.c | 156 const char *reason; member 202 info.reason = "index range way too large or otherwise unusable.\n"; in check_range() 209 info.reason = "the maximum range-branch ratio exceeded.\n"; in check_range() 264 info.reason = " Bad case - cs BB label is NULL\n"; in check_process_case() 272 info.reason = " Bad case - a non-final BB has two predecessors\n"; in check_process_case() 282 info.reason = " Bad case - a non-final BB not empty\n"; in check_process_case() 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() [all …]
|
| HD | incpath.c | 70 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.27/gold/ |
| HD | reduced_debug_output.h | 65 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.34/gold/ |
| HD | reduced_debug_output.h | 65 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/ |
| HD | privsep.c | 97 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/crypto/libressl/ssl/ |
| HD | tls13_legacy.c | 127 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/bmake/ |
| HD | compat.c | 230 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/contrib/gcc-8.0/gcc/ |
| HD | incpath.c | 67 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()
|