Searched refs:failure (Results 176 - 200 of 277) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/libarchive/libarchive/test/
H A Dtest_read_format_isozisofs_bz2.c173 failure("Saw a file that shouldn't have been there");
H A Dtest_entry.c418 failure("Testing set/get of fflags data.");
420 failure("Testing set/get of fflags data.");
924 failure("Converting invalid chars to Unicode should fail.");
927 failure("Converting invalid chars to UTF-8 should fail.");
933 failure("Converting invalid chars to Unicode should fail.");
938 failure("Converting invalid chars to Unicode should fail.");
943 failure("Converting invalid chars to Unicode should fail.");
948 failure("Converting invalid chars to Unicode should fail.");
955 skipping("Testing charset conversion failure requires 32-bit wchar_t and support for \"C\" locale.");
968 failure("Convertin
[all...]
H A Dtest_fuzz.c44 * post-failure diagnostics.
107 failure("Internal buffer is not big enough for "
110 failure("Internal buffer is not big enough for "
172 f = fopen("after.test.failure.send.this.file."
H A Dtest_write_filter_bzip2.c152 failure("compression-level=9 wrote %d bytes, default wrote %d bytes",
196 failure("Writing file %s", path);
205 failure("Compression-level=0 wrote %d bytes; default wrote %d bytes",
H A Dtest_write_filter_gzip.c174 failure("compression-level=9 wrote %d bytes, default wrote %d bytes",
221 failure("Writing file %s", path);
230 failure("Compression-level=1 wrote %d bytes; default wrote %d bytes",
H A Dtest_write_filter_lzma.c160 failure("Trying to read %s", path);
189 failure("Writing file %s", path);
202 failure("Compression-level=0 wrote %d bytes; default wrote %d bytes",
H A Dtest_write_filter_xz.c150 failure("compression-level=9 wrote %d bytes, default wrote %d bytes",
167 failure("Trying to read %s", path);
196 failure("Writing file %s", path);
208 failure("Compression-level=0 wrote %d bytes; default wrote %d bytes",
H A Dmain.c234 /* Enable core dump on failure. */
294 failure(const char *fmt, ...) function
333 /* Proper handling of "failure()" message. */
352 /* Count this failure, setup up log destination and handle initial report. */
358 /* Record another failure for this line. */
372 /* Log file:line header for this failure */
413 " *** forcing core dump so failure can be debugged ***\n");
428 /* Use failure() message if set. */
1138 /* If there's anything left, it's a failure */
2325 failure("Could
[all...]
H A Dtest_read_format_zip.c135 failure("archive_read_data() returns number of bytes read");
158 failure("file2 has a bad CRC, so read should fail and not change buff");
171 failure("the archive file has three files");
224 failure("zip reader should read Info-ZIP New Unix Extra Field");
228 failure("archive_read_data() returns number of bytes read");
240 failure("the archive file has just one file");
H A Dtest_read_format_isorr_bz2.c189 failure("Saw a file that shouldn't have been there");
H A Dtest_read_format_isorr_ce.c209 failure("Saw a file that shouldn't have been there");
H A Dtest_read_format_isorr_new_bz2.c190 failure("Saw a file that shouldn't have been there");
H A Dtest_read_format_isorr_rr_moved.c256 failure("Saw a file that shouldn't have been there");
H A Dtest_read_format_tar.c75 failure("512 zero bytes should be recognized as a tar archive.");
/freebsd-13-stable/share/mk/
H A Dmeta.sys.mk97 # we are not interested in make telling us a failure happened elsewhere
101 grep -q 'failure has been detected in another branch' ${.ERROR_META_FILE} && exit 0; \
/freebsd-13-stable/lib/librt/
H A Dsigev_thread.c367 static int failure; local
418 if (failure++ < 5)
/freebsd-13-stable/sys/geom/raid/
H A Dtr_concat.c251 goto failure;
280 failure:
H A Dtr_raid0.c233 goto failure;
262 failure:
H A Dtr_raid5.c280 goto failure;
335 failure:
/freebsd-13-stable/sys/dev/rndtest/
H A Drndtest.c163 rndtest_report(struct rndtest_state *rsp, int failure, const char *fmt, ...) argument
170 if (!failure && rndtest_verbose == 1) /* don't report successes */
/freebsd-13-stable/contrib/libarchive/test_utils/
H A Dtest_main.c362 /* Enable core dump on failure. */
422 failure(const char *fmt, ...) function
461 /* Proper handling of "failure()" message. */
480 /* Count this failure, setup up log destination and handle initial report. */
486 /* Record another failure for this line. */
500 /* Log file:line header for this failure */
541 " *** forcing core dump so failure can be debugged ***\n");
556 /* Use failure() message if set. */
1281 /* If there's anything left, it's a failure */
2349 failure("N
[all...]
/freebsd-13-stable/bin/ps/
H A Dprint.c636 static int failure; local
639 failure = donlist();
640 if (failure)
666 static int failure; local
670 failure = donlist();
671 if (failure)
/freebsd-13-stable/usr.sbin/ppp/
H A Dip.c107 static char failure[6]; local
121 return HexStr(qclass, failure, sizeof failure);
127 static char failure[6]; local
148 return HexStr(qtype, failure, sizeof failure);
/freebsd-13-stable/sys/geom/stripe/
H A Dg_stripe.c333 goto failure;
377 goto failure;
385 goto failure;
428 failure:
460 goto failure;
493 goto failure;
535 failure:
/freebsd-13-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_pagealloc.c127 goto failure;
144 goto failure;
150 failure:

Completed in 184 milliseconds

1234567891011>>