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

12345678910

/freebsd-9.3-release/etc/periodic/daily/
H A D999.local5 # Run the old /etc/daily.local script. This is really for backwards
18 for script in $daily_local
21 case "$script" in
23 if [ -f "$script" ]
25 echo "Running $script:"
27 sh $script || rc=3
29 echo "$script: No such file"
33 echo "$script: Not an absolute path"
/freebsd-9.3-release/etc/periodic/monthly/
H A D999.local15 for script in $monthly_local
18 case "$script" in
20 if [ -f "$script" ]
22 echo "Running $script:"
24 sh $script || rc=3
26 echo "$script: No such file"
30 echo "$script: Not an absolute path"
/freebsd-9.3-release/etc/periodic/weekly/
H A D999.local15 for script in $weekly_local
18 case "$script" in
20 if [ -f "$script" ]
22 echo "Running $script:"
24 sh $script || rc=3
26 echo "$script: No such file"
30 echo "$script: Not an absolute path"
/freebsd-9.3-release/etc/rc.d/
H A Dlocalpkg29 for script in ${zlist} ${slist}; do
30 if [ -z "${initdone}" -a -f "${script}" ]; then
34 if [ -x "${script}" ]; then
37 ${script} start)
38 elif [ -f "${script}" -o -L "${script}" ]; then
39 echo -n " (skipping ${script}, not executable)"
57 for script in `reverse_list ${slist} ${zlist}`; do
58 if [ -z "${initdone}" -a -f "${script}" ]; then
62 if [ -x "${script}" ]; the
[all...]
/freebsd-9.3-release/gnu/usr.bin/grep/tests/
H A Dbre.sh10 ${AWK-awk} -f $srcdir/bre.awk $srcdir/bre.tests > bre.script
12 sh bre.script && exit $failures
H A Dere.sh10 ${AWK-awk} -f $srcdir/ere.awk $srcdir/ere.tests > ere.script
12 sh ere.script && exit $failures
H A Dspencer1.sh10 ${AWK-awk} -f $srcdir/spencer1.awk $srcdir/spencer1.tests > spencer1.script
12 sh spencer1.script && exit $failures
H A Dspencer2.sh10 ${AWK-awk} -f $srcdir/scriptgen.awk $srcdir/spencer2.tests > tmp2.script
12 sh tmp2.script && exit $failures
/freebsd-9.3-release/usr.bin/script/
H A DMakefile4 PROG= script
/freebsd-9.3-release/etc/
H A Dddb.conf9 script lockinfo=show locks; show alllocks; show lockedvnods
12 script kdb.enter.panic=textdump set; capture on; run lockinfo; show pcpu; bt; ps; alltrace; capture off; call doadump; reset
15 script kdb.enter.witness=run lockinfo
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/mdb/
H A Dtst.dtracedcmd.ksh31 # 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
/freebsd-9.3-release/cddl/contrib/opensolaris/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.ELFGenerationOut.d.ksh42 script() function
59 script
H A Dtst.PreprocessorStatement.d.ksh42 script() function
62 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
/freebsd-9.3-release/cddl/contrib/opensolaris/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
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.violentdeath.ksh28 script() function
46 script &
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.hvmenable.ksh47 script() function
61 script
/freebsd-9.3-release/sys/pci/
H A Dlocate.pl9 Perl script to convert NCR script address into label+offset.
24 last if /^struct script \{/;

Completed in 102 milliseconds

12345678910