Searched defs:fail (Results 1 - 23 of 23) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Devel/
H A DSelfStubber.t124 sub fail { subroutine
161 if (&fail (\%wrong, \%output)) {
202 if (&fail (\%right, \%output)) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Filter/
H A DSimple.pm28 sub fail { subroutine
129 fail "Unknown selector: $what"
131 fail "Filter for $what is not a subroutine reference"
/osnet-11/usr/src/cmd/sendmail/db/log/
H A Dlog_get.c102 const char *fail; local
106 fail = np = tbuf = NULL;
198 fail = np;
208 fail = "seek";
212 fail = "read";
277 fail = "read";
316 fail = "read";
319 if (fail == NULL)
323 "log_get: %s: %s", fail, strerror(ret));
/osnet-11/usr/src/lib/pam_modules/authtok_get/
H A Dauthtok_get.c227 int fail = 0; local
309 * NULL authtoks are not allowed, so we need to fail.
321 fail = 1;
343 if (fail) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/
H A Dtest.pl190 # definately be helpful for things such as == and <= that fail
210 # This is a fail, but doesn't need extra diagnostics
212 # This is a fail
215 # This is also a fail
261 sub fail { subroutine
298 my $fail;
306 $fail = 1;
311 $fail = 1;
319 $fail = 1;
321 !$fail;
[all...]
/osnet-11/usr/src/cmd/sendmail/db/mp/
H A Dmp_bh.c271 const char *fail; local
360 fail = "write";
365 fail = "write";
421 * to fail. That should be unlikely, and fixing it would be difficult.
434 __memp_fn(dbmfp), fail, (u_long)bhp->pgno);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DMore.pm27 pass fail
98 fail($test_name);
151 but 'fail', you'd do:
153 use Test::More tests => 23, import => ['!fail'];
258 Should an ok() fail, it will produce some diagnostics:
569 =item B<fail>
572 fail($test_name);
577 declare the test ok) or fail (for not ok). They are synonyms for
588 sub fail (;$) { subroutine
746 necessary to skip tests, or declare that they are supposed to fail
[all...]
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregrexec.c44 register size_t* fail; local
66 fail = e->re.bm.fail;
85 if ((index += fail[n + 1]) < len)
H A Dregnexec.c1347 f = rex->re.string.fail;
1909 register size_t* fail = e->re.bm.fail; local
1959 if ((index += fail[n + 1]) >= len)
H A Dreglib.h343 size_t* fail; member in struct:Bm_s
353 int* fail; member in struct:String_s
/osnet-11/usr/src/lib/librdc/common/
H A Drdcpersist.c408 int fail = 0; local
436 fail++;
445 if (fail)
/osnet-11/usr/src/lib/libkvm/common/
H A Dkvm.c61 fail(kvm_t *kd, const char *err, const char *message, ...) function
87 return (fail(NULL, err, "cannot allocate space for kvm_t"));
93 return (fail(kd, err, "illegal flag 0x%x to kvm_open()", flag));
99 return (fail(kd, err, "cannot stat %s", corefile));
103 return (fail(kd, err, "cannot stat /dev/mem"));
106 return (fail(kd, err, "cannot stat /dev/kmem"));
109 return (fail(kd, err, "cannot stat /dev/allkmem"));
117 return (fail(kd, err, "cannot open %s", kmem));
119 return (fail(kd, err, "cannot open /dev/mem"));
123 return (fail(k
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_nisdbquery.c641 int fail = setObjAttrField( local
645 if (fail) {
787 /* If we fail, abort (XXX??? or continue ???) */
H A Dnisdb_ldap.h58 fail enumerator in enum:__anon1998
H A Dldap_map.c1090 * host = "X1", user="U1", domain="D1" ==> fail
1091 * host = "H1", user="X1", domain="D1" ==> fail
1092 * host = "H1", user="U1" ==> fail
1103 * The pass and fail arrays are used by N2L to keep track of
1108 char **pass, **fail; local
1120 if (!(fail = am(myself,
1157 fail[fpos++] = x->index.name[i];
1206 if (strcmp(pass[i], fail[fpos]) == 0)
1215 sfree(fail);
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_retire.c81 s_calloc(size_t nelem, size_t elsize, int fail) argument
83 if (fail) {
502 goto fail;
510 goto fail;
521 goto fail;
528 goto fail;
539 goto fail;
558 fail:
639 dp->rt_debug(dp->rt_hdl, "[ERROR]: fail to alloc "
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/
H A Dpi_meth.c45 int fail; /* callback fails */ member in struct:cpu_walk_data
182 swdp->fail++;
205 swdp->fail++;
248 swdp->err = swdp->offline = swdp->online = swdp->fail = 0;
254 swdp->fail++;
341 rc = swd.fail > 0 ? FMD_AGENT_RETIRE_FAIL : FMD_AGENT_RETIRE_DONE;
383 rc = swd.fail > 0 ? FMD_AGENT_RETIRE_FAIL : FMD_AGENT_RETIRE_DONE;
427 if (swd.fail > 0)
/osnet-11/usr/src/lib/efcode/engine/
H A Dproperties.c180 fstack_t fail, n; local
187 fail = POP(DS);
188 if (fail)
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/common/
H A Dchip_subr.c490 int fail; member in struct:strand_walk_data
524 swdp->fail++;
559 swdp->err = swdp->done = swdp->fail = swdp->async = 0;
561 swdp->fail++;
595 if (swd.fail > 0)
619 if (swd.fail > 0)
644 rc = (swd.fail + swd.async > 0) ? FMD_SERVICE_STATE_DEGRADED :
648 else if (swd.fail > 0)
/osnet-11/usr/src/lib/libast/common/port/
H A Dastconf.c484 * otherwise synthesize(fp,path,fail) called
488 initialize(register Feature_t* fp, const char* path, const char* command, const char* succeed, const char* fail) argument
494 error(-2, "astconf initialize name=%s path=%s command=%s succeed=%s fail=%s fp=%p%s", fp->name, path, command, succeed, fail, fp, state.synthesizing ? " SYNTHESIZING" : "");
594 error(-1, "AHA#%d state.std=%d %s [%s] std=%s ast=%s value=%s ok=%d", __LINE__, state.std, fp->name, ok ? succeed : fail, fp->std, fp->ast, fp->value, ok);
596 synthesize(fp, path, ok ? succeed : fail);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp.c2949 I32 fail; local
2995 fail = rem;
3022 fail = rem;
3025 if (fail < 0) {
/osnet-11/usr/src/lib/storage/liba5k/common/hdrs/
H A Da5k.h326 fail : 1, member in struct:fan_element_status
346 fail : 1, member in struct:ps_element_status
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dns83820.c619 u32 enable, u32 done, u32 fail)
638 if (status & fail)
646 if (status & fail)
647 printf("%s failed! (0x%hX & 0x%hX)\n", name, status, fail);
618 ns83820_run_bist(struct nic *nic __unused, const char *name, u32 enable, u32 done, u32 fail) argument

Completed in 798 milliseconds