Home
last modified time | relevance | path

Searched refs:test_gzio (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dexample_original.c99 void test_gzio OF((const char *fname,
131 void test_gzio(fname, uncompr, uncomprLen) in test_gzio() function
597 test_gzio((argc > 1 ? argv[1] : TESTFILE),
H A Dexample.c107 void test_gzio OF((const char *fname,
139 void test_gzio(fname, uncompr, uncomprLen) in test_gzio() function
606 test_gzio((argc > 1 ? argv[1] : TESTFILE),
/f-stack/freebsd/contrib/zlib/test/
H A Dexample.c82 void test_gzio OF((const char *fname,
114 void test_gzio(fname, uncompr, uncomprLen) in test_gzio() function
581 test_gzio((argc > 1 ? argv[1] : TESTFILE),
/f-stack/freebsd/contrib/zlib/
H A DChangeLog892 - Modify test_gzio in example.c to take a single file name as a