Searched refs:test (Results 126 - 150 of 327) sorted by relevance

1234567891011>>

/freebsd-9.3-release/tools/test/iconv/posix/
H A Dposix.c245 test(int (tester) (void), const char * label) function
259 test(open_1, "open_1");
260 test(open_2, "open_2");
261 test(close_1, "close_1");
262 test(conv_ret, "conv_ret");
263 test(conv_ebadf, "conv_ebadf");
264 test(conv_2big, "conv_2big");
265 test(conv_einval, "conv_einval");
266 test(conv_eilseq, "conv_eilseq");
/freebsd-9.3-release/crypto/openssl/fips/
H A Dfipsalgtest.pl3 # pathnames of input algorithm test files actually present (the unqualified
7 # FIPS test definitions
43 # not sufficient to determine the test. Addditionally we
45 # In these cases the test filename has (saltlen) appended.
332 # In most cases the output of a test is deterministic and
422 print STDERR "Unknown test $2\n";
460 my ( $test, $en );
462 foreach $test ( sort keys %fips_enabled ) {
463 $en = $fips_enabled{$test};
464 $test
[all...]
/freebsd-9.3-release/tools/regression/lib/msun/
H A Dtest-cexp.c83 #define test(func, z, result, exceptmask, excepts, checksign) do { \ macro
98 test(cexp, x, result, exceptmask, excepts, checksign); \
99 test(cexpf, x, result, exceptmask, excepts, checksign); \
111 /* Various finite non-zero numbers to test. */
259 test(cexp, cpackl(finites[i], 0.0),
262 test(cexp, cpackl(finites[i], -0.0),
265 test(cexpf, cpackl(finites[i], 0.0),
268 test(cexpf, cpackl(finites[i], -0.0),
280 test(cexp, cpackl(0.0, finites[i]),
283 test(cex
[all...]
H A Dtest-trig.c65 #define test(func, x, result, exceptmask, excepts) do { \ macro
73 test(prefix, x, (double)result, exceptmask, excepts); \
74 test(prefix##f, x, (float)result, exceptmask, excepts); \
75 test(prefix##l, x, result, exceptmask, excepts); \
79 test(prefix, x, (double)result, exceptmask, excepts); \
80 test(prefix##f, x, (float)result, exceptmask, excepts); \
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.br.d30 * ASSERTION: Trace all instructions in the function 'test' to verify that
44 pid$1:a.out:test:
67 trace("test timed out");
/freebsd-9.3-release/contrib/bmake/mk/
H A Dinstall-new.mk21 if ! test -s $$target || ! cmp -s $$target $$src; then \
23 if test -s $$target; then \
24 if test "x$$_bak" != x; then \
46 if test $$_t $$new; then \
H A Dsubdir.mk28 @Exists() { test -f $$1; }; \
38 if test X"${_THISDIR_}" = X""; then \
50 @set -e; if test -d ${.CURDIR}/${.TARGET}.${MACHINE}; then \
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DPostOrderCFGView.h57 if (VisitedBlockIDs.test(Block->getBlockID()))
67 return VisitedBlockIDs.test(Block->getBlockID());
/freebsd-9.3-release/contrib/ncurses/
H A Dconvert_configure.pl87 if (/if\s+test\s+-z\s+\"\$INSTALL\"/) {
93 s{^((\s*)if\s+test)\s*-f\s*(\$$varname/\S+)\s*;}
104 s/\btest\s+-s\s+conftest\b/test -f conftest/g; # Fix exe test
106 s/^\s*host=`.*\$ac_config_sub \$host_alias`/$&\nif test -z "\$host"; then host=\$host_alias; fi/;
/freebsd-9.3-release/sys/boot/arm/at91/
H A DMakefile.inc35 echo "$$x bytes available"; test $$x -ge 0
/freebsd-9.3-release/crypto/openssl/crypto/md5/
H A Dmd5test.c75 static char *test[] = { variable
104 P = test;
115 printf("test %d ok\n", i);
/freebsd-9.3-release/crypto/openssl/crypto/ripemd/
H A Drmdtest.c79 static char *test[] = { variable
110 P = test;
125 printf("test %d ok\n", i);
/freebsd-9.3-release/crypto/openssl/crypto/md2/
H A Dmd2test.c79 static char *test[] = { variable
108 P = test;
120 printf("test %d ok\n", i);
/freebsd-9.3-release/tools/regression/file/closefrom/
H A Dclosefrom.c54 static int test = 1; variable
60 printf("ok %d - %s\n", test, descr);
61 test++;
69 printf("not ok %d - %s", test, descr);
70 test++;
215 /* Fork a child process to test closefrom(0). */
233 /* Fork a child process to test closefrom(-1). */
/freebsd-9.3-release/contrib/gcclibs/libiberty/testsuite/
H A Dtest-expandargv.c1 /* expandargv test program,
63 as \r\n. Thus \n is included in the test data for the file.
65 We use \b to indicate that the test data is the null character.
69 #define FILENAME_PATTERN "test-expandargv-%d.lst"
70 #define ARGV0 "test-expandargv"
76 "@test-expandargv-0.lst",
86 "@test-expandargv-1.lst",
96 "@test-expandargv-2.lst",
105 "@test-expandargv-3.lst",
120 fprintf (stderr, "test
156 writeout_test(int test, const char * test_data) argument
188 erase_test(int test) argument
[all...]
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dt-heap.c16 #include <sm/test.h>
33 sm_test_begin(argc, argv, "test heap handling");
H A Dt-string.c16 #include <sm/test.h>
29 sm_test_begin(argc, argv, "test string utilities");
H A Dt-strrevcmp.c16 #include <sm/test.h>
26 sm_test_begin(argc, argv, "test string compare");
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.c351 call3_test_t *test; local
395 for (test = call3_tests; test->arginit; ++test) {
396 argbuf = realloc(argbuf, test->argsize);
397 resbuf = realloc(resbuf, test->ressize);
402 (test->arginit)(argbuf);
403 bzero(resbuf, test->ressize);
404 status = clnt_call(client, test->proc,
405 test
[all...]
/freebsd-9.3-release/contrib/gcclibs/libgomp/
H A Dlibgomp_f.h.in59 char test[(@OMP_LOCK_SIZE@ != sizeof (omp_lock_t)
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dstore-test.c35 RCSID("$Id: store-test.c 16344 2005-12-02 15:15:43Z lha $");
97 int test = 1; local
99 if(*(char*)&test)
/freebsd-9.3-release/tools/regression/security/cap_test/
H A Dcap_test.h36 * Define a file required by a test. The test can't complete without the file,
45 /* Whether a test passed or failed. */
49 /* A test has failed; print a message and clear the 'success' flag. */
61 /* Like an assertion, but don't kill the test, just fail and keep going. */
129 * A top-level test should take no arguments and return an integer value,
136 /* Information about a test. */
137 struct test { struct
144 * Run a test in a child process so that cap_enter(2) doesn't mess up
147 int execute(int id, struct test*);
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dtinytest_macros.h33 /* Redefine this if your test functions want to abort with something besides
70 /* Fail and abort the current test for the reason in msg */
76 /* Fail but do not abort the current test for the reason in msg. */
82 /* End the current test, and indicate we are skipping it. */
100 /* Assert b, but do not stop the test if b fails. Log msg on failure. */
104 /* Assert b and stop the test if b fails. Log msg on failure. */
108 /* Assert b, but do not stop the test if b fails. */
110 /* Assert b, and stop the test if b fails. */
113 #define tt_assert_test_fmt_type(a,b,str_test,type,test,printf_type,printf_fmt, \
118 int tt_status_ = (test); \
[all...]
/freebsd-9.3-release/tools/regression/net80211/tkip/
H A Dtest_tkip.c35 * TKIP test module.
65 * NB: 11i test vector specifies a RX MIC key different
70 * XXX need additional vectors to test alternate MIC keys
114 test##n##_key, sizeof(test##n##_key), \
115 test##n##_phase1, sizeof(test##n##_phase1), \
116 test##n##_phase2, sizeof(test##n##_phase2), \
117 test##
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dloop-unswitch.c175 rtx test, at, op[2], stest; local
197 test = get_condition (BB_END (bb), &at, true, false);
198 if (!test)
203 op[i] = XEXP (test, i);
225 if (!rtx_equal_p (op[0], XEXP (test, 0))
226 || !rtx_equal_p (op[1], XEXP (test, 1)))
230 return test;
233 stest = simplify_gen_relational (GET_CODE (test), SImode,
239 return canon_condition (gen_rtx_fmt_ee (GET_CODE (test), SImode,

Completed in 229 milliseconds

1234567891011>>