Searched refs:tests (Results 1 - 25 of 3152) sorted by relevance

1234567891011>>

/freebsd-current/crypto/openssh/regress/unittests/hostkeys/
H A Dtests.c1 /* $OpenBSD: tests.c,v 1.1 2015/02/16 22:18:34 djm Exp $ */
8 void tests(void);
12 tests(void) function
/freebsd-current/tools/test/stress2/testcases/openat/
H A Ddoat.c60 struct testcase tests[10]; // no more than 10 tests member in struct:test
64 struct test *tests; variable in typeref:struct:test
101 tests = calloc(NUM_OF_TESTS, sizeof(struct test));
102 if (tests == NULL) {
193 tests[0].syscall = SYS_faccessat;
194 tests[0].num_of_cases = 6;
195 tests[0].name = "faccessat";
196 tests[0].tests[
[all...]
/freebsd-current/tools/regression/doat/
H A Ddoat.c63 struct testcase tests[10]; /* no more than 10 tests */ member in struct:test
67 struct test *tests; variable in typeref:struct:test
106 tests = calloc(NUM_OF_TESTS + 1, sizeof(struct test));
107 if (tests == NULL) {
196 tests[0].syscall = SYS_faccessat;
197 tests[0].num_of_cases = 6;
198 tests[0].name = "faccessat";
199 tests[0].tests[
[all...]
/freebsd-current/tools/regression/tmpfs/
H A DMakefile3 tests= t_mount macro
4 tests+= t_statvfs
5 tests+= t_mkdir
6 tests+= t_vnode_leak
7 tests+= t_setattr
8 tests+= t_rmdir
9 tests+= t_trail_slash
10 tests+= t_dots
11 tests+= t_create
12 tests
[all...]
/freebsd-current/targets/pseudo/tests/
H A DMakefile.depend8 bin/cat/tests \
9 bin/chflags/tests \
10 bin/chmod/tests \
11 bin/date/tests \
12 bin/dd/tests \
13 bin/echo/tests \
14 bin/expr/tests \
15 bin/ln/tests \
16 bin/ls/tests \
17 bin/mkdir/tests \
[all...]
/freebsd-current/share/examples/tests/
H A DMakefile2 SUBDIR= tests
4 .PATH: ${SRCTOP}/tests
/freebsd-current/crypto/heimdal/lib/roken/
H A Dparse_bytes-test.c44 } tests[] = { variable in typeref:struct:testcase
63 for (i = 0; i < sizeof(tests)/sizeof(tests[0]); ++i) {
65 int val = parse_bytes (tests[i].str, tests[i].def_unit);
68 if (val != tests[i].val) {
70 tests[i].str,
71 tests[i].def_unit ? tests[i].def_unit : "none",
72 val, tests[
[all...]
/freebsd-current/lib/csu/tests/
H A DMakefile.inc2 TESTSDIR:= ${TESTSBASE}/${RELDIR:C/csu\/tests/csu/}
/freebsd-current/lib/libc/tests/
H A DMakefile.netbsd-tests2 TESTSRC:= ${SRCTOP}/contrib/netbsd-tests/${RELDIR:C/libc\/tests/libc/}
4 TESTSDIR:= ${TESTSBASE}/${RELDIR:C/libc\/tests/libc/}
8 .include <netbsd-tests.test.mk>
/freebsd-current/usr.bin/vmstat/tests/
H A DMakefile2 PACKAGE= tests
6 .include <netbsd-tests.test.mk>
/freebsd-current/usr.bin/tests/
H A DMakefile2 PACKAGE= tests
4 .PATH: ${SRCTOP}/tests
/freebsd-current/tests/sys/pjdfstest/
H A DMakefile2 PACKAGE= tests
5 SUBDIR+= tests
/freebsd-current/libexec/rtld-elf/tests/
H A DMakefile.inc2 PACKAGE?= tests
/freebsd-current/crypto/openssl/test/recipes/
H A D01-test_abort.t14 plan tests => 1;
/freebsd-current/contrib/bmake/unit-tests/
H A Ddirective-ifnmake.exp1 Don't forget to run the tests (1)
2 Running the tests
/freebsd-current/crypto/openssh/regress/unittests/sshkey/
H A Dtests.c1 /* $OpenBSD: tests.c,v 1.1 2014/06/24 01:14:18 djm Exp $ */
17 tests(void) function
/freebsd-current/crypto/openssh/regress/unittests/kex/
H A Dtests.c1 /* $OpenBSD: tests.c,v 1.3 2023/03/06 12:15:47 dtucker Exp $ */
13 tests(void) function
/freebsd-current/sbin/ipfw/tests/
H A DMakefile1 PACKAGE= tests
/freebsd-current/usr.bin/asa/tests/
H A DMakefile1 PACKAGE= tests
/freebsd-current/sbin/tests/
H A DMakefile2 .PATH: ${SRCTOP}/tests
/freebsd-current/cddl/sbin/tests/
H A DMakefile2 .PATH: ${SRCTOP}/tests
/freebsd-current/cddl/lib/tests/
H A DMakefile2 .PATH: ${SRCTOP}/tests
/freebsd-current/sbin/bectl/tests/
H A DMakefile2 PACKAGE= tests
/freebsd-current/lib/tests/
H A DMakefile2 .PATH: ${SRCTOP}/tests
/freebsd-current/secure/usr.sbin/tests/
H A DMakefile2 .PATH: ${SRCTOP}/tests

Completed in 357 milliseconds

1234567891011>>