Searched refs:testlist (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/CommonCrypto-60049/test/test/
H A Dtestlist.c4 #include "testlist.h"
8 struct one_test_s testlist[] = { variable in typeref:struct:one_test_s
H A Dtestmore.h38 #include "testlist.h"
53 extern struct one_test_s testlist[];
/macosx-10.9.5/Security-55471.14.18/regressions/test/
H A Dtestlist_begin.h10 struct one_test_s testlist[] = {
H A Dtestmore.h37 /* Macros to be used in testlist.h style headers. */
56 extern struct one_test_s testlist[];
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/test/
H A Dabts_tests.h23 const struct testlist { struct
H A Dabts.c29 const char **testlist = NULL; variable
33 for (i = 0; testlist[i] != NULL; i++) {
34 if (!strcmp(testlist[i], testname)) {
47 if (testlist == NULL) {
404 testlist = calloc(argc + 1, sizeof(char *));
406 testlist[i - 1] = argv[i];
410 for (i = 0; i < (sizeof(alltests) / sizeof(struct testlist *)); i++) {
/macosx-10.9.5/apr-30/apr-util/apr-util/test/
H A Dabts_tests.h23 const struct testlist { struct
H A Dabts.c29 const char **testlist = NULL; variable
33 for (i = 0; testlist[i] != NULL; i++) {
34 if (!strcmp(testlist[i], testname)) {
47 if (testlist == NULL) {
404 testlist = calloc(argc + 1, sizeof(char *));
406 testlist[i - 1] = argv[i];
410 for (i = 0; i < (sizeof(alltests) / sizeof(struct testlist *)); i++) {
/macosx-10.9.5/CPANInternal-140/Perl4-CoreLibs-0.003/lib/
H A Dvalidate.pl37 $testlist = $2;
38 @testlist = split(//,$testlist);
41 @testlist = ('Z');
44 foreach $one (@testlist) {
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/test/
H A Dabts_tests.h23 const struct testlist { struct
H A Dabts.c29 const char **testlist = NULL; variable
33 for (i = 0; testlist[i] != NULL; i++) {
34 if (!strcmp(testlist[i], testname)) {
47 if (testlist == NULL) {
417 testlist = calloc(argc + 1, sizeof(char *));
419 testlist[i - 1] = argv[i];
423 for (i = 0; i < (sizeof(alltests) / sizeof(struct testlist *)); i++) {
/macosx-10.9.5/apr-30/apr/apr/test/
H A Dabts_tests.h23 const struct testlist { struct
H A Dabts.c29 const char **testlist = NULL; variable
33 for (i = 0; testlist[i] != NULL; i++) {
34 if (!strcmp(testlist[i], testname)) {
47 if (testlist == NULL) {
417 testlist = calloc(argc + 1, sizeof(char *));
419 testlist[i - 1] = argv[i];
423 for (i = 0; i < (sizeof(alltests) / sizeof(struct testlist *)); i++) {
/macosx-10.9.5/vim-53/runtime/
H A Dfiletype.vim2500 func! TestFiletypeFuncs(testlist)
2502 for f in a:testlist

Completed in 222 milliseconds