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

1234567891011>>

/freebsd-10.1-release/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...]
H A Dpriv_vfs_chmod.c53 priv_vfs_chmod_froot_setup(int asroot, int injail, struct test *test) argument
63 priv_vfs_chmod_fowner_setup(int asroot, int injail, struct test *test) argument
73 priv_vfs_chmod_fother_setup(int asroot, int injail, struct test *test) argument
83 priv_vfs_chmod_froot(int asroot, int injail, struct test *test) argument
101 priv_vfs_chmod_fowner(int asroot, int injail, struct test *test) argument
120 priv_vfs_chmod_fother(int asroot, int injail, struct test *test) argument
139 priv_vfs_chmod_cleanup(int asroot, int injail, struct test *test) argument
[all...]
/freebsd-10.1-release/contrib/ntp/tests/libntp/
H A Dlfptostr.c2 * This file contains test for both mfptoa and mfptoms (which uses dolfptoa),
48 l_fp test = {{200}, 0}; /* exact 200.0000000000 */ local
50 TEST_ASSERT_EQUAL_STRING("200.0000000000", mfptoa(test.l_ui, test.l_uf, LFP_MAX_PRECISION));
51 TEST_ASSERT_EQUAL_STRING("200000.0000000", mfptoms(test.l_ui, test.l_uf, LFP_MAX_PRECISION_MS));
56 l_fp test = {{-100}, 0}; /* -100 */ local
58 TEST_ASSERT_EQUAL_STRING("-100.0000000000", lfptoa(&test, LFP_MAX_PRECISION));
59 TEST_ASSERT_EQUAL_STRING("-100000.0000000", lfptoms(&test, LFP_MAX_PRECISION_MS));
64 l_fp test local
72 l_fp test = {{-100}, ONE_FOURTH}; /* -99.75 */ local
80 l_fp test = {{10}, ONE_FOURTH}; /* 10.25 */ local
88 l_fp test = {{10}, HALF}; /* 10.5 */ local
96 l_fp test = {{5}, THREE_FOURTH}; /* 5.75 */ local
104 l_fp test = {{8}, ONE_FOURTH}; /* 8.25 */ local
112 l_fp test = {{1}, HALF_PROMILLE_UP}; /* slightly more than 1.0005 */ local
122 l_fp test = {{1}, HALF_PROMILLE_DOWN}; /* slightly less than 1.0005 */ local
131 l_fp test = {{3000000000UL}, 0}; local
[all...]
H A Dsfptostr.c2 * This file contains test for both fptoa and fptoms (which uses dofptoa),
34 s_fp test = 300 << 16; // exact 300.000000 local
36 TEST_ASSERT_EQUAL_STRING("300.000000", fptoa(test, SFP_MAX_PRECISION));
37 TEST_ASSERT_EQUAL_STRING("300000.000", fptoms(test, SFP_MAX_PRECISION));
42 s_fp test = -(200 << 16); // exact -200.000000 local
44 TEST_ASSERT_EQUAL_STRING("-200.000000", fptoa(test, SFP_MAX_PRECISION));
45 TEST_ASSERT_EQUAL_STRING("-200000.000", fptoms(test, SFP_MAX_PRECISION));
50 s_fp test = (300 << 16) + (1 << 15); // 300 + 0.5 local
52 TEST_ASSERT_EQUAL_STRING("300.500000", fptoa(test, SFP_MAX_PRECISION));
53 TEST_ASSERT_EQUAL_STRING("300500.000", fptoms(test, SFP_MAX_PRECISIO
58 s_fp test = -(200 << 16) - (1 << 15); // -200 - 0.5 local
66 s_fp test = (300 << 16) - (1 << 14); // 300 - 0.25 local
74 s_fp test = -(200 << 16) + (1 << 14)*3; // -200 + 0.75 local
82 s_fp test = 300 << 16; // 300 local
90 s_fp test = (2 << 16) + (1 << 14)*3; // 2 + 0.25*3 = 2.75 local
[all...]
/freebsd-10.1-release/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-10.1-release/tools/regression/sockets/unix_passfd/
H A Dunix_passfd.c42 * data", or control messages. This regression test is intended to exercise
45 * there are cyclic file descriptor references. Right now we test only with
46 * stream sockets, but ideally we'd also test with datagram sockets.
50 domainsocketpair(const char *test, int *fdp) argument
54 err(-1, "%s: socketpair(PF_UNIX, SOCK_STREAM)", test);
66 devnull(const char *test, int *fdp) argument
72 err(-1, "%s: open(/dev/null)", test);
77 tempfile(const char *test, int *fdp) argument
85 err(-1, "%s: mkstemp(%s)", test, path);
91 dofstat(const char *test, in argument
99 samefile(const char *test, struct stat *sb1, struct stat *sb2) argument
109 sendfd(const char *test, int sockfd, int sendfd) argument
146 recvfd(const char *test, int sockfd, int *recvfd) argument
195 const char *test; local
[all...]
/freebsd-10.1-release/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-10.1-release/tools/regression/file/dup/
H A Ddup.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-10.1-release/contrib/atf/atf-c/
H A Dbuild_test.c109 * Internal test cases.
115 atf_tc_set_md_var(tc, "descr", "Tests the test case internal "
162 struct c_o_test *test; local
164 for (test = c_o_tests; test->expargv[0] != NULL; test++) {
165 printf("> Test: %s\n", test->msg);
167 verbose_set_env("ATF_BUILD_CC", test->cc);
168 verbose_set_env("ATF_BUILD_CFLAGS", test->cflags);
169 verbose_set_env("ATF_BUILD_CPPFLAGS", test
192 struct cpp_test *test; local
221 struct cxx_o_test *test; local
[all...]
/freebsd-10.1-release/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-10.1-release/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-10.1-release/tools/regression/lib/msun/
H A Dtest-lrint.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 Dtest-lround.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-10.1-release/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-10.1-release/contrib/atf/atf-c++/
H A Dbuild_test.cpp114 // Internal test cases.
120 set_md_var("descr", "Tests the test case internal equal_argvs function");
164 for (struct c_o_test* test = c_o_tests; test->expargv[0] != NULL;
165 test++) {
166 std::cout << "> Test: " << test->msg << "\n";
168 verbose_set_env("ATF_BUILD_CC", test->cc);
169 verbose_set_env("ATF_BUILD_CFLAGS", test->cflags);
170 verbose_set_env("ATF_BUILD_CPPFLAGS", test->cppflags);
174 atf::build::c_o(test
[all...]
/freebsd-10.1-release/tools/regression/ia64/emulated/
H A Dbrl.t41 local $test = "${type}_${pred}_${var}";
42 local $tmpfile = "/tmp/" . $$ . "_$test";
45 $st = system("cc -o $tmpfile -DTYPE=$type -DPRED=$pred -DVAR=$var -Wall -O1 -g $srcdir/test.c");
47 print "not ok $nr $test # compiling $test\n";
52 print "ok $nr $test\n";
55 print "not ok $nr $test # invalid combination\n";
58 print "not ok $nr $test # long branch failure\n";
61 print "not ok $nr $test # signalled (exit status $st)\n";
69 # We can only test th
[all...]

Completed in 237 milliseconds

1234567891011>>