Searched refs:test (Results 101 - 125 of 380) sorted by relevance

1234567891011>>

/freebsd-10.1-release/contrib/compiler-rt/lib/x86_64/
H A Dfloatundixf.S23 test %rdi, %rdi
/freebsd-10.1-release/tools/regression/pthread/unwind/
H A Dthread_normal_exit.cpp2 /* test stack unwinding for a new thread */
13 Test test; local
/freebsd-10.1-release/contrib/ncurses/ncurses/tinfo/
H A Daccess.c91 const char *test = strrchr(path, '/'); local
93 if (test == 0)
94 test = strrchr(path, '\\');
96 if (test == 0)
97 test = path;
99 test++;
100 return (test - path);
/freebsd-10.1-release/crypto/heimdal/lib/krb5/
H A Dtest_config.c93 } test[] = { variable in typeref:struct:__anon5055
110 test[0].res = list0;
111 test[1].res = list1;
112 test[2].res = list2;
114 for (i = 0; i < sizeof(test)/sizeof(*test); i++) {
115 check_config_file(context, test[i].fl, test[i].res, 0);
116 check_config_file(context, test[i].fl, test[
[all...]
/freebsd-10.1-release/tools/regression/priv/
H A Dpriv_vfs_read_write.c34 * This is a joint test of both the read and write privileges with respect to
83 priv_vfs_readwrite_fowner_setup(int asroot, int injail, struct test *test) argument
102 priv_vfs_readwrite_fgroup_setup(int asroot, int injail, struct test *test) argument
122 priv_vfs_readwrite_fother_setup(int asroot, int injail, struct test *test) argument
141 priv_vfs_readwrite_fowner(int asroot, int injail, struct test *test) argument
174 priv_vfs_readwrite_fgroup(int asroot, int injail, struct test *tes argument
207 priv_vfs_readwrite_fother(int asroot, int injail, struct test *test) argument
240 priv_vfs_readwrite_cleanup(int asroot, int injail, struct test *test) argument
[all...]
/freebsd-10.1-release/tools/regression/lib/msun/
H A Dtest-fma.c40 #include "test-utils.h"
54 #define test(func, x, y, z, result, exceptmask, excepts) do { \ macro
62 test(fma, (double)(x), (double)(y), (double)(z), \
64 test(fmaf, (float)(x), (float)(y), (float)(z), \
66 test(fmal, (x), (y), (z), (result), (exceptmask), (excepts)); \
72 test((func), (x), (y), (z), (rn), (exceptmask), (excepts)); \
74 test((func), (x), (y), (z), (ru), (exceptmask), (excepts)); \
76 test((func), (x), (y), (z), (rd), (exceptmask), (excepts)); \
78 test((func), (x), (y), (z), (rz), (exceptmask), (excepts)); \
113 test(fma
[all...]
H A Dtest-next.c44 #include "test-utils.h"
46 #define test(exp, ans, ex) do { \ macro
62 test##prec(nextafter##prec((arg1), (arg2)), (ans), (ex)); \
63 test##prec(nexttoward##prec((arg1), (arg2)), (ans), (ex)); \
100 test##prec(copysign##prec(1.0, nextafter##prec(0.0, -0.0)), -1.0, 0); \
101 test##prec(copysign##prec(1.0, nextafter##prec(-0.0, 0.0)), 1.0, 0); \
102 test##prec(copysign##prec(1.0, nexttoward##prec(0.0, -0.0)), -1.0, 0);\
103 test##prec(copysign##prec(1.0, nexttoward##prec(-0.0, 0.0)), 1.0, 0)
111 test##prec(next(-0.0, 42.0), eps, ex_under); \
112 test##pre
[all...]
/freebsd-10.1-release/contrib/gcclibs/libiberty/
H A Dargv.c178 argv, even for null strings. See NOTES above, test case below. */
413 /* Simple little test driver. */
436 const char *const *test; local
439 for (test = tests; *test != NULL; test++)
441 printf ("buildargv(\"%s\")\n", *test);
442 if ((argv = buildargv (*test)) == NULL)
/freebsd-10.1-release/contrib/bmake/mk/
H A Dlinks.mk36 while test $$\# -ge 2; do \
43 while test $$\# -ge 2; do \
58 while test $$\# -ge 2; do \
65 while test $$\# -ge 2; do \
/freebsd-10.1-release/contrib/ncurses/ncurses/trace/
H A Dlib_tracedmp.c85 chtype test = CharOf(win->_line[n].text[j]); local
86 ep[j] = (char) ((UChar(test) == test
91 ? (iscntrl(UChar(test))
93 : UChar(test))
114 int test = WidecExt(win->_line[n].text[j]);
115 if (test) {
116 ep[j] = (char) (test + '0');
/freebsd-10.1-release/tools/tools/netrate/tcpp/
H A Drunit.pl36 sub test { subroutine
61 test($kernel, $tso, $lro, $mtu);
/freebsd-10.1-release/crypto/openssl/crypto/md4/
H A Dmd4test.c75 static char *test[] = { variable
104 P = test;
115 printf("test %d ok\n", i);
/freebsd-10.1-release/contrib/gcc/
H A Dgenrecog.c74 /* A single test. The two accept types aren't tests per-se, but
83 /* These types are roughly in the order in which we'd like to test them. */
98 RTX_CODE code; /* Code to test. */
108 const char *c_test; /* Additional test to perform. */
126 struct decision_head success; /* Nodes to test on success. */
127 struct decision *next; /* Node to test on failure. */
129 struct decision *afterward; /* Node to test on success,
509 /* Create a new test and link it in at PLACE. */
515 struct decision_test *test;
517 test
512 struct decision_test *test; local
900 struct decision_test *test; local
2150 write_action(struct decision *p, struct decision_test *test, int depth, int uncond, struct decision *success, enum routine_type subroutine_type) argument
2268 struct decision_test *test, *last_test; local
2546 struct decision_test *test, **place; local
2802 debug_decision_2(struct decision_test *test) argument
2865 struct decision_test *test; local
[all...]
/freebsd-10.1-release/contrib/sendmail/libsm/
H A Dt-path.c15 #include <sm/test.h>
24 sm_test_begin(argc, argv, "test path handling");
/freebsd-10.1-release/sbin/setkey/
H A Dtest-policy.c71 int test(char *buf, int family);
86 test(buf, PF_INET);
89 test(buf, PF_INET6);
94 int test(char *policy, int family) function
/freebsd-10.1-release/sys/dev/cmx/
H A Dcmxvar.h91 #define cmx_test(byte, flags, test) \
92 (((byte) & (flags)) == ((test) ? (flags) : 0))
94 #define cmx_test_BSR(sc, flags, test) \
95 cmx_test(cmx_read_BSR(sc), flags, test)
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.br.s39 ENTRY(test) function
64 SET_SIZE(test)
76 call test
/freebsd-10.1-release/lib/libutil/tests/
H A Dtrimdomain-nodomain_test.c61 testit(const char *input, int hostsize, const char *output, const char *test) argument
70 printf("not ok %d - %s\n", tests, test);
73 printf("ok %d - %s\n", tests, test);
H A Dtrimdomain_test.c61 testit(const char *input, int hostsize, const char *output, const char *test) argument
70 printf("not ok %d - %s\n", tests, test);
73 printf("ok %d - %s\n", tests, test);
/freebsd-10.1-release/sys/cddl/dev/dtrace/
H A Ddtrace_test.c42 SDT_PROVIDER_DEFINE(test); variable
44 SDT_PROBE_DEFINE7(test, , , sdttest, "int", "int", "int", "int", "int",
48 * These are variables that the DTrace test suite references in the
75 SDT_PROBE7(test, , , sdttest, 1, 2, 3, 4, 5, 6, 7);
83 NULL, 0, dtrace_test_sdttest, "I", "Trigger the SDT test probe");
/freebsd-10.1-release/tools/regression/netinet/udpconnectjail/
H A Dudpconnectjail.c46 * connecting UDP sockets. This test program attempts to exercise that bug.
58 test(const char *context, struct sockaddr_in *sin) function
92 * First run the system call test outside of a jail.
94 test("not in jail", &sin);
112 test("in jail", &sin);
/freebsd-10.1-release/tools/regression/security/cap_test/
H A Dcap_test.c44 /* Initialize a named test. Requires test_NAME() function to be declared. */
48 struct test all_tests[] = {
57 int test_count = sizeof(all_tests) / sizeof(struct test);
91 errx(-1, "No such test '%s'", argv[i]);
98 execute(int id, struct test *t) {
113 /* Child process: run the test. */
/freebsd-10.1-release/contrib/ntp/sntp/libevent/test/
H A Dtest-closed.c84 const char *test = "test string"; local
104 if (send(pair[0], test, (int)strlen(test)+1, 0) < 0)
H A Dtest-eof.c92 const char *test = "test string"; local
108 if (send(pair[0], test, (int)strlen(test)+1, 0) < 0)
H A Dtest-weof.c65 const char *test = "test string"; local
68 len = send(fd, test, (int)strlen(test) + 1, 0);

Completed in 233 milliseconds

1234567891011>>