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

12345678910

/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
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-10.1-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/syscall/
H A Dtst.openret.ksh29 script() { function
72 script
/freebsd-10.1-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-10.1-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-10.1-release/usr.sbin/bsdinstall/scripts/
H A DMakefile5 rootpass script services time umount wlanconfig zfsboot
/freebsd-10.1-release/contrib/atf/atf-sh/
H A Datf-sh.cpp88 const std::string* script = construct_script(interpreter_argv[0]); local
94 argv[2] = script->c_str();
135 const atf::fs::path script(m_argv[0]);
136 if (!atf::fs::exists(script))
137 throw std::runtime_error("The test program '" + script.str() + "' "
/freebsd-10.1-release/usr.sbin/ppp/
H A Ddefs.c302 MakeArgs(char *script, char **pvect, int maxargs, int flags) argument
307 while (*script) {
308 script += strspn(script, " \t");
309 if (*script == '#' && !(flags & PARSE_NOHASH)) {
310 *script = '\0';
313 if (*script) {
316 *pvect++ = script;
318 script = findblank(script, flag
[all...]
/freebsd-10.1-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-10.1-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-10.1-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/buffering/
H A Dtst.cputime.ksh28 script() function
81 script $policy
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex1.ksh83 script() { function
87 script
/freebsd-10.1-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-10.1-release/sbin/dhclient/
H A DMakefile41 SCRIPTS=dhclient-script
43 dhclient-script.8
/freebsd-10.1-release/tools/regression/filemon/
H A Dtest_script.sh32 f2=`mktemp /tmp/ed-script.XXXXXX`
/freebsd-10.1-release/lib/libcom_err/
H A DMakefile11 VERSION_MAP= ${COM_ERRDIR}/version-script.map
/freebsd-10.1-release/usr.bin/sed/
H A Dmain.c83 static struct s_compunit *script, **cu_nextp = &script; variable in typeref:struct:s_compunit
182 /* First usage case; script is the first arg */
207 "usage: %s script [-Ealnru] [-i extension] [file ...]\n"
208 "\t%s [-Ealnu] [-i extension] [-e script] ... [-f script_file]"
229 if (script == NULL) {
235 switch (script->type) {
237 if ((f = fopen(script->s, "r")) == NULL)
238 err(1, "%s", script->s);
239 fname = script
[all...]

Completed in 100 milliseconds

12345678910