Searched refs:why (Results 1 - 25 of 41) sorted by relevance

12

/osnet-11/usr/src/lib/libadt_jni/common/
H A Dadt_jni.h50 void local_throw(JNIEnv *env, const char *exception, const char *why);
H A Dadt_jni.c43 * "why" string must be i18n'd before calling here.
48 local_throw(JNIEnv *env, const char *exception, const char *why) { argument
63 /* Create a Byte Array from message "why" */
64 jbarray = (*env)->NewByteArray(env, (jsize)(strlen(why)));
66 (jsize)(strlen(why)), (jbyte*) why);
/osnet-11/usr/src/lib/pyzfs/common/
H A Dutil.py65 __slots__ = "why", "task", "errno"
68 def __init__(self, eno, task=None, why=None):
72 why -- a string describing why it failed (defaults to
77 self.why = why
83 if self.why:
84 s += self.why
/osnet-11/usr/src/lib/libc/port/threads/
H A Dassfail.c93 common_panic(const char *head, const char *why) argument
106 len2 = strlen(why);
109 (void) strncat(msg, why, len2);
118 thr_panic(const char *why) argument
120 common_panic("*** libc thread failure: ", why);
124 aio_panic(const char *why) argument
126 common_panic("*** libc aio system failure: ", why);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dutf8.t175 my ($why, $prog, $expect) = @$_;
181 if ($why =~ s/^!//) {
187 like ($result, $expect, $why);
195 my ($why, $prog, $expect) = @$_;
196 next if $why =~ m/^!/; # Goes bang.
202 like ($result, $expect, $why);
262 my ($why, $prog, $expect) = @$_;
265 like ($result, $expect, $why);
H A DCarp.pm88 to understand why, or from where, a warning or error is being generated.
H A DDigest.pm291 pure perl implementations of the algorithms, which explains why they
H A DTest.pm312 information about the test, pertaining to why it failed, and/or
476 note about why it's being skipped. So in the first codeblock above, read
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dtaint.t637 my $why = "y";
638 my $j = "x" | $why;
640 $why = $TAINT."y";
641 $j = "x" | $why;
647 my $why = $TAINT."y";
648 $why =~ s/y/z/;
649 test 147, tainted $why;
652 $why =~ s/$z/zee/;
653 test 148, tainted $why;
655 $why
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/KR/
H A DKR.pm66 to find out why it is implemented that way.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DMore.pm81 skip $why, $how_many unless $have_some_feature;
88 local $TODO = $why;
109 BAIL_OUT($why);
145 Your script will declare a skip with the reason why you skipped and
296 So why use these? They produce better diagnostics on failure. ok()
298 isnt() know what the test was and why it failed. For example this
761 skip $why, $how_many if $condition;
767 there are, $why and under what $condition to skip them. An example is
799 my($why, $how_many) = @_;
809 $Test->skip($why);
[all...]
H A DBuilder.pm647 $Test->skip($why);
649 Skips the current test, reporting $why.
654 my($self, $why) = @_;
655 $why ||= '';
672 reason => $why,
678 $out .= " # skip $why\n";
689 $Test->todo_skip($why);
694 print "not ok $tnum # TODO $why\n";
699 my($self, $why) = @_;
700 $why ||
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/CN/
H A DCN.pm70 to find out why it is implemented that way.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/JP/
H A DJP.pm91 to find out why it is implemented that way.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/TW/
H A DTW.pm72 to find out why it is implemented that way.
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc_door.c180 enum auth_stat why; local
195 } else if ((why = __gss_authenticate(r, msg, &nd)) != AUTH_OK) {
196 svcerr_auth(xprt, why);
H A Dsvc.c1188 svcerr_auth(const SVCXPRT *xprt, const enum auth_stat why) argument
1195 rply.rjcted_rply.rj_why = why;
1403 enum auth_stat why; local
1428 if ((why = __gss_authenticate(r, msg,
1430 svcerr_auth(xprt, why);
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_proc.c225 * process reached a particular event (why) rather than continuing the victim.
226 * If 'why' is set in the stop mask, we wait on dpr_cv for dt_proc_continue().
227 * If 'why' is not set, this function returns immediately and does nothing.
230 dt_proc_stop(dt_proc_t *dpr, uint8_t why) argument
233 assert(why != DT_PROC_STOP_IDLE);
235 if (dpr->dpr_stop & why) {
237 dpr->dpr_stop &= ~why;
/osnet-11/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h236 #define issig(why) (FALSE)
237 #define ISSIG(thr, why) (FALSE)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/
H A Dtest.pl277 my $why = shift;
280 print STDOUT "ok $test # skip: $why\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Win32.pm414 This target is stubbed out. Not sure why.
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c93 * explain exactly why the name was not valid.
99 namecheck_err_t why; local
103 if (dataset_namecheck(path, &why, &what) != 0) {
105 switch (why) {
1491 namecheck_err_t why; local
1497 if (mountpoint_namecheck(strval, &why)) {
1498 switch (why) {
1590 namecheck_err_t why; local
1605 if (snapshot_namecheck(strval, &why, &what) != 0) {
1606 switch (why) {
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPing.pm934 my $why = $!;
1220 # Store the excuse why the connection failed.
1344 # Description: Tell why the ack() failed
1618 valid ACK. Useful to find out why when ack( $fail_ack_host )
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.pm446 If safety matters to you (and why else would you be using the Opcode module?)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/
H A DStraps.pm556 reason why is it todo or skip? (if any)

Completed in 60 milliseconds

12