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

1234567891011>>

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printa/
H A Dtst.largeusersym.ksh59 script() function
77 script
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
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
69 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
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
77 script
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/syscall/
H A Dtst.openret.ksh29 script() { function
72 script
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.basic.ksh45 script() function
74 script
/freebsd-11-stable/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-11-stable/contrib/llvm-project/lldb/bindings/python/
H A DcreatePythonInit.py10 script = """__all__ = [{import_names}]
17 f.write(script)
/freebsd-11-stable/usr.sbin/bsdconfig/share/
H A DMakefile7 mustberoot.subr script.subr strings.subr struct.subr \
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A DMakefile5 rootpass script services time umount wlanconfig zfsboot
/freebsd-11-stable/usr.sbin/ppp/
H A Ddefs.c304 MakeArgs(char *script, char **pvect, int maxargs, int flags) argument
309 while (*script) {
310 script += strspn(script, " \t");
311 if (*script == '#' && !(flags & PARSE_NOHASH)) {
312 *script = '\0';
315 if (*script) {
318 *pvect++ = script;
320 script = findblank(script, flag
[all...]
/freebsd-11-stable/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-11-stable/crypto/heimdal/lib/com_err/
H A DMakefile.am11 libcom_err_la_LDFLAGS += $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
29 libcom_err_la_DEPENDENCIES = version-script.map
48 version-script.map
/freebsd-11-stable/crypto/heimdal/lib/ntlm/
H A DMakefile.am20 libheimntlm_la_LDFLAGS += $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
22 $(libheimntlm_la_OBJECTS): $(srcdir)/version-script.map
44 version-script.map \
/freebsd-11-stable/usr.bin/sed/
H A Dmain.c83 static struct s_compunit *script, **cu_nextp = &script; variable in typeref:struct:s_compunit
186 /* First usage case; script is the first arg */
213 "usage: %s script [-Ealnru] [-i extension] [file ...]\n"
214 "\t%s [-Ealnu] [-i extension] [-e script] ... [-f script_file]"
235 if (script == NULL) {
241 switch (script->type) {
243 if (strcmp(script->s, "-") == 0) {
247 if ((f = fopen(script->s, "r")) == NULL)
248 err(1, "%s", script
[all...]
/freebsd-11-stable/stand/common/
H A Dinterp_forth.c342 setenv("script.lang", "forth", 1);
370 struct includeline *script, *se, *sp; local
383 * Read the script into memory.
385 script = se = NULL;
391 /* Allocate script line structure and copy line, flags */
397 while (script != NULL) {
398 se = script;
399 script = script->next;
411 if (script
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/buffering/
H A Dtst.cputime.ksh28 script() function
81 script $policy
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex1.ksh83 script() { function
87 script
/freebsd-11-stable/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

Completed in 139 milliseconds

1234567891011>>