| /minix3/crypto/external/bsd/heimdal/dist/tests/bin/ |
| H A D | Makefile.am | 3 noinst_SCRIPTS = setup-env 14 setup-env: setup-env.in Makefile 15 $(do_subst) < $(srcdir)/setup-env.in > setup-env.tmp 16 chmod +x setup-env.tmp 17 mv setup-env.tmp setup-env 19 EXTRA_DIST = setup-env.in 21 CLEANFILES = setup-env setup-env.tmp
|
| /minix3/external/bsd/libevent/dist/test/ |
| H A D | test.sh | 37 setup () { function 120 setup 125 setup 130 setup 135 setup 141 setup 146 setup 151 setup 156 setup
|
| /minix3/minix/drivers/usb/usbd/hcd/ |
| H A D | hcd.c | 571 hcd_ctrlrequest setup; in hcd_get_device_descriptor() local 578 setup.bRequestType = 0x80; /* IN */ in hcd_get_device_descriptor() 579 setup.bRequest = 0x06; /* Get descriptor */ in hcd_get_device_descriptor() 580 setup.wValue = 0x0100; /* Device */ in hcd_get_device_descriptor() 581 setup.wIndex = 0x0000; in hcd_get_device_descriptor() 582 setup.wLength = sizeof(this_device->device_desc); in hcd_get_device_descriptor() 588 urb.in_setup = &setup; in hcd_get_device_descriptor() 605 if (urb.out_size != setup.wLength) { in hcd_get_device_descriptor() 620 hcd_ctrlrequest setup; in hcd_set_address() local 631 setup.bRequestType = 0x00; /* OUT */ in hcd_set_address() [all …]
|
| /minix3/external/bsd/bind/dist/bin/tests/system/autosign/ns3/ |
| H A D | keygen.sh | 27 setup () { function 36 setup secure.example 45 setup secure.nsec3.example 54 setup nsec3.nsec3.example 63 setup optout.nsec3.example 72 setup nsec3.example 81 setup autonsec3.example 92 setup secure.optout.example 101 setup nsec3.optout.example 110 setup optout.optout.example [all …]
|
| /minix3/external/bsd/kyua-testers/dist/ |
| H A D | atf_inttest.c | 38 ATF_TC_HEAD(list__ok, tc) { setup(tc, true); } in ATF_TC_HEAD() 60 ATF_TC_HEAD(test__pass, tc) { setup(tc, true); } in ATF_TC_HEAD() 75 ATF_TC_HEAD(test__fail, tc) { setup(tc, true); } in ATF_TC_HEAD() 89 ATF_TC_HEAD(test__crash, tc) { setup(tc, true); } in ATF_TC_HEAD() 108 ATF_TC_HEAD(test__timeout, tc) { setup(tc, true); } in ATF_TC_HEAD() 122 ATF_TC_HEAD(test__result_priority, tc) { setup(tc, true); } in ATF_TC_HEAD() 136 ATF_TC_HEAD(test__cleanup__ok, tc) { setup(tc, true); } in ATF_TC_HEAD() 153 ATF_TC_HEAD(test__cleanup__fail, tc) { setup(tc, true); } in ATF_TC_HEAD() 168 ATF_TC_HEAD(test__cleanup__crash, tc) { setup(tc, true); } in ATF_TC_HEAD() 188 ATF_TC_HEAD(test__cleanup__timeout, tc) { setup(tc, true); } in ATF_TC_HEAD() [all …]
|
| H A D | plain_inttest.c | 52 ATF_TC_HEAD(list__ok, tc) { setup(tc, false); } in ATF_TC_HEAD() 61 ATF_TC_HEAD(test__pass, tc) { setup(tc, true); } in ATF_TC_HEAD() 76 ATF_TC_HEAD(test__fail, tc) { setup(tc, true); } in ATF_TC_HEAD() 90 ATF_TC_HEAD(test__crash, tc) { setup(tc, true); } in ATF_TC_HEAD() 109 ATF_TC_HEAD(test__timeout, tc) { setup(tc, true); } in ATF_TC_HEAD() 123 ATF_TC_HEAD(test__config_ignored, tc) { setup(tc, true); } in ATF_TC_HEAD() 140 ATF_TC_HEAD(test__missing_test_program, tc) { setup(tc, false); } in ATF_TC_HEAD() 152 ATF_TC_HEAD(test__invalid_test_case_name, tc) { setup(tc, false); } in ATF_TC_HEAD()
|
| H A D | common_inttest.h | 104 setup(atf_tc_t* tc, const bool uses_helpers) in setup() function 166 ATF_TC_HEAD(top__missing_command, tc) { setup(tc, false); } in ATF_TC_HEAD() 175 ATF_TC_HEAD(top__unknown_command, tc) { setup(tc, false); } in ATF_TC_HEAD()
|
| /minix3/external/bsd/bind/dist/bin/tests/system/verify/zones/ |
| H A D | genzones.sh | 24 setup () { function 33 setup unsigned bad 37 setup zsk-only.nsec good 41 setup ksk-only.nsec good 45 setup ksk+zsk.nsec good 51 setup zsk-only.nsec3 good 55 setup ksk-only.nsec3 good 59 setup ksk+zsk.nsec3 good 64 setup ksk+zsk.outout good 70 setup zsk-only.dnskeyonly bad [all …]
|
| /minix3/usr.bin/tr/ |
| H A D | tr.c | 57 static void setup(int *, const char *, int, int); 108 setup(string1, argv[0], 1, cflag); in main() 109 setup(string2, argv[1], 2, 0); in main() 127 setup(string1, argv[0], 1, cflag); in main() 140 setup(string1, argv[0], 1, cflag); in main() 172 setup(string1, argv[0], 1, cflag); in main() 260 setup(int *string, const char *arg, int whichstring, int cflag) in setup() function
|
| /minix3/external/mit/expat/dist/bcb5/ |
| H A D | makefile.mak | 1 all: setup expat expatw expat_static expatw_static elements outline xmlwf 3 setup: 4 setup
|
| H A D | all_projects.bpg | 12 PROJECTS = setup libexpat_mtd.dll libexpats_mtd.lib libexpatw_mtd.dll \ 46 setup: setup.bat
|
| /minix3/games/adventure/ |
| H A D | Makefile | 8 CLEANFILES+=mkdata setup.lo data.c 14 setup.lo: hdr.h 15 mkdata: setup.lo
|
| /minix3/external/bsd/bind/dist/bin/tests/resolver/ |
| H A D | t_resolver.c | 64 setup(void) { in setup() function 114 setup(); in test_dns_resolver_create() 131 setup(); in test_dns_resolver_gettimeout() 152 setup(); in test_dns_resolver_settimeout() 180 setup(); in test_dns_resolver_settimeout_to_default() 210 setup(); in test_dns_resolver_settimeout_over_maximum()
|
| /minix3/external/bsd/bind/dist/bin/tests/bigtest/ |
| H A D | README | 4 bash buildzones.sh < zones # creates setup, run, servers/* master/* 6 sudo sh setup # configure interfaces 7 sh run # setup
|
| /minix3/external/mit/expat/dist/tests/ |
| H A D | minicheck.c | 48 tcase_setup_function setup, in tcase_add_checked_fixture() argument 52 tc->setup = setup; in tcase_add_checked_fixture() 123 if (tc->setup != NULL) { in srunner_run_all() 129 tc->setup(); in srunner_run_all()
|
| /minix3/external/bsd/bind/dist/bin/tests/system/ |
| H A D | setup.sh | 33 if test -f $test/setup.sh 35 ( cd $test && $SHELL setup.sh "$@" )
|
| /minix3/external/bsd/bind/dist/bin/tests/virtual-time/ |
| H A D | setup.sh | 34 if test -f $test/setup.sh 36 ( cd $test && sh setup.sh "$@" )
|
| H A D | run.sh | 68 if test -f $test/setup.sh 70 ( cd $test && sh setup.sh "$@" )
|
| /minix3/external/bsd/file/dist/python/ |
| H A D | setup.py | 2 from distutils.core import setup 4 setup(name = 'Magic file extensions',
|
| H A D | README | 6 $ python setup.py build 7 $ python setup.py install
|
| /minix3/minix/commands/setup/ |
| H A D | Makefile | 1 SCRIPTS= setup.sh 3 MAN= setup.8
|
| /minix3/minix/lib/liblwip/dist/test/unit/ |
| H A D | lwip_unittests.c | 14 Suite* create_suite(const char* name, testfunc *tests, size_t num_tests, SFun setup, SFun teardown) in create_suite() argument 21 if ((setup != NULL) || (teardown != NULL)) { in create_suite() 22 tcase_add_checked_fixture(tc_core, setup, teardown); in create_suite()
|
| /minix3/external/mit/expat/dist/amiga/ |
| H A D | launch.c | 35 void setup() __attribute__((constructor)); 39 void setup() in setup() function
|
| /minix3/external/bsd/llvm/dist/llvm/utils/lit/ |
| H A D | setup.py | 4 from setuptools import setup, find_packages 12 setup(
|
| /minix3/external/bsd/kyua-cli/dist/cli/ |
| H A D | cmd_help_test.cpp | 130 setup(cmdline::commands_map< cli::cli_command >& commands) in setup() function 156 setup(mock_commands); in global_test() 232 setup(mock_commands); in ATF_TEST_CASE_BODY() 261 setup(mock_commands); in ATF_TEST_CASE_BODY() 300 setup(mock_commands); in ATF_TEST_CASE_BODY() 321 setup(mock_commands); in ATF_TEST_CASE_BODY()
|