Searched refs:test_num (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/tools/regression/sockets/sendfile/
H A Dsendfile.c379 int test_num; local
404 for (test_num = 1; test_num <= test_count; test_num++) {
406 desired_file_size = tests[test_num - 1].file_size;
410 printf("not ok %d\n", test_num);
416 printf("not ok %d\n", test_num);
426 printf("not ok %d\n", test_num);
432 if (send_test(connect_socket, tests[test_num-1]) != 0) {
433 printf("not ok %d\n", test_num);
[all...]
/freebsd-10.1-release/lib/libkse/test/
H A Dverify200 $test_num = $1;
206 $test_num = $1;
212 if (defined($test_num) && ($test_num != $subtest))
215 for (; $subtest < $test_num; $subtest++)
/freebsd-10.1-release/contrib/libarchive/cpio/test/
H A Dmain.c2775 int test_num; local
2777 test_num = get_test_set(test_set, limit, *argv, tests);
2778 if (test_num < 0) {
2785 for (i = 0; i < test_num; i++) {
/freebsd-10.1-release/contrib/libarchive/tar/test/
H A Dmain.c2776 int test_num; local
2778 test_num = get_test_set(test_set, limit, *argv, tests);
2779 if (test_num < 0) {
2786 for (i = 0; i < test_num; i++) {
/freebsd-10.1-release/contrib/libarchive/libarchive/test/
H A Dmain.c2819 int test_num; local
2821 test_num = get_test_set(test_set, limit, *argv, tests);
2822 if (test_num < 0) {
2829 for (i = 0; i < test_num; i++) {

Completed in 190 milliseconds