| /openbsd-src/gnu/usr.bin/perl/t/perf/ |
| H A D | benchmarks | 47 # setup is an optional string containing setup code that is run once 51 # pre is an optional string containing setup code which is executed 59 # eval "package $name; $setup; for (1..1000000) { $pre; $code; $post }" 68 # setup => 'SETUP', 117 setup => 'sub f { }', 122 setup => 'sub f { }; @_ = ();', 127 setup => 'sub f { my ($a, $b, $c) = @_; 1 }', 132 setup => 'my $x; sub f { my ($a, $b) = @_; $a+$b }', 137 setup [all...] |
| /openbsd-src/regress/bin/ksh/ |
| H A D | glob.t | 4 file-setup: dir 755 "[x" 5 file-setup: file 644 "[x/foo" 20 file-setup: dir 755 "dir" 21 file-setup: symlink 644 "dir/abc" 34 file-setup: file 644 ".bc" 35 file-setup: file 644 "abc" 36 file-setup: file 644 "bbc" 37 file-setup: file 644 "cbc" 38 file-setup: file 644 "-bc" 57 file-setup: file 644 "abc" [all …]
|
| H A D | history.t | 11 env-setup: !ENV=./Env!HISTFILE=hist.file! 12 file-setup: file 644 "Env" 28 env-setup: !ENV=./Env!HISTFILE=hist.file! 29 file-setup: file 644 "Env" 48 env-setup: !ENV=./Env!HISTFILE=hist.file! 49 file-setup: file 644 "Env" 68 env-setup: !ENV=./Env!HISTFILE=hist.file! 69 file-setup: file 644 "Env" 84 env-setup: !ENV=./Env!HISTFILE=hist.file! 85 file-setup: file 644 "Env" [all …]
|
| H A D | eglob.t | 4 file-setup: file 644 "abcx" 5 file-setup: file 644 "abcz" 6 file-setup: file 644 "bbc" 19 file-setup: file 644 "abcx" 20 file-setup: file 644 "abcz" 21 file-setup: file 644 "bbc" 32 file-setup: file 644 "abc" 49 file-setup: file 644 "abc" 73 file-setup: file 644 "abd" 74 file-setup: file 644 "acd" [all …]
|
| /openbsd-src/regress/lib/libcrypto/bn/ |
| H A D | bn_mul_div.c | 95 int (*setup)(BIGNUM *, size_t, BIGNUM *, size_t, BIGNUM *, BIGNUM *); member 104 .setup = benchmark_bn_div_setup, 111 .setup = benchmark_bn_div_setup, 118 .setup = benchmark_bn_div_setup, 125 .setup = benchmark_bn_div_setup, 132 .setup = benchmark_bn_div_setup, 139 .setup = benchmark_bn_div_setup, 146 .setup = benchmark_bn_div_setup, 153 .setup = benchmark_bn_div_setup, 160 .setup = benchmark_bn_div_setup, [all …]
|
| H A D | bn_general.c | 48 void (*setup)(BIGNUM *, BIGNUM *, int); member 56 .setup = benchmark_bn_copy_setup, 62 .setup = benchmark_bn_copy_setup, 68 .setup = benchmark_bn_copy_setup, 74 .setup = benchmark_bn_copy_setup, 80 .setup = benchmark_bn_copy_setup, 86 .setup = benchmark_bn_copy_setup, 92 .setup = benchmark_bn_copy_setup, 98 .setup = benchmark_bn_copy_setup, 129 bm->setup(dst, src, bm->bits); in benchmark_run()
|
| /openbsd-src/games/phantasia/ |
| H A D | Makefile | 9 CLEANFILES+=map setup setup.d setup.o phantglobs.o.d phantglobs.o.bld 11 all: setup phantasia 13 setup.o: setup.c 14 ${HOSTCC} -c ${CFLAGS} -o ${.TARGET} ${.CURDIR}/setup.c 19 setup: phantglobs.o.bld setup.o monsters.asc ${DPADD} target 21 phantglobs.o.bld setup.o ${LDADD} 24 ./setup -m ${.CURDIR}/monsters.asc
|
| /openbsd-src/regress/sys/netinet/sendsrcaddr/ |
| H A D | Makefile | 25 stamp-setup: 34 run-regress-1: ${PROG} stamp-setup 37 run-regress-2: ${PROG} stamp-setup 40 run-regress-3: ${PROG} stamp-setup 43 run-regress-4: ${PROG} stamp-setup 46 run-regress-5: ${PROG} stamp-setup 49 run-regress-6: ${PROG} stamp-setup 52 run-regress-7: ${PROG} stamp-setup 55 run-regress-8: ${PROG} stamp-setup 58 run-regress-9: ${PROG} stamp-setup [all …]
|
| /openbsd-src/games/adventure/ |
| H A D | Makefile | 6 CLEANFILES+=setup data.c 8 data.c: glorkz setup 9 ./setup ${.CURDIR}/glorkz > data.c 11 setup: setup.c hdr.h target 12 ${HOSTCC} -o setup ${.CURDIR}/setup.c
|
| /openbsd-src/regress/sys/netinet6/nd6/ |
| H A D | Makefile | 105 .PHONY: check-setup check-setup-local check-setup-remote 108 check-setup: check-setup-local check-setup-remote 110 check-setup-local: 121 check-setup-remote:
|
| /openbsd-src/regress/sys/netinet6/rh0/ |
| H A D | Makefile | 108 .PHONY: check-setup check-setup-local check-setup-remote 111 check-setup: check-setup-local check-setup-remote 113 check-setup-local: 128 check-setup-remote:
|
| /openbsd-src/regress/sys/net/pf_state/ |
| H A D | Makefile | 129 .PHONY: check-setup check-setup-local check-setup-remote 132 check-setup: check-setup-local check-setup-remote 134 check-setup-local: 145 check-setup-remote:
|
| /openbsd-src/regress/sys/kern/sosplice/scapy/ |
| H A D | Makefile | 143 .PHONY: check-setup check-setup-local check-setup-remote 146 check-setup: check-setup-local check-setup-remote 148 check-setup-local: 159 check-setup-remote:
|
| /openbsd-src/gnu/llvm/lldb/docs/use/ |
| H A D | qemu-testing.rst | 11 actual hardware. This page describes instructions to help setup a QEMU emulation 15 setup a virtual LLDB testing environment using QEMU. The scripts currently work 18 * **setup.sh** is used to build the Linux kernel image and QEMU system emulation executable(s) from… 50 Build QEMU or cross compile Linux kernel from source using setup.sh 56 $ bash setup.sh --qemu --kernel arm 57 $ bash setup.sh --qemu --kernel arm64 62 $ bash setup.sh --kernel arm 63 $ bash setup.sh --kernel arm64 68 $ bash setup.sh --qemu 73 $ bash setup.sh --clean [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler/ |
| H A D | Perl.pm | 215 my $setup = sub { 236 return ( $setup, $teardown ); 245 my ( $setup, $teardown ) = $class->_iterator_hooks( $source, $libs, $switches ); 247 return $class->_create_iterator( $source, \@command, $setup, $teardown ); 251 my ( $class, $source, $command, $setup, $teardown ) = @_; 256 setup => $setup,
|
| /openbsd-src/regress/sys/netinet/frag/ |
| H A D | Makefile | 152 .PHONY: check-setup check-setup-local check-setup-remote 155 check-setup: check-setup-local check-setup-remote 157 check-setup-local: 168 check-setup-remote:
|
| /openbsd-src/regress/sys/netinet6/frag6/ |
| H A D | Makefile | 143 .PHONY: check-setup check-setup-local check-setup-remote 146 check-setup: check-setup-local check-setup-remote 148 check-setup-local: 159 check-setup-remote:
|
| /openbsd-src/usr.bin/tr/ |
| H A D | tr.c | 82 static void setup(int *, char *, STR *, int); 125 setup(delete, argv[0], &s1, cflag); in main() 126 setup(squeeze, argv[1], &s2, 0); in main() 144 setup(delete, argv[0], &s1, cflag); in main() 157 setup(squeeze, argv[0], &s1, cflag); in main() 219 setup(int *table, char *arg, STR *str, int cflag) in setup() function
|
| /openbsd-src/libexec/spamd-setup/ |
| H A D | Makefile | 3 PROG= spamd-setup 4 SRCS= spamd-setup.c 5 MAN= spamd-setup.8
|
| /openbsd-src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/ |
| H A D | setup.py | 2 from distutils.core import setup 8 from setuptools import setup 37 setup(name='pexpect',
|
| /openbsd-src/regress/sys/netinet/pmtu/ |
| H A D | Makefile | 152 .PHONY: check-setup check-setup-local check-setup-remote 155 check-setup: check-setup-local check-setup-remote 157 check-setup-local: 178 check-setup-remote:
|
| /openbsd-src/usr.bin/libtool/LT/ |
| H A D | Getopt.pm | 45 sub setup($self, $opts, $isarray) subroutine 132 sub setup($self, $, $) subroutine 162 sub setup($self, $allopts, $isarray) subroutine 164 $self->{alt}[0]->setup($allopts, $isarray); 236 Options->new($opt, $code)->setup($self, $isarray));
|
| /openbsd-src/lib/libexpat/tests/ |
| H A D | minicheck.c | 84 tcase_add_checked_fixture(TCase *tc, tcase_setup_function setup, in tcase_add_checked_fixture() argument 87 tc->setup = setup; in tcase_add_checked_fixture() 204 if (tc->setup != NULL) { in srunner_run_all() 210 tc->setup(); in srunner_run_all()
|
| /openbsd-src/regress/sys/net/pf_table/ |
| H A D | Makefile | 15 stamp-setup: 21 rm -f stamp-setup 26 hit: stamp-setup 34 miss: stamp-setup
|
| /openbsd-src/usr.sbin/pkg_add/OpenBSD/ |
| H A D | AddCreateDelete.pm | 58 my $setup = { 93 $state->progress->setup($state->opt('x'), $state->opt('m'), $state); 107 if (defined $setup->{$i}) { 108 eval "$setup->{$i}";
|