Searched refs:fail (Results 1 - 25 of 165) sorted by relevance

1234567

/haiku-fatelf/src/bin/coreutils/lib/
H A Dclosein.c81 bool fail = false; local
89 fail on non-seekable streams. */
91 fail = true;
94 fail = true;
95 if (fail)
109 if (fail)
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dclosein.c81 bool fail = false; local
89 fail on non-seekable streams. */
91 fail = true;
94 fail = true;
95 if (fail)
109 if (fail)
/haiku-fatelf/src/add-ons/print/transports/ipp/
H A DIppTransport.h26 bool fail() const;
37 inline bool IppTransport::fail() const function in class:IppTransport
44 return fail();
/haiku-fatelf/src/add-ons/print/transports/lpr/
H A DLprTransport.h24 bool fail() const;
40 LprTransport::fail() const function in class:LprTransport
49 return fail();
H A DLpr.cpp28 if (gTransport->fail()) {
/haiku-fatelf/src/bin/coreutils/src/
H A Dextract-magic29 # if any do fail, we're guaranteed to get an indicator when we close()
85 my $fail = 0;
88 and (warn "$ME: missing FILE arguments\n"), $fail = 1;
90 and (warn "$ME: too many arguments\n"), $fail = 1;
91 $fail
120 $fail = 1, next;
133 exit $fail;
H A Dchroot.c213 bool fail = false; local
232 fail = true;
237 fail = true;
243 fail = true;
253 fail = true;
256 if (fail)
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dpj-dis.c58 goto fail;
64 goto fail;
88 goto fail;
95 goto fail;
99 goto fail;
105 goto fail;
126 goto fail;
133 goto fail;
139 goto fail;
144 goto fail;
[all...]
/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-ipcomp.c68 goto fail;
74 goto fail;
89 fail:
H A Dprint-esp.c387 goto fail;
394 goto fail;
399 goto fail;
405 goto fail;
414 goto fail;
433 goto fail;
447 goto fail;
456 /* if not found fail */
458 goto fail;
462 goto fail;
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/transport/
H A Dbeserved_transport.h30 bool fail() const;
49 inline bool BeServedTransport::fail() const function in class:BeServedTransport
56 return fail();
H A Dbeserved_printer.cpp19 if (transport->fail())
/haiku-fatelf/src/bin/gdb/gdb/
H A Dkod-cisco.c114 int fail = 0;
164 fail = 1;
173 fail = 1;
181 fail = 1;
192 fail = 1;
202 fail = 1;
214 fail = 1;
228 fail = 1;
239 fail = 1;
246 if (! fail)
113 int fail = 0; local
[all...]
/haiku-fatelf/src/bin/gdb/bfd/
H A Delfcore.h91 goto fail;
120 goto fail;
124 goto fail;
192 goto fail;
202 goto fail;
214 goto fail;
220 goto fail;
246 fail:
H A Dlynx-core.c133 goto fail;
138 goto fail;
145 goto fail;
156 goto fail;
174 goto fail;
189 goto fail;
202 goto fail;
207 fail:
H A Dsco5-core.c166 goto fail;
172 goto fail;
180 goto fail;
187 goto fail;
211 goto fail;
225 goto fail;
234 goto fail;
242 goto fail;
313 goto fail;
319 fail
[all...]
H A Dhpux-core.c251 goto fail;
264 goto fail;
273 goto fail;
292 goto fail;
309 goto fail; /*unrecognized core file type */
332 goto fail;
351 fail:
H A Dirix-core.c229 goto fail;
236 goto fail;
241 goto fail;
251 goto fail; /* Can't deal with non-contig regs */
254 goto fail;
261 goto fail;
268 fail:
/haiku-fatelf/src/bin/network/wget/tests/
H A Drun-px30 'Test-ftp-pasv-fail.px',
72 'Test--spider-fail.px',
97 fail => 1,
104 $exit{fail} => colored('FAIL:', 'red' ),
121 fail => sub { scalar grep $_->{result} == $exit{fail}, @tested },
131 "${\$count->('pass')} PASS, ${\$count->('fail')} FAIL",
151 print $count->('fail') || $count->('unknown')
156 exit $count->('fail') + $count->('unknown');
/haiku-fatelf/src/tools/cppunit/cppunit/
H A DAsserter.cpp16 fail( string message, function in namespace:CppUnit::Asserter
29 fail( message, location );
/haiku-fatelf/src/system/libroot/posix/glibc/stdlib/
H A Drandom_r.c175 goto fail;
178 goto fail;
216 fail:
247 goto fail;
256 goto fail;
283 fail:
312 goto fail;
323 goto fail;
341 fail:
368 goto fail;
[all...]
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dannounce-gen97 my $fail = 0;
105 and (warn "$ME: command failed: `$cmd'\n"), $fail = 1;
110 return $fail ? undef : %res;
310 my $fail;
332 $fail = 1;
336 $fail
376 my $fail = 0;
379 or (warn "$ME: release type not specified\n"), $fail = 1;
381 or (warn "$ME: package name not specified\n"), $fail = 1;
383 or (warn "$ME: previous version string not specified\n"), $fail
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/aironetwifi/dev/an/
H A Dif_an_pccard.c136 goto fail;
140 goto fail;
148 goto fail;
155 fail:
H A Dif_an_pci.c167 goto fail;
175 goto fail;
185 goto fail;
194 goto fail;
212 goto fail;
220 goto fail;
227 goto fail;
238 fail:
/haiku-fatelf/src/add-ons/print/transports/shared/
H A DSocket.cpp132 bool Socket::fail() const function in class:Socket
139 return !fail();
144 return fail();
149 if (fail()) {
164 if (fail()) {

Completed in 107 milliseconds

1234567