Searched refs:reason (Results 1 - 25 of 439) sorted by relevance

1234567891011>>

/freebsd-12-stable/crypto/heimdal/lib/kadm5/
H A Dcheck-cracklib.pl84 my $reason = shift;
85 print "$reason\n";
100 my $reason;
102 $reason = check_basic($params{'principal'}, $params{'new-password'});
103 badpassword($reason) if ($reason ne "ok");
105 $reason = fascist_check($params{'new-password'}, $database);
106 badpassword($reason) if ($reason ne "ok");
108 $reason
[all...]
/freebsd-12-stable/contrib/processor-trace/libipt/src/windows/
H A Dinit.c34 BOOLEAN WINAPI DllMain(HINSTANCE handle, DWORD reason, LPVOID reserved) argument
39 switch (reason) {
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DCrashReason.h52 std::string GetCrashReasonString(CrashReason reason, lldb::addr_t fault_addr);
53 std::string GetCrashReasonString(CrashReason reason, const siginfo_t &info);
55 const char *CrashReasonAsString(CrashReason reason);
/freebsd-12-stable/contrib/netbsd-tests/ipf/
H A Dh_common.sh70 local reason="${1}"; shift
74 atf_expect_fail '${reason}'; \
85 local reason="${1}"; shift
91 atf_expect_fail '${reason}'; \
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterCheckpoint.h34 RegisterCheckpoint(Reason reason) argument
35 : UserID(0), m_data_sp(), m_reason(reason) {}
/freebsd-12-stable/contrib/gcc/config/i386/
H A Dnetware-libgcc.c33 DWORD reason, void *hModule)
35 switch (reason)
32 DllMain(HINSTANCE libraryId __attribute__ ((__unused__)), DWORD reason, void *hModule) argument
/freebsd-12-stable/tools/regression/posixsem/
H A Dtest.h56 void skip(const char *reason);
57 void todo(const char *reason);
H A Dtest.c102 skip(const char *reason) argument
105 print_status("ok", "skip %s", reason);
109 todo(const char *reason) argument
112 print_status("not ok", "TODO %s", reason);
/freebsd-12-stable/contrib/atf/atf-c/
H A Dtc.c150 * because the caller needs to clean up the reason object before terminating.
154 const atf_dynstr_t *reason)
163 INV(arg == -1 || reason != NULL);
169 if (reason != NULL) {
178 r = atf_dynstr_cstring(reason);
193 errno, "Failed to write results file; result %s, reason %s", result,
194 reason == NULL ? "null" : atf_dynstr_cstring(reason));
199 * The input reason is released in all cases.
206 atf_dynstr_t *reason)
153 write_resfile(const int fd, const char *result, const int arg, const atf_dynstr_t *reason) argument
205 create_resfile(const char *resfile, const char *result, const int arg, atf_dynstr_t *reason) argument
236 atf_dynstr_t reason; local
279 expected_failure(struct context *ctx, atf_dynstr_t *reason) argument
288 fail_requirement(struct context *ctx, atf_dynstr_t *reason) argument
303 fail_check(struct context *ctx, atf_dynstr_t *reason) argument
338 skip(struct context *ctx, atf_dynstr_t *reason) argument
363 format_reason_ap(atf_dynstr_t *out_reason, const char *source_file, const size_t source_line, const char *reason, va_list ap) argument
388 format_reason_fmt(atf_dynstr_t *out_reason, const char *source_file, const size_t source_line, const char *reason, ...) argument
409 atf_dynstr_t reason; local
416 atf_dynstr_t reason; local
473 atf_dynstr_t reason; local
506 atf_dynstr_t reason; local
813 atf_dynstr_t reason; local
827 atf_dynstr_t reason; local
841 atf_dynstr_t reason; local
855 atf_dynstr_t reason; local
881 atf_dynstr_t reason; local
917 _atf_tc_expect_fail(struct context *ctx, const char *reason, va_list ap) argument
932 _atf_tc_expect_exit(struct context *ctx, const int exitcode, const char *reason, va_list ap) argument
949 _atf_tc_expect_signal(struct context *ctx, const int signo, const char *reason, va_list ap) argument
966 _atf_tc_expect_death(struct context *ctx, const char *reason, va_list ap) argument
982 _atf_tc_expect_timeout(struct context *ctx, const char *reason, va_list ap) argument
1013 atf_dynstr_t reason; local
1019 atf_dynstr_t reason; local
1160 atf_tc_expect_fail(const char *reason, ...) argument
1172 atf_tc_expect_exit(const int exitcode, const char *reason, ...) argument
1184 atf_tc_expect_signal(const int signo, const char *reason, ...) argument
1196 atf_tc_expect_death(const char *reason, ...) argument
1208 atf_tc_expect_timeout(const char *reason, ...) argument
[all...]
/freebsd-12-stable/contrib/apr-util/ldap/
H A Dapr_ldap_option.c71 result->reason = apr_pstrdup(pool, "LDAP: Could not get an option");
114 result->reason = "LDAP: Verify certificate not yet supported by APR on the "
140 result->reason = "LDAP: SSL/TLS not yet supported by APR on this "
150 result->reason = "LDAP: Could not set verify mode";
163 result->reason = "Unable to set LDAP_OPT_REFERRALS.";
187 result->reason = "Unable to set LDAP_OPT_REFHOPLIMIT.";
199 result->reason = "LDAP: Could not set an option";
243 result->reason = "LDAP: Could not switch SSL on for this "
248 result->reason = "LDAP: STARTTLS is not supported by the "
253 result->reason
[all...]
H A Dapr_ldap_url.c256 * The LDAP result code and reason string is returned in the
276 result->reason = "Either the LDAP URL, or the URL structure was NULL. Oops.";
285 result->reason = "The scheme was not recognised as a valid LDAP URL scheme.";
293 result->reason = "Out of memory parsing LDAP URL.";
302 result->reason = "Bad enclosure error while parsing LDAP URL.";
313 result->reason = "Out of memory parsing LDAP URL.";
330 result->reason = "Out of memory parsing LDAP URL.";
351 result->reason = "Bad LDAP URL while parsing IPV6 syntax.";
365 result->reason = "Bad LDAP URL while parsing.";
378 result->reason
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrorHandling.h26 const std::string& reason,
71 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const char *reason,
73 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const std::string &reason,
75 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(StringRef reason,
77 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const Twine &reason,
/freebsd-12-stable/contrib/apr/misc/unix/
H A Dotherchild.c56 void (*maintenance) (int reason, void *, int status),
104 int reason,
115 (*ocr->maintenance) (reason, ocr->data, status);
122 int reason)
147 (*ocr->maintenance) (reason, ocr->data, -1);
169 (*ocr->maintenance) (reason, ocr->data, -1);
179 APR_DECLARE(void) apr_proc_other_child_refresh_all(int reason) argument
185 apr_proc_other_child_refresh(ocr, reason);
192 void (*maintenance) (int reason, void *, int status),
204 int reason,
55 apr_proc_other_child_register(apr_proc_t *proc, void (*maintenance) (int reason, void *, int status), void *data, apr_file_t *write_fd, apr_pool_t *p) argument
121 apr_proc_other_child_refresh(apr_other_child_rec_t *ocr, int reason) argument
191 apr_proc_other_child_register(apr_proc_t *proc, void (*maintenance) (int reason, void *, int status), void *data, apr_file_t *write_fd, apr_pool_t *p) argument
210 apr_proc_other_child_refresh(apr_other_child_rec_t *ocr, int reason) argument
216 apr_proc_other_child_refresh_all(int reason) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_scariness_score.h41 void Scare(int add_to_score, const char *reason) { argument
44 internal_strlcat(descr, reason, sizeof(descr));
/freebsd-12-stable/sys/xen/interface/
H A Dsched.h79 * If the sched_shutdown_t reason is SHUTDOWN_suspend then
84 * In addition, which reason is SHUTDOWN_suspend this hypercall
124 unsigned int reason; /* SHUTDOWN_* => enum sched_shutdown_reason */ member in struct:sched_shutdown
139 unsigned int reason; /* SHUTDOWN_* => enum sched_shutdown_reason */ member in struct:sched_remote_shutdown
162 #define SHUTDOWN_MAX 4 /* Maximum valid shutdown reason. */
/freebsd-12-stable/crypto/openssl/engines/
H A De_ossltest_err.c58 static void ERR_OSSLTEST_error(int function, int reason, char *file, int line) argument
62 ERR_PUT_error(lib_code, function, reason, file, line);
H A De_dasync_err.c68 static void ERR_DASYNC_error(int function, int reason, char *file, int line) argument
72 ERR_PUT_error(lib_code, function, reason, file, line);
/freebsd-12-stable/sys/dev/rtwn/rtl8192c/pci/
H A Dr92ce_fw.c59 r92ce_fw_reset(struct rtwn_softc *sc, int reason) argument
62 if (reason == RTWN_FW_RESET_CHECKSUM)
65 r92c_fw_reset(sc, reason);
71 if (reason == RTWN_FW_RESET_DOWNLOAD)
/freebsd-12-stable/sys/xen/
H A Dhypervisor.h60 HYPERVISOR_shutdown(unsigned int reason) argument
63 .reason = reason
68 HYPERVISOR_sched_op_compat(SCHEDOP_shutdown, reason);
/freebsd-12-stable/contrib/pam_modules/pam_passwdqc/
H A Dpasswdqc_check.c283 const char *reason; local
291 reason = NULL;
294 reason = REASON_SAME;
298 if (!reason && length < params->min[4])
299 reason = REASON_SHORT;
301 if (!reason && length > params->max) {
307 reason = REASON_SAME;
309 reason = REASON_LONG;
312 if (!reason && is_simple(params, newpass)) {
314 reason
[all...]
/freebsd-12-stable/contrib/wpa/src/fst/
H A Dfst_ctrl_aux.c60 const char * fst_reason_name(enum fst_reason reason) argument
62 return fst_get_str_name(reason, reason_names, ARRAY_SIZE(reason_names));
H A Dfst_ctrl_aux.h71 enum fst_reason reason; member in struct:fst_event_extra::fst_event_extra_session_state::fst_session_state_switch_extra::__anon7474
90 const char * fst_reason_name(enum fst_reason reason);
/freebsd-12-stable/sys/dev/mpr/
H A Dmpr_mapping.h50 uint8_t reason; member in struct:_map_phy_change
72 uint8_t reason; member in struct:_map_port_change
/freebsd-12-stable/contrib/unbound/validator/
H A Dval_secalgo.h99 * @param reason: bogus reason in more detail.
105 unsigned char* key, unsigned int keylen, char** reason);
H A Dval_sigcrypt.h135 * Format error reason for algorithm missing.
138 * @param reason: destination.
141 void algo_needs_reason(struct module_env* env, int alg, char** reason, char* s);
241 * @param reason: if bogus, a string returned, fixed or alloced in scratch.
250 struct ub_packed_rrset_key* dnskey, uint8_t* sigalg, char** reason,
260 * @param reason: if bogus, a string returned, fixed or alloced in scratch.
268 struct ub_packed_rrset_key* dnskey, size_t dnskey_idx, char** reason,
281 * @param reason: if bogus, a string returned, fixed or alloced in scratch.
290 struct rbtree_type** sortree, char** reason, sldns_pkt_section section,
308 * @param reason
[all...]

Completed in 141 milliseconds

1234567891011>>