HomeSort by: relevance | last modified time | path
    Searched refs:skipping (Results 1 - 25 of 238) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /src/external/bsd/libarchive/dist/cpio/test/
test_option_zstd.c 25 skipping("This version of bsdcpio was compiled "
34 skipping("This version of bsdcpio uses an external zstd program "
43 skipping("This version of bsdcpio uses an external zstd program "
50 skipping("This version of bsdcpio uses an external zstd program "
test_option_lz4.c 25 skipping("This version of bsdcpio was compiled "
35 skipping("This version of bsdcpio uses an external lz4 program "
45 skipping("This version of bsdcpio uses an external lz4 program "
53 skipping("This version of bsdcpio uses an external lz4 program "
test_extract_cpio_bz2.c 27 skipping("It seems bzip2 is not supported on this platform");
test_extract_cpio_grz.c 27 skipping("It seems grzip is not supported on this platform");
test_extract_cpio_gz.c 27 skipping("It seems gzip is not supported on this platform");
test_extract_cpio_lrz.c 27 skipping("It seems lrzip is not supported on this platform");
test_extract_cpio_lz.c 27 skipping("It seems lzip is not supported on this platform");
test_extract_cpio_lz4.c 27 skipping("It seems lz4 is not supported on this platform");
test_extract_cpio_lzma.c 27 skipping("It seems lzma is not supported on this platform");
test_extract_cpio_lzo.c 27 skipping("It seems lzop is not supported on this platform");
test_extract_cpio_xz.c 27 skipping("It seems xz is not supported on this platform");
  /src/external/bsd/libarchive/dist/tar/test/
test_option_lz4.c 25 skipping("This version of bsdtar was compiled "
34 skipping("This version of bsdtar uses an external lz4 program "
43 skipping("This version of bsdtar uses an external lz4 program "
50 skipping("This version of bsdcpio uses an external lz4 program "
test_option_zstd.c 25 skipping("This version of bsdtar was compiled "
34 skipping("This version of bsdtar uses an external zstd program "
43 skipping("This version of bsdtar uses an external zstd program "
50 skipping("This version of bsdcpio uses an external zstd program "
  /src/sys/arch/i386/stand/dosboot/
doscommain.c 56 enum state {skipping, doing_arg, doing_long_arg}; enumerator in enum:state
70 s = skipping;
78 s = skipping;
89 case skipping:
97 s = skipping;
108 if (s == skipping) {
114 if (s != skipping)
  /src/external/bsd/libarchive/dist/cat/test/
test_empty_gz.c 21 skipping("It seems gzip is not supported on this platform");
test_empty_lz4.c 21 skipping("It seems lz4 is not supported on this platform");
test_empty_xz.c 21 skipping("It seems xz is not supported on this platform");
test_empty_zstd.c 21 skipping("It seems zstd is not supported on this platform");
test_expand_bz2.c 22 skipping("It seems bzip2 is not supported on this platform");
test_expand_gz.c 22 skipping("It seems gzip is not supported on this platform");
test_expand_lz4.c 22 skipping("It seems lz4 is not supported on this platform");
test_expand_xz.c 22 skipping("It seems xz is not supported on this platform");
test_expand_zstd.c 21 skipping("It seems zstd is not supported on this platform");
  /src/sys/arch/acorn32/stand/lib/
srt1.c 52 enum state {skipping, doing_arg, doing_long_arg}; enumerator in enum:state
97 s = skipping;
106 s = skipping;
117 case skipping:
128 s = skipping;
140 if (s == skipping) {
  /src/external/bsd/libarchive/dist/libarchive/test/
test_archive_digest.c 42 skipping("This platform does not support MD5");
59 skipping("This platform does not support RMD160");
76 skipping("This platform does not support SHA1");
95 skipping("This platform does not support SHA256");
116 skipping("This platform does not support SHA384");
139 skipping("This platform does not support SHA512");

Completed in 47 milliseconds

1 2 3 4 5 6 7 8 910