HomeSort by relevance Sort by last modified time
    Searched refs:script (Results 1 - 25 of 226) sorted by null

1 2 3 4 5 6 7 8 910

  /onnv/onnv-gate/usr/src/pkgdefs/SUNWsshdr/
postinstall 29 script=/lib/svc/method/sshd
32 if [ -x "$PKG_INSTALL_ROOT/$script" ]
35 grep -s $script > /dev/null 2>&1
40 $sysidconfig -b "$PKG_INSTALL_ROOT" -a $script
  /onnv/onnv-gate/usr/src/cmd/sgs/tools/common/
sgsmsg_piglatin_nl.pl 55 # 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 '');
  /onnv/onnv-gate/usr/src/lib/libshell/common/tests/
restricted.sh 63 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...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/comp/
script.t 17 open(try,">Comp.script") || (die "Can't open temp file.");
21 $x = `$Perl Comp.script`;
25 $x = `$Perl <Comp.script`;
29 unlink 'Comp.script' || `/bin/rm -f Comp.script`;
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/mdb/
tst.dtracedcmd.ksh 31 # This script primarily tests that the ::dtrace dcmd is not dumping
37 script() function
53 kill $script
63 script &
64 script=$!
68 # Sleep while the above script fires into life. To guard against dtrace dying
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/dtraceUtil/
tst.DataModel32.d.ksh 40 script() function
66 script
tst.DataModel64.d.ksh 41 script() function
67 script
tst.DefineNameWithCPP.d.ksh 41 script() function
61 script
tst.PreprocessorStatement.d.ksh 42 script() function
63 script
tst.QuietMode.d.ksh 40 script() function
58 script
tst.TestCompile.d.ksh 40 script() function
60 script
tst.UnDefineNameWithCPP.d.ksh 43 script() function
63 script
tst.AddSearchPath.d.ksh 42 script() function
73 script
tst.ELFGenerationOut.d.ksh 42 script() function
59 script
tst.ELFGenerationWithO.d.ksh 42 script() function
60 script
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/proc/
tst.create.ksh 29 # 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
tst.exec.ksh 29 # 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
tst.exitexit.ksh 29 # 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
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/safety/
tst.violentdeath.ksh 28 script() function
46 script &
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/i86xpv/xdt/
tst.hvmenable.ksh 47 script() function
61 script
  /onnv/onnv-gate/usr/src/cmd/sgs/tools/
lint_hdr.pl 62 use vars qw($script $usage $dir $argc $target $elfclass);
65 $script = 'lint_hdr';
66 $usage = "usage: $script target [elfclass]\n";
  /onnv/onnv-gate/usr/src/cmd/sgs/packages/common/
readme_revision 41 # 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.
  /onnv/onnv-gate/usr/src/cmd/script/
Makefile 25 PROG= script
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/bootlog-cgi/
bootlog-cgi 30 # cgi script to handle bootlog messages
56 echo CGI/1.0 bootlog script report:
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
tst.ftruncate.ksh 28 script() function
58 script

Completed in 360 milliseconds

1 2 3 4 5 6 7 8 910