Searched refs:script (Results 1 - 25 of 148) sorted by relevance

123456

/illumos-gate/usr/src/cmd/sgs/tools/common/
H A Dsgsmsg_piglatin_nl.pl55 # the elfedit module help strings. This perl script emulates nl
62 use vars qw($script $lineno);
64 $script = 'sgsmsg_piglatin_nl';
66 die "usage: $script start_index\n" if ($ARGV[0] eq '');
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Drestricted.sh63 print 'echo hello' > script
64 chmod +x ./script
65 ! check_restricted script || err_exit 'script without builtins should run in restricted mode'
66 check_restricted ./script || err_exit 'script with / in name should not run in restricted mode'
67 print '/bin/echo hello' > script
68 ! check_restricted script || err_exit 'script with pathnames should run in restricted mode'
69 print 'echo hello> file' > script
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/mdb/
H A Dtst.dtracedcmd.ksh29 # This script primarily tests that the ::dtrace dcmd is not dumping
35 script() function
51 kill $script
61 script &
62 script=$!
66 # Sleep while the above script fires into life. To guard against dtrace dying
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dtst.DataModel32.d.ksh40 script() function
66 script
H A Dtst.DataModel64.d.ksh41 script() function
67 script
H A Dtst.DefineNameWithCPP.d.ksh41 script() function
61 script
H A Dtst.PreprocessorStatement.d.ksh42 script() function
63 script
H A Dtst.QuietMode.d.ksh40 script() function
58 script
H A Dtst.TestCompile.d.ksh40 script() function
60 script
H A Dtst.UnDefineNameWithCPP.d.ksh43 script() function
63 script
H A Dtst.AddSearchPath.d.ksh42 script() function
73 script
H A Dtst.ELFGenerationOut.d.ksh42 script() function
59 script
H A Dtst.ELFGenerationWithO.d.ksh42 script() function
60 script
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/proc/
H A Dtst.create.ksh29 # This script tests that the proc:::create probe fires with the proper
32 # If this fails, the script will run indefinitely; it relies on the harness
35 script() function
63 script
H A Dtst.exec.ksh29 # This script tests that the proc:::exec probe fires, followed by the
32 # If this fails, the script will run indefinitely; it relies on the harness
35 script() function
69 script
H A Dtst.exitexit.ksh29 # This script tests that the proc:::exit probe fires with the correct argument
32 # If this fails, the script will run indefinitely; it relies on the harness
35 script() function
63 script
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/safety/
H A Dtst.violentdeath.ksh27 script() function
45 script &
/illumos-gate/usr/src/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.hvmenable.ksh47 script() function
61 script
/illumos-gate/usr/src/cmd/sgs/packages/common/
H A Dreadme_revision41 # In order to remove the hard wired dependence on sccs, this script generates
60 use vars qw($script $usage $readme $cnt);
63 # Use the basename of the name we're invoked under as the script name
65 $script = $_[$#_];
66 $usage = "usage: $script [-d] [readme-file]\n";
101 open(FILE, $readme) || die "$script: Unable to open $readme\n";
103 # At the date this script was put into service, the SCCS revision
110 # with this script.
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/bootlog-cgi/
H A Dbootlog-cgi30 # cgi script to handle bootlog messages
56 echo CGI/1.0 bootlog script report:
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/cpc/
H A Derr.cpcvscpustatpart2.ksh33 # This script will fail if:
37 script() function
65 script 2>/dev/null
H A Derr.cputrackterminates.ksh28 # This script ensures that cputrack(1) will terminate when the cpc provider
31 # The script will fail if:
35 script() function
63 script 2>/dev/null &
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.ftruncate.ksh28 script() function
58 script
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/mib/
H A Dtst.udp.ksh29 # This script tests that several of the the mib:::udp* probes fire and fire
32 script() function
70 script
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/misc/
H A Dtst.enablerace.ksh29 # This script attempts to tease out a race when probes are initially enabled.
31 script() function
79 script

Completed in 126 milliseconds

123456