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

1234567891011>>

/freebsd-11-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-11-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-11-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-11-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-11-stable/tools/regression/posixsem/
H A Dtest.h54 void skip(const char *reason);
55 void todo(const char *reason);
/freebsd-11-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-11-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-11-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...]
/freebsd-11-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-11-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-11-stable/crypto/openssl/crypto/buffer/
H A Dbuf_err.c59 * only reason strings will be preserved.
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_BUF,0,reason)
/freebsd-11-stable/crypto/openssl/crypto/comp/
H A Dcomp_err.c59 * only reason strings will be preserved.
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_COMP,0,reason)
/freebsd-11-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-11-stable/crypto/openssl/crypto/ecdh/
H A Dech_err.c59 * only reason strings will be preserved.
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_ECDH,0,reason)
/freebsd-11-stable/crypto/openssl/crypto/objects/
H A Dobj_err.c59 * only reason strings will be preserved.
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_OBJ,0,reason)
/freebsd-11-stable/crypto/openssl/crypto/rand/
H A Drand_err.c59 * only reason strings will be preserved.
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_RAND,0,reason)
/freebsd-11-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-11-stable/crypto/openssl/engines/
H A De_4758cca_err.c59 * only reason strings will be preserved.
70 # define ERR_REASON(reason) ERR_PACK(0,0,reason)
148 static void ERR_CCA4758_error(int function, int reason, char *file, int line) argument
152 ERR_PUT_error(CCA4758_lib_error_code, function, reason, file, line);
H A De_aep_err.c59 * only reason strings will be preserved.
70 # define ERR_REASON(reason) ERR_PACK(0,0,reason)
154 static void ERR_AEPHK_error(int function, int reason, char *file, int line) argument
158 ERR_PUT_error(AEPHK_lib_error_code, function, reason, file, line);
H A De_atalla_err.c59 * only reason strings will be preserved.
70 # define ERR_REASON(reason) ERR_PACK(0,0,reason)
140 static void ERR_ATALLA_error(int function, int reason, char *file, int line) argument
144 ERR_PUT_error(ATALLA_lib_error_code, function, reason, file, line);
H A De_atalla_err.h69 static void ERR_ATALLA_error(int function, int reason, char *file, int line);
H A De_chil_err.c59 * only reason strings will be preserved.
70 # define ERR_REASON(reason) ERR_PACK(0,0,reason)
152 static void ERR_HWCRHK_error(int function, int reason, char *file, int line) argument
156 ERR_PUT_error(HWCRHK_lib_error_code, function, reason, file, line);
H A De_cswift_err.c59 * only reason strings will be preserved.
70 # define ERR_REASON(reason) ERR_PACK(0,0,reason)
145 static void ERR_CSWIFT_error(int function, int reason, char *file, int line) argument
149 ERR_PUT_error(CSWIFT_lib_error_code, function, reason, file, line);
H A De_gmp_err.c59 * only reason strings will be preserved.
70 # define ERR_REASON(reason) ERR_PACK(0,0,reason)
132 static void ERR_GMP_error(int function, int reason, char *file, int line) argument
136 ERR_PUT_error(GMP_lib_error_code, function, reason, file, line);
H A De_gmp_err.h69 static void ERR_GMP_error(int function, int reason, char *file, int line);

Completed in 338 milliseconds

1234567891011>>