Searched refs:testnum (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/tests/sys/file/
H A Dfcntlflags_test.c41 static int testnum; variable
51 testnum++, path, omodetext);
54 testnum++, path, omodetext);
57 printf("not ok %d - fcntl(F_GETFL) failed\n", testnum++);
60 testnum++);
64 testnum++, flags1, CORRECT_O_ACCMODE, omode);
67 testnum++);
70 testnum++);
73 printf("not ok %d - fcntl(F_GETFL) failed\n", testnum++);
76 testnum
[all...]
H A Dflock_helper.c1549 int testnum; local
1563 testnum = strtol(argv[2], NULL, 0);
1567 testnum = 0;
1593 if (!testnum || tests[i].num == testnum)
/freebsd-10-stable/lib/libc/tests/stdio/
H A Dmkostemp_test.c47 static int testnum; variable
63 testnum++, oflags, strerror(errno));
69 testnum++, oflags, tmpf);
77 testnum++, oflags);
83 testnum++, oflags);
89 testnum++, oflags, tmpf, strerror(errno));
95 testnum++, oflags, fd, strerror(errno));
102 testnum++, oflags);
109 testnum++, oflags);
115 testnum
[all...]
/freebsd-10-stable/lib/msun/tests/
H A Dnearbyint_test.c45 static int testnum; variable
117 printf("ok %d\t\t# nearbyint(+%g)\n", testnum++, in);
160 printf("ok %d\t\t# modf(+%g)\n", testnum++, in);
169 testnum = 1;
H A Dfmaxmin_test.c97 testall(int testnum, long double big, long double small) argument
113 (i == 4) ? "" : "not ", testnum, big, small,
/freebsd-10-stable/tools/regression/usr.bin/cc/
H A Dfloat.c56 static int testnum, failures; variable
62 testnum++;
63 printf("%sok %d - %s%s\n", pass || skip ? "" : "not ", testnum,
/freebsd-10-stable/tests/sys/kqueue/
H A Dmain.c24 int testnum = 1; variable
231 printf("\n\nTest %d: %s\n", testnum++, func);
321 "+OK All %d tests completed.\n", testnum - 1);
/freebsd-10-stable/tests/sys/kqueue/libkqueue/
H A Dmain.c24 int testnum = 1; variable
231 printf("\n\nTest %d: %s\n", testnum++, func);
321 "+OK All %d tests completed.\n", testnum - 1);
/freebsd-10-stable/tools/regression/security/open_to_operation/
H A Dopen_to_operation.c127 static int testnum; variable
134 testnum++;
136 printf("ok %d - %s # mode 0x%x\n", testnum, testname, mode);
138 printf("ok %d - %s # mode 0x%x - %s\n", testnum, testname,
146 testnum++;
148 printf("not ok %d - %s # mode 0x%x\n", testnum, testname,
151 printf("not ok %d - %s # mode 0x%x - %s\n", testnum, testname,

Completed in 199 milliseconds