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

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dvolatile-1.c2 loaded from exception.reason where not being
9 int reason; member in struct:gdb_exception
15 if (exception.reason != 0)
17 return exception.reason;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A Dvolatile-1.c2 loaded from exception.reason where not being
9 int reason; member in struct:gdb_exception
15 if (exception.reason != 0)
17 return exception.reason;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/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...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dsim-reason.c27 sim_stop_reason (SIM_DESC sd, enum sim_stop *reason, int *sigrc) argument
32 *reason = engine->reason;
33 switch (*reason)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Ddllmain.c42 ULONG reason,
45 switch(reason) {
41 DllMain(HANDLE hInst, ULONG reason, LPVOID lpReserved) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-common.c41 async_reason_lookup (enum async_reply_reason reason) argument
43 return async_reason_string_lookup[reason];
/netbsd-6-1-5-RELEASE/sys/arch/sbmips/stand/common/
H A Dbootxx.c84 const char *reason; local
94 reason = "Can't open boot device.";
100 reason = "Can't open /boot.";
105 reason = "/boot too large.";
110 reason = "/boot load failed.";
119 reason = "Secondary boot returned!";
123 putstr(reason);
/netbsd-6-1-5-RELEASE/sys/arch/alpha/stand/common/
H A Dbootxx.c88 const char *reason; local
97 reason = "Can't open boot device.";
103 reason = "Can't open /boot.";
108 reason = "/boot too large.";
113 reason = "/boot load failed.";
120 reason = "Secondary boot returned!";
124 putstr(reason);
/netbsd-6-1-5-RELEASE/dist/dhcp/client/scripts/
H A Dnextstep6 # support aliases and lots of things were breaking for no good reason
10 if [ x$reason = xPREINIT ]; then
14 if [ x$reason = xBOUND ] || [ x$reason = xRENEW ] || \
15 [ x$reason = xREBIND ] || [ x$reason = xREBOOT ]; then
42 if [ x$reason = xEXPIRE ] || [ x$reason = xFAIL ] || [ x$reason = xRELEASE ] \
43 || [ x$reason
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dwrapper.c36 if (except.reason < 0)
51 if (except.reason < 0)
66 if (except.reason < 0)
81 if (except.reason < 0)
97 if (except.reason < 0)
113 if (except.reason < 0)
128 if (except.reason < 0)
143 if (except.reason < 0)
160 if (except.reason < 0)
/netbsd-6-1-5-RELEASE/external/bsd/dhcpcd/dist/
H A Dconfigure.h39 #define run_script(ifp) run_script_reason(ifp, (ifp)->state->reason);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/i386/
H A Dnetware-libgcc.c32 DWORD reason, void *hModule)
34 switch (reason)
31 DllMain(HINSTANCE libraryId __attribute__ ((__unused__)), DWORD reason, void *hModule) argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c/
H A Dtc.c155 * because the caller needs to clean up the reason object before terminating.
159 const atf_dynstr_t *reason)
164 if (arg == -1 && reason == NULL) {
167 } else if (arg == -1 && reason != NULL) {
169 atf_dynstr_cstring(reason)) <= 0)
171 } else if (arg != -1 && reason != NULL) {
173 arg, atf_dynstr_cstring(reason)) <= 0)
186 errno, "Failed to write results file; result %s, reason %s", result,
187 reason == NULL ? "null" : atf_dynstr_cstring(reason));
158 write_resfile(const int fd, const char *result, const int arg, const atf_dynstr_t *reason) argument
198 create_resfile(const char *resfile, const char *result, const int arg, atf_dynstr_t *reason) argument
229 atf_dynstr_t reason; local
272 expected_failure(struct context *ctx, atf_dynstr_t *reason) argument
281 fail_requirement(struct context *ctx, atf_dynstr_t *reason) argument
296 fail_check(struct context *ctx, atf_dynstr_t *reason) argument
331 skip(struct context *ctx, atf_dynstr_t *reason) argument
356 format_reason_ap(atf_dynstr_t *out_reason, const char *source_file, const size_t source_line, const char *reason, va_list ap) argument
381 format_reason_fmt(atf_dynstr_t *out_reason, const char *source_file, const size_t source_line, const char *reason, ...) argument
402 atf_dynstr_t reason; local
409 atf_dynstr_t reason; local
466 atf_dynstr_t reason; local
499 atf_dynstr_t reason; local
806 atf_dynstr_t reason; local
820 atf_dynstr_t reason; local
834 atf_dynstr_t reason; local
848 atf_dynstr_t reason; local
874 atf_dynstr_t reason; local
910 _atf_tc_expect_fail(struct context *ctx, const char *reason, va_list ap) argument
925 _atf_tc_expect_exit(struct context *ctx, const int exitcode, const char *reason, va_list ap) argument
942 _atf_tc_expect_signal(struct context *ctx, const int signo, const char *reason, va_list ap) argument
959 _atf_tc_expect_death(struct context *ctx, const char *reason, va_list ap) argument
975 _atf_tc_expect_timeout(struct context *ctx, const char *reason, va_list ap) argument
1006 atf_dynstr_t reason; local
1012 atf_dynstr_t reason; local
1153 atf_tc_expect_fail(const char *reason, ...) argument
1165 atf_tc_expect_exit(const int exitcode, const char *reason, ...) argument
1177 atf_tc_expect_signal(const int signo, const char *reason, ...) argument
1189 atf_tc_expect_death(const char *reason, ...) argument
1201 atf_tc_expect_timeout(const char *reason, ...) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c/
H A Dtc.c154 * because the caller needs to clean up the reason object before terminating.
158 const atf_dynstr_t *reason)
167 INV(arg == -1 || reason != NULL);
173 if (reason != NULL) {
182 r = atf_dynstr_cstring(reason);
197 errno, "Failed to write results file; result %s, reason %s", result,
198 reason == NULL ? "null" : atf_dynstr_cstring(reason));
203 * The input reason is released in all cases.
210 atf_dynstr_t *reason)
157 write_resfile(const int fd, const char *result, const int arg, const atf_dynstr_t *reason) argument
209 create_resfile(const char *resfile, const char *result, const int arg, atf_dynstr_t *reason) argument
240 atf_dynstr_t reason; local
283 expected_failure(struct context *ctx, atf_dynstr_t *reason) argument
292 fail_requirement(struct context *ctx, atf_dynstr_t *reason) argument
307 fail_check(struct context *ctx, atf_dynstr_t *reason) argument
342 skip(struct context *ctx, atf_dynstr_t *reason) argument
367 format_reason_ap(atf_dynstr_t *out_reason, const char *source_file, const size_t source_line, const char *reason, va_list ap) argument
392 format_reason_fmt(atf_dynstr_t *out_reason, const char *source_file, const size_t source_line, const char *reason, ...) argument
413 atf_dynstr_t reason; local
420 atf_dynstr_t reason; local
477 atf_dynstr_t reason; local
510 atf_dynstr_t reason; local
817 atf_dynstr_t reason; local
831 atf_dynstr_t reason; local
845 atf_dynstr_t reason; local
859 atf_dynstr_t reason; local
885 atf_dynstr_t reason; local
921 _atf_tc_expect_fail(struct context *ctx, const char *reason, va_list ap) argument
936 _atf_tc_expect_exit(struct context *ctx, const int exitcode, const char *reason, va_list ap) argument
953 _atf_tc_expect_signal(struct context *ctx, const int signo, const char *reason, va_list ap) argument
970 _atf_tc_expect_death(struct context *ctx, const char *reason, va_list ap) argument
986 _atf_tc_expect_timeout(struct context *ctx, const char *reason, va_list ap) argument
1017 atf_dynstr_t reason; local
1023 atf_dynstr_t reason; local
1164 atf_tc_expect_fail(const char *reason, ...) argument
1176 atf_tc_expect_exit(const int exitcode, const char *reason, ...) argument
1188 atf_tc_expect_signal(const int signo, const char *reason, ...) argument
1200 atf_tc_expect_death(const char *reason, ...) argument
1212 atf_tc_expect_timeout(const char *reason, ...) argument
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Ddsn.c15 /* const char *reason; /* human-readable text */
23 /* DSN *create(status, action, reason, dtype, dtext, mtype, mname)
26 /* const char *reason;
38 /* DSN *DSN_ASSIGN(dsn, status, action, reason, dtype, dtext,
43 /* const char *reason;
49 /* DSN *DSN_SIMPLE(dsn, status, action, reason)
53 /* const char *reason;
78 /* .IP reason
99 /* Panic: null or empty status or reason.
127 DSN *dsn_create(const char *status, const char *action, const char *reason, argument
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/buffer/
H A Dbuf_err.c58 * only reason strings will be preserved.
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_BUF,0,reason)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/comp/
H A Dcomp_err.c58 * only reason strings will be preserved.
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_COMP,0,reason)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/ecdh/
H A Dech_err.c58 * only reason strings will be preserved.
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_ECDH,0,reason)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/objects/
H A Dobj_err.c58 * only reason strings will be preserved.
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_OBJ,0,reason)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/rand/
H A Drand_err.c58 * only reason strings will be preserved.
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_RAND,0,reason)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/demos/tunala/
H A Dcb.c65 const char *reason = NULL; /* Error reason (if any) */ local
82 reason = int_reason_no_issuer;
85 reason = int_reason_not_yet;
88 reason = int_reason_before;
91 reason = int_reason_expired;
94 reason = int_reason_after;
101 if(reason)
102 fprintf(fp_cb_ssl_verify, "error=%s\n", reason);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddllmain.c70 DllMain(HMODULE hmod, DWORD reason, LPVOID *resv) { argument
71 switch (reason) {
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllmain.c70 DllMain(HMODULE hmod, DWORD reason, LPVOID *resv) { argument
71 switch (reason) {
/netbsd-6-1-5-RELEASE/sys/arch/xen/include/xen-public/
H A Dsched.h69 unsigned int reason; /* SHUTDOWN_* */ member in struct:sched_shutdown
97 unsigned int reason; /* SHUTDOWN_xxx reason */ member in struct:sched_remote_shutdown

Completed in 226 milliseconds

1234567891011>>