Home
last modified time | relevance | path

Searched refs:script (Results 76 – 100 of 297) sorted by relevance

12345678910>>...12

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/proc/
H A Dtst.signal.ksh35 script() function
76 script
H A Dtst.exitcore.ksh40 script() function
85 script
/illumos-gate/usr/src/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.schedargs.ksh46 script() function
112 script
H A Dtst.schedenable.ksh47 script() function
71 script
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.enabled.ksh79 script() function
89 script
H A Dtst.guess32.ksh79 script() function
89 script
H A Dtst.user.ksh80 script() { function
89 script
H A Dtst.enabled2.ksh96 script() function
107 script
H A Dtst.fork.ksh89 script() { function
98 script
H A Dtst.guess64.ksh79 script() function
90 script
H A Dtst.multiple.ksh83 script() { function
92 script
H A Dtst.reeval.ksh70 script() function
91 script
H A Dtst.static.ksh81 script() function
91 script
H A Dtst.reap.ksh71 script() function
102 script 2>&1 | tee test.out
H A Dtst.static2.ksh91 script() function
101 script
H A Dtst.noreap.ksh71 script() function
110 script 2>&1 | tee test.out
H A Dtst.noreapring.ksh71 script() function
105 script 2>&1 | tee test.out
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.badfreopen.ksh28 script() function
78 script
H A Dtst.freopen.ksh28 script() function
77 script
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex1.ksh82 script() { function
86 script
H A Dtst.provregex3.ksh91 script() { function
95 script
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dheredoc.sh232 script=$f
245 } > $script
246 chmod +x $script
247 [[ $($SHELL $script) == hello ]] 2> /dev/null || err_exit 'heredoc embeded in command substitution …
H A Dlocale.sh198 join -j1 1 -j2 2 -o 1.1 -t \$(cat delim) input1 input2 > out" > script
305 } > script$$.1
306 chmod +x script$$.1
307 x=$( LC_ALL=debug $SHELL ./script$$.1)
/illumos-gate/usr/src/test/
H A DREADME34 Regardless of origin, all of these tests are executed using the run(1) script
39 Currently, all the test suites under usr/src/test provide a wrapper script
41 may (for example) allow the script to specify which disks may be used by a test
62 insufficient resources for example, then a wrapper script should be provided
78 via a wrapper script.
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c1642 struct includeline *script, *se, *sp; in include() local
1661 script = se = NULL; in include()
1679 while (script != NULL) { in include()
1680 se = script; in include()
1681 script = script->next; in include()
1693 if (script == NULL) { in include()
1694 script = sp; in include()
1711 for (sp = script; sp != NULL; sp = sp->next) { in include()
1727 while (script != NULL) { in include()
1728 se = script; in include()
[all …]

12345678910>>...12