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

/macosx-10.10/CommonCrypto-60061/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.10/Security-57031.1.35/Security/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.10/apr-32/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.10/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/
H A Dvalidate.pl37 $testlist = $2;
38 @testlist = split(//,$testlist);
41 @testlist = ('Z');
44 foreach $one (@testlist) {
/macosx-10.10/apr-32/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.10/OpenSSL098-52/src/fips/aes/
H A DMakefile67 -find ../testvectors/aes/req -name '*.req' > testlist
70 if [ -s testlist ]; then $(TOP)/util/shlib_wrap.sh $(TOP)/test/fips_aesavs -d testlist; fi
84 rm -f *.o asm/*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff testlist
/macosx-10.10/OpenSSL098-52/src/fips/des/
H A DMakefile67 -find ../testvectors/tdes/req -name '*.req' > testlist
70 if [ -s testlist ]; then $(TOP)/util/shlib_wrap.sh $(TOP)/test/fips_desmovs -d testlist; fi
83 rm -f *.o asm/*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff testlist
/macosx-10.10/vim-55/runtime/
H A Dfiletype.vim2500 func! TestFiletypeFuncs(testlist)
2502 for f in a:testlist

Completed in 99 milliseconds