Home
last modified time | relevance | path

Searched defs:reason (Results 1 – 25 of 228) sorted by relevance

12345678910

/dragonfly/contrib/gcc-4.7/libcpp/
H A Derrors.c35 cpp_diagnostic (cpp_reader * pfile, int level, int reason, in cpp_diagnostic()
88 cpp_warning (cpp_reader * pfile, int reason, const char *msgid, ...) in cpp_warning()
104 cpp_pedwarning (cpp_reader * pfile, int reason, const char *msgid, ...) in cpp_pedwarning()
121 cpp_warning_syshdr (cpp_reader * pfile, int reason, const char *msgid, ...) in cpp_warning_syshdr()
138 cpp_diagnostic_with_line (cpp_reader * pfile, int level, int reason, in cpp_diagnostic_with_line()
173 cpp_warning_with_line (cpp_reader *pfile, int reason, in cpp_warning_with_line()
192 cpp_pedwarning_with_line (cpp_reader *pfile, int reason, in cpp_pedwarning_with_line()
212 cpp_warning_with_line_syshdr (cpp_reader *pfile, int reason, in cpp_warning_with_line_syshdr()
/dragonfly/contrib/gcc-8.0/libcpp/
H A Derrors.c34 cpp_diagnostic_at (cpp_reader * pfile, int level, int reason, in cpp_diagnostic_at()
51 cpp_diagnostic (cpp_reader * pfile, int level, int reason, in cpp_diagnostic()
96 cpp_warning (cpp_reader * pfile, int reason, const char *msgid, ...) in cpp_warning()
112 cpp_pedwarning (cpp_reader * pfile, int reason, const char *msgid, ...) in cpp_pedwarning()
129 cpp_warning_syshdr (cpp_reader * pfile, int reason, const char *msgid, ...) in cpp_warning_syshdr()
146 cpp_diagnostic_with_line (cpp_reader * pfile, int level, int reason, in cpp_diagnostic_with_line()
184 cpp_warning_with_line (cpp_reader *pfile, int reason, in cpp_warning_with_line()
203 cpp_pedwarning_with_line (cpp_reader *pfile, int reason, in cpp_pedwarning_with_line()
223 cpp_warning_with_line_syshdr (cpp_reader *pfile, int reason, in cpp_warning_with_line_syshdr()
/dragonfly/contrib/binutils-2.34/gold/
H A Dreduced_debug_output.h65 failed(std::string reason) in failed()
111 failed(std::string reason) in failed()
/dragonfly/contrib/binutils-2.27/gold/
H A Dreduced_debug_output.h65 failed(std::string reason) in failed()
111 failed(std::string reason) in failed()
/dragonfly/contrib/pam_passwdqc/
H A Dpasswdqc_parse.c29 parse_option(passwdqc_params_t *params, char **reason, const char *option) in parse_option()
171 passwdqc_params_parse(passwdqc_params_t *params, char **reason, in passwdqc_params_parse()
H A Dpasswdqc_load.c36 parse_file(FILE *fp, passwdqc_params_t *params, char **reason, in parse_file()
92 passwdqc_params_load(passwdqc_params_t *params, char **reason, in passwdqc_params_load()
/dragonfly/contrib/dhcpcd/src/
H A Dscript.c225 const char *reason) in make_env()
582 const char *reason) in send_interface1()
609 const char *reason; in send_interface() local
745 script_runreason(const struct interface *ifp, const char *reason) in script_runreason()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dmesh_mpm.c30 const u8 *reason; /* Reason Code (conditional, 2 octets) */ member
470 u16 reason = 0; in plink_timer() local
537 int reason = WLAN_REASON_MESH_PEERING_CANCELLED; in mesh_mpm_plink_close() local
924 enum plink_event event, u16 reason) in mesh_mpm_fsm()
1129 u16 reason = 0; in mesh_mpm_action_rx() local
/dragonfly/contrib/gdb-7/gdb/
H A Dexceptions.h40 #define RETURN_MASK(reason) (1 << (int)(-reason)) argument
99 enum return_reason reason; member
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dsta_info.c417 int reason; in ap_handle_timer() local
800 u16 reason) in ap_sta_disassociate()
851 u16 reason) in ap_sta_deauthenticate()
1307 const u8 *addr, u16 reason) in ap_sta_disconnect()
1450 u16 reason; in ap_sta_delayed_1x_auth_fail_cb() local
/dragonfly/contrib/gdb-7/gdb/mi/
H A Dmi-common.c50 async_reason_lookup (enum async_reply_reason reason) in async_reason_lookup()
/dragonfly/crypto/libressl/crypto/ts/
H A Dts_err.c66 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_TS,0,reason) argument
/dragonfly/crypto/libressl/crypto/conf/
H A Dconf_err.c66 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_CONF,0,reason) argument
/dragonfly/crypto/libressl/crypto/pkcs12/
H A Dpk12err.c66 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_PKCS12,0,reason) argument
/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_err.c66 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_BN,0,reason) argument
/dragonfly/crypto/libressl/crypto/evp/
H A Devp_err.c66 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_EVP,0,reason) argument
/dragonfly/crypto/libressl/crypto/ecdh/
H A Dech_err.c66 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_ECDH,0,reason) argument
/dragonfly/crypto/libressl/crypto/dso/
H A Ddso_err.c66 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_DSO,0,reason) argument
/dragonfly/crypto/libressl/crypto/engine/
H A Deng_err.c66 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_ENGINE,0,reason) argument
/dragonfly/crypto/libressl/crypto/ec/
H A Dec_err.c66 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_EC,0,reason) argument
/dragonfly/crypto/libressl/crypto/ocsp/
H A Docsp_err.c66 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_OCSP,0,reason) argument
/dragonfly/crypto/libressl/crypto/dh/
H A Ddh_err.c66 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_DH,0,reason) argument
/dragonfly/crypto/libressl/crypto/pkcs7/
H A Dpkcs7err.c66 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_PKCS7,0,reason) argument
/dragonfly/crypto/libressl/crypto/rand/
H A Drand_err.c66 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_RAND,0,reason) argument
/dragonfly/crypto/libressl/crypto/dsa/
H A Ddsa_err.c66 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_DSA,0,reason) argument

12345678910