| /src/tests/usr.bin/xlint/lint2/ |
| t_lint2.sh | 79 # usage: test_error input message-regex [input-regex] 80 test_error() function 115 test_error '' 'missing record type' 116 test_error '123' 'missing record type' 117 test_error '0X' 'not a number: ' 118 test_error '0d' 'not a number: ' 119 test_error '0dXYZ' 'not a number: XYZ' 120 test_error '0d123' 'bad line number' 121 test_error '0d123.XYZ' 'not a number: XYZ' 122 test_error '0X0.0' 'bad record type X [all...] |
| /src/external/bsd/libarchive/dist/cat/test/ |
| test_error.c | 9 DEFINE_TEST(test_error)
|
| list.h | 6 DEFINE_TEST(test_error)
|
| /src/external/gpl3/gdb/dist/gdb/ |
| break-cond-parse.c | 627 test_error (const char *input, const char *error_msg) function 668 test_error ("thread 1 if foo == 123 thread 1", 670 test_error ("thread 1 if foo == 123 inferior 1", 672 test_error ("thread 1 if foo == 123 task 1", 674 test_error ("inferior 1 if foo == 123 inferior 1", 676 test_error ("inferior 1 if foo == 123 thread 1", 678 test_error ("inferior 1 if foo == 123 task 1", 680 test_error ("thread 1.2.3", "Invalid thread ID: 1.2.3"); 681 test_error ("thread 1/2", "Invalid thread ID: 1/2"); 682 test_error ("thread 1xxx", "Invalid thread ID: 1xxx") [all...] |
| /src/external/bsd/atf/dist/atf-c++/detail/ |
| exceptions_test.cpp | 67 test_error(const char* msg) function 129 atf::throw_atf_error(test_error("The message"));
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/ |
| mi-break.exp | 130 proc_with_prefix test_error {} { 409 test_error
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/ |
| mi-break.exp | 130 proc_with_prefix test_error {} { 409 test_error
|
| /src/usr.bin/sed/TEST/ |
| sed.test | 54 test_error | more 514 test_error()
|
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| testutil.h | 271 void test_error(const char *file, int line, const char *desc, ...) 382 * TEST_error(desc, ...) prints an informative error message in the standard 386 # define TEST_error test_error_c90 389 # define TEST_error(...) test_error(__FILE__, __LINE__, __VA_ARGS__)
|
| /src/crypto/external/apache2/openssl/dist/test/testutil/ |
| tests.c | 128 void test_error(const char *file, int line, const char *desc, ...) function 144 TEST_error("%s: %s", s, strerror(errno));
|
| /src/crypto/external/bsd/openssl/dist/test/testutil/ |
| tests.c | 129 void test_error(const char *file, int line, const char *desc, ...) function 145 TEST_error("%s: %s", s, strerror(errno));
|
| /src/crypto/external/bsd/openssl.old/dist/test/testutil/ |
| tests.c | 129 void test_error(const char *file, int line, const char *desc, ...) function 145 TEST_error("%s: %s", s, strerror(errno));
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| testutil.h | 407 void test_error(const char *file, int line, const char *desc, ...) 544 * TEST_error(desc, ...) prints an informative error message in the standard 548 #define TEST_error test_error_c90 552 #define TEST_error(...) test_error(__FILE__, __LINE__, __VA_ARGS__)
|
| /src/crypto/external/bsd/heimdal/dist/lib/base/ |
| test_base.c | 219 test_error(void) function 955 res |= test_error();
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| testutil.h | 406 void test_error(const char *file, int line, const char *desc, ...) 529 * TEST_error(desc, ...) prints an informative error message in the standard 533 # define TEST_error test_error_c90 537 # define TEST_error(...) test_error(__FILE__, __LINE__, __VA_ARGS__)
|