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

1234567891011>>

/freebsd-11-stable/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-11-stable/tools/regression/doat/
H A Ddoat.c65 struct testcase tests[10]; /* no more than 10 tests */ member in struct:test
69 struct test *tests; variable in typeref:struct:test
108 tests = calloc(NUM_OF_TESTS + 1, sizeof(struct test));
109 if (tests == NULL) {
198 tests[0].syscall = SYS_faccessat;
199 tests[0].num_of_cases = 6;
200 tests[0].name = "faccessat";
201 tests[0].tests[
[all...]
/freebsd-11-stable/tools/regression/tmpfs/
H A DMakefile4 tests= t_mount macro
5 tests+= t_statvfs
6 tests+= t_mkdir
7 tests+= t_vnode_leak
8 tests+= t_setattr
9 tests+= t_rmdir
10 tests+= t_trail_slash
11 tests+= t_dots
12 tests+= t_create
13 tests
[all...]
/freebsd-11-stable/crypto/openssh/regress/unittests/kex/
H A Dtests.c1 /* $OpenBSD: tests.c,v 1.1 2015/01/15 23:41:29 markus Exp $ */
11 tests(void) function
/freebsd-11-stable/targets/pseudo/tests/
H A DMakefile.depend1 # $FreeBSD: stable/11/targets/pseudo/tests/Makefile.depend 321391 2017-07-23 18:13:19Z ngie $
9 bin/cat/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/mv/tests \
[all...]
/freebsd-11-stable/share/examples/tests/
H A DMakefile3 SUBDIR= tests
5 .PATH: ${SRCTOP}/tests
/freebsd-11-stable/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-11-stable/lib/libc/tests/
H A DMakefile.netbsd-tests3 TESTSRC:= ${SRCTOP}/contrib/netbsd-tests/${RELDIR:C/libc\/tests/libc/}
5 TESTSDIR:= ${TESTSBASE}/${RELDIR:C/libc\/tests/libc/}
9 .include <netbsd-tests.test.mk>
/freebsd-11-stable/tests/sys/pjdfstest/
H A DMakefile3 PACKAGE= tests
6 SUBDIR+= tests
/freebsd-11-stable/usr.bin/tests/
H A DMakefile3 PACKAGE= tests
5 .PATH: ${SRCTOP}/tests
/freebsd-11-stable/bin/tests/
H A DMakefile3 .PATH: ${SRCTOP}/tests
/freebsd-11-stable/cddl/lib/tests/
H A DMakefile3 .PATH: ${SRCTOP}/tests
/freebsd-11-stable/cddl/sbin/tests/
H A DMakefile3 .PATH: ${SRCTOP}/tests
/freebsd-11-stable/cddl/tests/
H A DMakefile3 .PATH: ${SRCTOP}/tests
/freebsd-11-stable/cddl/usr.bin/tests/
H A DMakefile3 .PATH: ${SRCTOP}/tests
/freebsd-11-stable/cddl/usr.sbin/tests/
H A DMakefile3 .PATH: ${SRCTOP}/tests
/freebsd-11-stable/share/tests/
H A DMakefile3 .PATH: ${SRCTOP}/tests
/freebsd-11-stable/lib/tests/
H A DMakefile3 .PATH: ${SRCTOP}/tests
/freebsd-11-stable/libexec/atf/tests/
H A DMakefile3 .PATH: ${SRCTOP}/tests
/freebsd-11-stable/libexec/tests/
H A DMakefile3 .PATH: ${SRCTOP}/tests
/freebsd-11-stable/sbin/tests/
H A DMakefile3 .PATH: ${SRCTOP}/tests
/freebsd-11-stable/secure/lib/tests/
H A DMakefile3 .PATH: ${SRCTOP}/tests
/freebsd-11-stable/secure/libexec/tests/
H A DMakefile3 .PATH: ${SRCTOP}/tests
/freebsd-11-stable/secure/tests/
H A DMakefile3 .PATH: ${SRCTOP}/tests
/freebsd-11-stable/secure/usr.bin/tests/
H A DMakefile3 .PATH: ${SRCTOP}/tests

Completed in 126 milliseconds

1234567891011>>