/openbsd/gnu/usr.bin/perl/t/perf/ |
H A D | benchmarks | 437 setup => '', 452 setup => '', 467 setup => '', 482 setup => '', 500 setup => '', 515 setup => '', 530 setup => '', 540 setup => '', 1555 setup => '', 1559 setup => '', [all …]
|
H A D | benchmarks.t | 43 my %valid_keys = map { $_=> 1 } qw(desc setup code pre post compile); 63 my $setup = $b->{setup} // ''; 66 my $code = "package $token; $setup; for (1..1) { $pre; $b->{code}; $post; } 1;";
|
/openbsd/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" 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" 67 file-setup: file 644 "a�c" [all …]
|
H A D | history.t | 12 file-setup: file 644 "Env" 29 file-setup: file 644 "Env" 49 file-setup: file 644 "Env" 69 file-setup: file 644 "Env" 85 file-setup: file 644 "Env" 104 file-setup: file 644 "Env" 128 file-setup: file 644 "Env" 152 file-setup: file 644 "Env" 175 file-setup: file 644 "Env" 199 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/regress/lib/libcrypto/bn/ |
H A D | bn_mul_div.c | 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, 167 .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/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/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/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/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/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/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/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/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 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 88 * Linux kernel image must be built from source using setup.sh or provided via [all …]
|
/openbsd/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/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/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/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/libexec/spamd-setup/ |
H A D | Makefile | 3 PROG= spamd-setup 4 SRCS= spamd-setup.c 5 MAN= spamd-setup.8
|
/openbsd/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/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/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/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/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
|