Searched refs:script (Results 51 - 75 of 230) sorted by relevance

12345678910

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.execfail.ksh29 # This script tests that -- if a exec(2) fails -- the proc:::exec probe fires,
31 # circumvent any potential shell cleverness, this script generates exec
36 # If this fails, the script will run indefinitely; it relies on the harness
39 script() function
80 script
H A Dtst.exitcore.ksh29 # This script tests that the proc:::exit probe fires with the correct argument
38 # If this fails, the script will run indefinitely; it relies on the harness
41 script() function
83 script
H A Dtst.startexit.ksh29 # This script tests that the firing order of probes in a process is:
36 # If this fails, the script will run indefinitely; it relies on the harness
39 script() function
85 script
H A Dtst.signal.ksh29 # This script tests that the proc:::signal-send and proc:::signal-handle
32 # If this fails, the script will run indefinitely; it relies on the harness
35 script() function
76 script
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/syscall/
H A Dtst.openret.ksh29 script() { function
72 script
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.basic.ksh45 script() function
74 script
H A Dtst.schedargs.ksh46 script() function
112 script
H A Dtst.schedenable.ksh47 script() function
71 script
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/ustack/
H A Dtst.trapstat.ksh30 # This script verifies that user-land stacks can be walked safely
36 script() function
64 script 2>/dev/null &
68 # Sleep while the above script fires into life. To guard against dtrace dying
/freebsd-9.3-release/sbin/dhclient/
H A DMakefile39 SCRIPTS=dhclient-script
41 dhclient-script.8
/freebsd-9.3-release/usr.sbin/bsdinstall/scripts/
H A DMakefile5 rootpass script services time umount wlanconfig zfsboot
/freebsd-9.3-release/usr.sbin/ppp/
H A Ddefs.c311 MakeArgs(char *script, char **pvect, int maxargs, int flags) argument
316 while (*script) {
317 script += strspn(script, " \t");
318 if (*script == '#' && !(flags & PARSE_NOHASH)) {
319 *script = '\0';
322 if (*script) {
325 *pvect++ = script;
327 script = findblank(script, flag
[all...]
/freebsd-9.3-release/contrib/diff/src/
H A Ded.c1 /* Output routines for ed-script format.
30 /* Print our script as ed commands. */
33 print_ed_script (struct change *script)
35 print_script (script, find_reverse_change, print_ed_hunk);
84 /* Print change script in the style of ed commands,
89 pr_forward_ed_script (struct change *script)
91 print_script (script, find_change, pr_forward_ed_hunk);
130 print_rcs_script (struct change *script)
132 print_script (script, find_change, print_rcs_hunk);
32 print_ed_script(struct change *script) argument
87 pr_forward_ed_script(struct change *script) argument
127 print_rcs_script(struct change *script) argument
H A Dnormal.c27 /* Print the edit-script SCRIPT as a normal diff.
31 print_normal_script (struct change *script) argument
33 print_script (script, find_change, print_normal_hunk);
37 This is a contiguous portion of a complete edit script,
/freebsd-9.3-release/sys/boot/common/
H A Dinterp.c152 * that the script won't stop if they fail).
201 struct includeline *script, *se, *sp; local
219 * Read the script into memory.
221 script = se = NULL;
245 /* Allocate script line structure and copy line, flags */
251 while (script != NULL) {
252 se = script;
253 script = script->next;
267 if (script
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/buffering/
H A Dtst.cputime.ksh28 script() function
81 script $policy
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex1.ksh83 script() { function
87 script
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.enabled.ksh80 script() function
90 script
H A Dtst.fork.ksh90 script() { function
99 script
H A Dtst.multiple.ksh84 script() { function
93 script
H A Dtst.reeval.ksh71 script() function
92 script
H A Dtst.user.ksh81 script() { function
90 script
/freebsd-9.3-release/tools/regression/filemon/
H A Dtest_script.sh32 f2=`mktemp /tmp/ed-script.XXXXXX`
/freebsd-9.3-release/usr.sbin/bsdconfig/examples/
H A Dbrowse_packages_ftp.sh11 . /usr/share/bsdconfig/script.subr
H A Dbrowse_packages_http.sh11 . /usr/share/bsdconfig/script.subr

Completed in 98 milliseconds

12345678910