Searched refs:test (Results 1 - 25 of 526) sorted by relevance

1234567891011>>

/freebsd-11-stable/tools/regression/priv/
H A Dmain.h42 #define KENV_VAR_NAME "test"
43 #define KENV_VAR_VALUE "test"
49 void setup_dir(const char *test, char *dpathp, uid_t uid, gid_t gid,
51 void setup_file(const char *test, char *fpathp, uid_t uid, gid_t gid,
53 void expect(const char *test, int error, int expected_error,
57 * Definition for a particular test, both used to manage the test list in
58 * main.c, and passed to tests so they can be aware of which specific test is
61 struct test { struct
64 struct test *tes
[all...]
H A Dpriv_audit_control.c36 * XXXRW: It would be a good idea to also test auditctl(), which also tests
51 priv_audit_control_setup(int asroot, int injail, struct test *test) argument
62 priv_audit_control(int asroot, int injail, struct test *test) argument
82 priv_audit_control_cleanup(int asroot, int injail, struct test *test) argument
H A Dpriv_clock_settime.c50 priv_clock_settime_setup(int asroot, int injail, struct test *test) argument
62 priv_clock_settime(int asroot, int injail, struct test *test) argument
81 priv_clock_settime_cleanup(int asroot, int injail, struct test *test) argument
H A Dpriv_settimeofday.c50 priv_settimeofday_setup(int asroot, int injail, struct test *test) argument
61 priv_settimeofday(int asroot, int injail, struct test *test) argument
80 priv_settimeofday_cleanup(int asroot, int injail, struct test *test) argument
H A Dpriv_vfs_chroot.c47 priv_vfs_chroot_setup(int asroot, int injail, struct test *test) argument
54 priv_vfs_chroot(int asroot, int injail, struct test *test) argument
70 priv_vfs_chroot_cleanup(int asroot, int injail, struct test *test) argument
H A Dpriv_vm_madv_protect.c47 priv_vm_madv_protect_setup(int asroot, int injail, struct test *test) argument
54 priv_vm_madv_protect(int asroot, int injail, struct test *test) argument
73 priv_vm_madv_protect_cleanup(int asroot, int injail, struct test *test) argument
H A Dpriv_vm_mlock.c47 priv_vm_mlock_setup(int asroot, int injail, struct test *test) argument
54 priv_vm_mlock(int asroot, int injail, struct test *test) argument
70 priv_vm_mlock_cleanup(int asroot, int injail, struct test *test) argument
H A Dpriv_vm_munlock.c47 priv_vm_munlock_setup(int asroot, int injail, struct test *test) argument
54 priv_vm_munlock(int asroot, int injail, struct test *test) argument
71 priv_vm_munlock_cleanup(int asroot, int injail, struct test *test) argument
H A Dpriv_vfs_stickyfile.c54 struct test *test)
65 struct test *test)
76 struct test *test)
87 struct test *test)
97 priv_vfs_stickyfile_dir_fowner(int asroot, int injail, struct test *test) argument
53 priv_vfs_stickyfile_dir_fowner_setup(int asroot, int injail, struct test *test) argument
64 priv_vfs_stickyfile_dir_fother_setup(int asroot, int injail, struct test *test) argument
75 priv_vfs_stickyfile_file_fowner_setup(int asroot, int injail, struct test *test) argument
86 priv_vfs_stickyfile_file_fother_setup(int asroot, int injail, struct test *test) argument
117 priv_vfs_stickyfile_dir_fother(int asroot, int injail, struct test *test) argument
137 priv_vfs_stickyfile_file_fowner(int asroot, int injail, struct test *test) argument
157 priv_vfs_stickyfile_file_fother(int asroot, int injail, struct test *test) argument
177 priv_vfs_stickyfile_dir_cleanup(int asroot, int injail, struct test *test) argument
187 priv_vfs_stickyfile_file_cleanup(int asroot, int injail, struct test *test) argument
[all...]
/freebsd-11-stable/tools/regression/netinet/ipdivert/
H A Dipdivert.c33 * This is a test tool for IP divert sockets. For the time being, it just
35 * behaviour. It would be highly desirable to broaden this test tool to
52 ok(const char *test) argument
55 fprintf(stderr, "%s: OK\n", test);
59 fail(const char *test, const char *note) argument
62 fprintf(stderr, "%s - %s: FAIL (%s)\n", test, note, strerror(errno));
67 failx(const char *test, const char *note) argument
70 fprintf(stderr, "%s - %s: FAIL\n", test, note);
75 ipdivert_create(const char *test) argument
81 fail(test, "socke
86 ipdivert_close(const char *test, int s) argument
94 ipdivert_bind(const char *test, int s, u_short port, int expect) argument
119 const char *test; local
[all...]
/freebsd-11-stable/crypto/openssh/openbsd-compat/regress/
H A Dstrduptest.c23 test(const char *a) function
40 test("");
41 test("a");
42 test("\0");
43 test("abcdefghijklmnopqrstuvwxyz");
H A Dstrtonumtest.c41 test(const char *p, long long lb, long long ub, int ok) function
60 test("1", 0, 10, 1);
61 test("0", -2, 5, 1);
62 test("0", 2, 5, 0);
63 test("0", 2, LLONG_MAX, 0);
64 test("-2", 0, LLONG_MAX, 0);
65 test("0", -5, LLONG_MAX, 1);
66 test("-3", -3, LLONG_MAX, 1);
67 test("-9223372036854775808", LLONG_MIN, LLONG_MAX, 1);
68 test("922337203685477580
[all...]
/freebsd-11-stable/tests/sys/file/
H A Ddup_test.c83 int orgfd, fd1, fd2, test = 0; local
92 printf("ok %d - dup(2) works\n", ++test);
101 printf("ok %d - dup2(2) works\n", ++test);
104 ++test;
107 test);
109 printf("ok %d - dup2(2) returned a correct fd\n", test);
112 ++test;
115 test);
117 printf("ok %d - dup2(2) cleared close-on-exec\n", test);
138 * the way it is supposed to be and test her
[all...]
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_type_question_colon.c8 test(void) { function
13 test();
/freebsd-11-stable/contrib/atf/atf-c/
H A Dbuild_test.c102 * Internal test cases.
108 atf_tc_set_md_var(tc, "descr", "Tests the test case internal "
155 struct c_o_test *test; local
157 for (test = c_o_tests; test->expargv[0] != NULL; test++) {
158 printf("> Test: %s\n", test->msg);
160 verbose_set_env("ATF_BUILD_CC", test->cc);
161 verbose_set_env("ATF_BUILD_CFLAGS", test->cflags);
162 verbose_set_env("ATF_BUILD_CPPFLAGS", test
184 struct cpp_test *test; local
212 struct cxx_o_test *test; local
[all...]
/freebsd-11-stable/sys/dev/vxge/include/
H A Dvxge-os-pal.h63 * @test: C-condition to check
71 #define vxge_assert(test) { \
72 if (!(test)) vxge_os_bug("bad cond: "#test" at %s:%d\n", \
75 #define vxge_assert(test)
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_archive_set_error.c26 #include "test.h"
30 test(struct archive *a, int code, const char *msg) function
45 test(a, 12, "abcdefgh");
46 test(a, 0, "123456");
47 test(a, -1, "tuvw");
48 test(a, 34, "XYZ");
/freebsd-11-stable/contrib/netbsd-tests/lib/libbluetooth/
H A Dt_sdp_put.c49 sdp_data_t test = { buf, buf + sizeof(buf) }; local
57 ATF_REQUIRE(sdp_put_data(&test, &value));
58 test.end = test.next;
59 test.next = buf;
67 ATF_REQUIRE_EQ(test.end - test.next, sizeof(expect));
68 ATF_CHECK(memcmp(expect, test.next, sizeof(expect)) == 0);
82 sdp_data_t test = { buf, buf + sizeof(buf) }; local
89 ATF_REQUIRE_EQ(sdp_put_attr(&test,
115 sdp_data_t test = { buf, buf + sizeof(buf) }; local
173 sdp_data_t test = { buf, buf + sizeof(buf) }; local
198 sdp_data_t test = { buf, buf + sizeof(buf) }; local
224 sdp_data_t test = { buf, buf + sizeof(buf) }; local
261 sdp_data_t test = { buf, buf + sizeof(buf) }; local
288 sdp_data_t test = { buf, buf + sizeof(buf) }; local
333 sdp_data_t test = { buf, buf + sizeof(buf) }; local
360 sdp_data_t test = { buf, buf + sizeof(buf) }; local
391 sdp_data_t test = { buf, buf + sizeof(buf) }; local
429 sdp_data_t test = { buf, buf + sizeof(buf) }; local
476 sdp_data_t test = { buf, buf + sizeof(buf) }; local
541 sdp_data_t test = { buf, buf + sizeof(buf) }; local
570 sdp_data_t test = { buf, buf + sizeof(buf) }; local
603 sdp_data_t test = { buf, buf + sizeof(buf) }; local
647 sdp_data_t test = { buf, buf + sizeof(buf) }; local
706 sdp_data_t test = { buf, buf + sizeof(buf) }; local
740 sdp_data_t test = { buf, buf + sizeof(buf) }; local
774 sdp_data_t test = { buf, buf + sizeof(buf) }; local
818 sdp_data_t test = { buf, buf + sizeof(buf) }; local
[all...]
H A Dt_sdp_set.c53 sdp_data_t test = { data, data + sizeof(data) }; local
56 ATF_CHECK_EQ(sdp_data_type(&test), SDP_DATA_BOOL);
57 ATF_REQUIRE(sdp_set_bool(&test, true));
58 ATF_CHECK_EQ(test.next[1], 0x01);
59 ATF_REQUIRE(sdp_set_bool(&test, false));
60 ATF_CHECK_EQ(test.next[1], 0x00);
61 ATF_REQUIRE(sdp_get_data(&test, &discard));
63 ATF_CHECK_EQ(sdp_data_type(&test), SDP_DATA_NIL);
64 ATF_CHECK_EQ(sdp_set_bool(&test, true), false); /* not bool */
65 ATF_REQUIRE(sdp_get_data(&test,
97 sdp_data_t test = { data, data + sizeof(data) }; local
177 sdp_data_t test = { data, data + sizeof(data) }; local
250 sdp_data_t test = { data, data + sizeof(data) }; local
309 sdp_data_t test = { data, data + sizeof(data) }; local
[all...]
H A Dt_sdp_match.c58 sdp_data_t test = { data, data + sizeof(data) }; local
65 ATF_REQUIRE_EQ(sdp_match_uuid16(&test, 0x1100), false); /* mismatch */
66 ATF_REQUIRE(sdp_match_uuid16(&test, 0x1111));
68 ATF_REQUIRE_EQ(sdp_match_uuid16(&test, 0x1234), false); /* not uuid */
69 ATF_REQUIRE(sdp_get_data(&test, &nil)); /* (skip) */
71 ATF_REQUIRE(sdp_match_uuid16(&test, 0x1234));
73 ATF_REQUIRE(sdp_match_uuid16(&test, 0x3456));
75 ATF_REQUIRE_EQ(sdp_match_uuid16(&test, 0x1234), false); /* mismatch */
76 ATF_REQUIRE(sdp_match_uuid16(&test, 0x4321));
78 ATF_CHECK_EQ(test
[all...]
/freebsd-11-stable/lib/msun/tests/
H A Dlrint_test.c48 #define test(func, x, result, excepts) do { \ macro
56 test(lrint, x, result, excepts); \
57 test(lrintf, x, result, excepts); \
58 test(lrintl, x, result, excepts); \
59 test(llrint, x, result, excepts); \
60 test(llrintf, x, result, excepts); \
61 test(llrintl, x, result, excepts); \
89 test(lrint, 0x7fffffff.8p0, IGNORE, FE_INVALID);
90 test(lrint, -0x80000000.4p0, -0x80000000l, FE_INEXACT);
93 test(lrin
[all...]
H A Dlround_test.c44 #define test(func, x, result, excepts) do { \ macro
52 test(lround, x, result, excepts); \
53 test(lroundf, x, result, excepts); \
54 test(llround, x, result, excepts); \
55 test(llroundf, x, result, excepts); \
79 test(lround, 0x7fffffff.8p0, IGNORE, FE_INVALID);
80 test(lround, -0x80000000.8p0, IGNORE, FE_INVALID);
81 test(lround, 0x80000000.0p0, IGNORE, FE_INVALID);
82 test(lround, 0x7fffffff.4p0, 0x7fffffffl, FE_INEXACT);
83 test(lroun
[all...]
/freebsd-11-stable/crypto/openssl/crypto/hmac/
H A Dhmactest.c88 } test[8] = { variable in typeref:struct:test_st
90 "", 0, "More text test vectors to stuff up EBCDIC machines :-)", 54,
117 "", 0, "My test data", 12,
121 "", 0, "My test data", 12,
125 "123456", 6, "My test data", 12,
129 "12345", 5, "My test data again", 12,
149 printf("test skipped: MD5 disabled\n");
153 ebcdic2ascii(test[0].data, test[0].data, test[
[all...]
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dbuild_test.cpp105 // Internal test cases.
111 set_md_var("descr", "Tests the test case internal equal_argvs function");
155 for (struct c_o_test* test = c_o_tests; test->expargv[0] != NULL;
156 test++) {
157 std::cout << "> Test: " << test->msg << "\n";
159 verbose_set_env("ATF_BUILD_CC", test->cc);
160 verbose_set_env("ATF_BUILD_CFLAGS", test->cflags);
161 verbose_set_env("ATF_BUILD_CPPFLAGS", test->cppflags);
164 atf::build::c_o(test
[all...]
/freebsd-11-stable/sys/dev/ioat/
H A Dioat_test.c60 MALLOC_DEFINE(M_IOAT_TEST, "ioat_test", "ioat test allocations");
69 struct ioat_test *test; member in struct:test_transaction
77 MTX_SYSINIT(ioat_test_lk, &ioat_test_lk, "test coordination mtx", MTX_DEF);
88 struct ioat_test *test; local
91 test = tx->test;
95 if (test->testkind == IOAT_TEST_DMA_8K)
107 test_transaction *ioat_test_transaction_create(struct ioat_test *test, argument
117 tx->length = test->buffer_size;
120 if (test
151 struct ioat_test *test; local
184 struct ioat_test *test; local
206 ioat_test_prealloc_memory(struct ioat_test *test, int index) argument
238 ioat_test_release_memory(struct ioat_test *test) argument
252 ioat_test_submit_1_tx(struct ioat_test *test, bus_dmaengine_t dma) argument
364 struct ioat_test *test; local
[all...]

Completed in 211 milliseconds

1234567891011>>