Home
last modified time | relevance | path

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

/external/libcups/cups/
Dtestfile.c39 static int read_write_tests(int compression);
66 status = read_write_tests(0); in main()
75 status += read_write_tests(1); in main()
447 read_write_tests(int compression) /* I - Use compression? */ in read_write_tests() function