Home
last modified time | relevance | path

Searched refs:tester (Results 1 – 25 of 89) sorted by relevance

1234

/illumos-gate/usr/src/test/os-tests/tests/secflags/
H A Dsecflags_dts.sh31 cat > tester.c <<EOF
43 gcc -m32 -o tester-aslr.32 tester.c -Wl,-z,aslr=enabled
44 gcc -m32 -o tester-noaslr.32 tester.c -Wl,-z,aslr=disabled
45 gcc -m64 -o tester-aslr.64 tester.c -Wl,-z,aslr=enabled
46 gcc -m64 -o tester-noaslr.64 tester.c -Wl,-z,aslr=disabled
49 gcc -m32 -o many-dts-aslr.32 tester.c -Wl,-z,aslr=enabled \
51 gcc -m32 -o many-dts-noaslr.32 tester.c -Wl,-z,aslr=disabled \
53 gcc -m64 -o many-dts-aslr.64 tester.c -Wl,-z,aslr=enabled \
55 gcc -m64 -o many-dts-noaslr.64 tester.c -Wl,-z,aslr=disabled \
82 check ./tester-aslr.32 1 I || fail \
[all …]
/illumos-gate/usr/src/tools/smatch/src/cwchash/
H A DMakefile2 tester: hashtable.o tester.o hashtable_itr.o target
3 gcc -g -Wall -O -o tester hashtable.o hashtable_itr.o tester.o -lm
5 all: tester old_tester
7 tester.o: tester.c
8 gcc -g -Wall -O -c tester.c -o tester.o
10 old_tester: hashtable_powers.o tester.o hashtable_itr.o
11 gcc -g -Wall -O -o old_tester hashtable_powers.o hashtable_itr.o tester.o
26 rm -f tester old_tester
/illumos-gate/usr/src/lib/libsaveargs/tests/functional/
H A Dtest.sh17 function tester { function
31 tester align "test (1, 2, 3, 4, 5)"
32 tester basic "test (1, 2, 3, 4)"
33 tester big-struct-ret "test (1, 2, 3, 4)"
34 tester big-struct-ret-and-spill "test (1, 2, 3, 4, 5, 6, 7, 8)"
35 tester small-struct-ret "test (1, 2, 3, 4)"
36 tester small-struct-ret-and-spill "test (1, 2, 3, 4, 5, 6, 7, 8)"
37 tester stack-spill "test (1, 2, 3, 4, 5, 6, 7, 8)"
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.corruptenv.ksh76 provider tester {
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dcrashme2.off2 source $testdir/tester.tcl
H A Djoin3_28.test20 source $testdir/tester.tcl
H A Dfkey1.test18 source $testdir/tester.tcl
H A Dquick.test17 source $testdir/tester.tcl
H A Dhook.test22 source $testdir/tester.tcl
H A Djoin2.test19 source $testdir/tester.tcl
H A Dbind.test19 source $testdir/tester.tcl
H A Dquote.test19 source $testdir/tester.tcl
H A Dmemleak.test17 source $testdir/tester.tcl
H A Dbtree4rb.test23 source $testdir/tester.tcl
H A Dbtree3rb.test28 source $testdir/tester.tcl
H A Dbtree4.test23 source $testdir/tester.tcl
H A Dall.test17 source $testdir/tester.tcl
H A Dbtree3.test28 source $testdir/tester.tcl
H A Djoin4_28.test20 source $testdir/tester.tcl
H A Dtrigger4.test15 source $testdir/tester.tcl
H A Dprogress.test18 source $testdir/tester.tcl
H A Dselect5.test19 source $testdir/tester.tcl
/illumos-gate/usr/src/common/ficl/test/
H A Dficltest.fr18 include tester.fr
H A Dtester.fr2 \ Subject: tester.fr
/illumos-gate/usr/src/cmd/logadm/
H A DMakefile61 $(PERL) -w ./tester `pwd`

1234