Searched refs:setup (Results 1 - 25 of 758) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Di386-signal.c21 void setup (void);
31 setup ();
46 " .globl setup\n"
47 "setup:\n"
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Di386-signal.c21 void setup (void);
31 setup ();
46 " .globl setup\n"
47 "setup:\n"
/netbsd-current/external/mpl/bind/dist/bin/tests/system/
H A Dsetup.sh34 if test -f $test/setup.sh; then
35 (cd $test && $SHELL setup.sh "$@")
/netbsd-current/external/bsd/nsd/dist/contrib/bind2nsd/
H A Dinstall.sh27 python setup.py install
29 (cd pexpect-2.1; python setup.py install)
31 (cd pyDes-1.2; python setup.py install)
H A Dsetup.py24 # installation/setup script for bind2nsd
27 from distutils.core import setup namespace
29 setup(name = 'bind2nsd',
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/recipes/
H A D01-test_abort.t12 setup("test_abort");
H A D30-test_engine.t15 setup("test_engine");
H A D30-test_evp_extra.t15 setup("test_evp_extra");
H A D90-test_memleak.t12 setup("test_memleak");
/netbsd-current/crypto/external/bsd/openssl/dist/test/recipes/
H A D01-test_abort.t12 setup("test_abort");
H A D03-test_internal_sm3.t13 setup("test_internal_sm3");
H A D02-test_internal_exts.t13 setup("test_internal_exts");
H A D04-test_hexstring.t13 setup("test_hexstring");
H A D04-test_param_build.t13 setup("test_param_build");
H A D04-test_params.t13 setup("test_params");
H A D71-test_ssl_ctx.t13 setup("test_ssl_ctx");
H A D90-test_overhead.t13 setup("test_overhead");
H A D03-test_internal_ec.t14 setup("test_internal_ec");
/netbsd-current/crypto/external/bsd/heimdal/dist/tests/bin/
H A DMakefile.am3 noinst_SCRIPTS = setup-env
22 setup-env: setup-env.in Makefile
23 $(do_subst) < $(srcdir)/setup-env.in > setup-env.tmp
24 chmod +x setup-env.tmp
25 mv setup-env.tmp setup-env
27 EXTRA_DIST = setup-env.in
29 CLEANFILES = setup
[all...]
/netbsd-current/external/bsd/less/dist/lesstest/
H A Dparse.c23 static int parse_env(TestSetup* setup, const char* line, int line_len) { argument
26 env_addpair(&setup->env, name, value);
32 static int parse_command(TestSetup* setup, const char* less, const char* line, int line_len) { argument
33 setup->argv = (char**) malloc(32*sizeof(const char*));
34 setup->argc = 1;
35 setup->argv[0] = (char*) less;
38 setup->argv[setup->argc] = (char*) arg;
40 setup->argc++;
45 static int parse_textfile(TestSetup* setup, cons argument
74 TestSetup* setup = (TestSetup*) malloc(sizeof(TestSetup)); local
82 free_test_setup(TestSetup* setup) argument
110 TestSetup* setup = new_test_setup(); local
[all...]
/netbsd-current/external/bsd/unbound/sbin/unbound-control-setup/
H A DMakefile3 SCRIPTS=unbound-control-setup
/netbsd-current/external/bsd/nsd/sbin/nsd-control-setup/
H A DMakefile3 SCRIPTS=nsd-control-setup
/netbsd-current/external/apache2/llvm/dist/clang/utils/check_cfc/
H A Dsetup.py2 python.exe setup.py py2exe
5 from distutils.core import setup namespace
12 print("Could not find py2exe. Please install then run setup.py py2exe.")
15 print("setup.py only required on Windows.")
18 setup(
/netbsd-current/external/mpl/bind/dist/doc/arm/_ext/
H A Dnamedconf.py31 def setup(app): function
33 return iscconf.setup(
/netbsd-current/external/bsd/file/dist/python/
H A Dsetup.py5 from setuptools import setup namespace
11 setup(name='file-magic',

Completed in 307 milliseconds

1234567891011>>