Searched refs:script (Results 26 - 50 of 230) sorted by relevance

12345678910

/freebsd-9.3-release/usr.bin/locate/locate/
H A DMakefile13 .for script in ${SCRIPTS}
14 SCRIPTSNAME_${script}= locate.${script:R}
/freebsd-9.3-release/cddl/contrib/opensolaris/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 &
H A Derr.cpcvscpustatpart1.ksh33 # This script will fail if:
37 script() function
56 script 2>/dev/null &
60 # Sleep while the above script fires into life. To guard against dtrace dying
H A Derr.cputrackfailtostart.ksh28 # This script ensures that cputrack(1M) will fail to start when the cpc
31 # The script will fail if:
35 script() function
55 script 2>/dev/null &
59 # Sleep while the above script fires into life. To guard against dtrace dying
H A Dtst.platformevent.ksh29 # This script ensures that we can enable a probe which specifies a platform
57 script() function
77 script $event
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dtst.AddSearchPath.d.ksh42 script() function
73 script
H A Dtst.ELFGenerationWithO.d.ksh42 script() function
60 script
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.ftruncate.ksh28 script() function
58 script
/freebsd-9.3-release/cddl/contrib/opensolaris/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
H A Dtst.icmp.ksh29 # This script tests that several of the the mib:::icmp* probes fire and fire
32 script() function
75 script
/freebsd-9.3-release/cddl/contrib/opensolaris/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
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.exitkilled.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
67 script
H A Dtst.discard.ksh29 # This script tests that the proc:::signal-discard probe fires correctly
32 # If this fails, the script will run indefinitely; it relies on the harness
35 script() function
68 script
H A Dtst.execfail.ENOENT.ksh29 # This script is identical to tst.execfail.ksh -- but it additionally checks
33 # If this fails, the script will run indefinitely; it relies on the harness
36 script() function
78 script
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.func.ksh28 script() function
66 # the above script was stress-tested down to 100 hertz and still ran
70 script | tee /dev/fd/2 | grep mutex_enter > /dev/null
H A Dtst.mod.ksh28 script() function
66 script | tee /dev/fd/2 | grep unix > /dev/null
H A Dtst.sym.ksh28 script() function
66 script | tee /dev/fd/2 | grep mutex_enter > /dev/null
H A Dtst.ufunc.ksh28 script() function
67 script | tee /dev/fd/2 | grep 'ksh`[a-zA-Z_]' > /dev/null
H A Dtst.umod.ksh28 script() function
65 script | tee /dev/fd/2 | grep -w ksh > /dev/null
H A Dtst.usym.ksh28 script() function
66 script | tee /dev/fd/2 | grep 'ksh`[a-zA-Z_]' > /dev/null
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.memenable.ksh47 script() function
62 script
/freebsd-9.3-release/contrib/cvs/diff/
H A Ded.c1 /* Output routines for ed-script format.
25 /* Print our script as ed commands. */
28 print_ed_script (script)
29 struct change *script;
31 print_script (script, find_reverse_change, print_ed_hunk);
101 /* Print change script in the style of ed commands,
106 pr_forward_ed_script (script)
107 struct change *script;
109 print_script (script, find_change, pr_forward_ed_hunk);
151 print_rcs_script (script)
[all...]
H A Dnormal.c23 /* Print the edit-script SCRIPT as a normal diff.
27 print_normal_script (script)
28 struct change *script;
30 print_script (script, find_change, print_normal_hunk);
34 This is a contiguous portion of a complete edit script,
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printa/
H A Dtst.largeusersym.ksh59 script() function
77 script

Completed in 65 milliseconds

12345678910