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

1234567891011>>

/freebsd-10.0-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...]
H A Dpriv_vfs_chown.c61 priv_vfs_chown_uid_setup(int asroot, int injail, struct test *test) argument
71 priv_vfs_chown_uid(int asroot, int injail, struct test *test) argument
91 priv_vfs_chown_mygid_setup(int asroot, int injail, struct test *test) argument
95 * Create a file with a matching uid to the test process, but not a
105 priv_vfs_chown_mygid(int asroot, int injail, struct test *test) argument
125 priv_vfs_chown_othergid_setup(int asroot, int injail, struct test *tes argument
139 priv_vfs_chown_othergid(int asroot, int injail, struct test *test) argument
157 priv_vfs_chown_cleanup(int asroot, int injail, struct test *test) argument
[all...]
/freebsd-10.0-release/contrib/atf/test-programs/
H A DMakefile.am.inc30 tests_test_programs_DATA = test-programs/Atffile \
31 test-programs/Kyuafile
32 tests_test_programsdir = $(pkgtestsdir)/test-programs
35 tests_test_programs_PROGRAMS = test-programs/c_helpers
36 test_programs_c_helpers_SOURCES = test-programs/c_helpers.c
39 tests_test_programs_PROGRAMS += test-programs/cpp_helpers
40 test_programs_cpp_helpers_SOURCES = test-programs/cpp_helpers.cpp
43 common_sh = $(srcdir)/test-programs/common.sh
44 EXTRA_DIST += test-programs/common.sh
46 tests_test_programs_SCRIPTS = test
[all...]
/freebsd-10.0-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.0-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.0-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.0-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.0-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.0-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.0-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.0-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.0-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.0-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...]
/freebsd-10.0-release/crypto/openssl/crypto/hmac/
H A Dhmactest.c89 } test[4]={ variable in typeref:struct:test_st
92 "More text test vectors to stuff up EBCDIC machines :-)",
133 printf("test skipped: MD5 disabled\n");
137 ebcdic2ascii(test[0].data, test[0].data, test[0].data_len);
138 ebcdic2ascii(test[1].data, test[1].data, test[1].data_len);
139 ebcdic2ascii(test[
[all...]

Completed in 246 milliseconds

1234567891011>>