Searched refs:script (Results 76 - 100 of 356) sorted by relevance

1234567891011>>

/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/buffering/
H A Dtst.cputime.ksh28 script() function
81 script $policy
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex1.ksh83 script() { function
87 script
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
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-12-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
H A Dtst.reeval.ksh71 script() function
92 script
H A Dtst.user.ksh81 script() { function
90 script
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.schedargs.ksh46 script() function
112 script
H A Dtst.schedenable.ksh47 script() function
71 script
/freebsd-12-stable/contrib/bc/tests/bc/
H A Dtimeconst.sh28 # Tests the timeconst.bc script from the Linux kernel build.
29 # You can find the script at kernel/time/timeconst.bc in any Linux repo.
32 script="$0"
33 testdir=$(dirname "$script")
/freebsd-12-stable/contrib/bc/tests/
H A Dstdin.sh32 script="$0"
34 testdir=$(dirname "$script")
H A Derrors.sh32 script="$0"
33 testdir=$(dirname "$script")
38 printf 'usage: %s dir [exec args...]\n' "$script"
H A Dscript.sh32 script="$0"
34 testdir=$(dirname "${script}")
39 printf 'usage: %s dir script [run_extra_tests] [run_stack_tests] [generate_tests] [time_tests] [exec args...]\n' "$script"
109 printf 'Skipping %s script: %s\n' "$d" "$f"
117 printf 'Skipping %s script: %s\n' "$d" "$f"
144 printf 'Skipping %s script %s\n' "$d" "$f"
155 printf 'Running %s script %s...' "$d" "$f"
167 checktest "$d" "$err" "script $f" "$res" "$out"
/freebsd-12-stable/lib/libcom_err/
H A DMakefile12 VERSION_MAP= ${COM_ERRDIR}/version-script.map
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/cpc/
H A Dtst.allcpus.ksh29 # This script verifies that we can fire a probe on each CPU that is in
32 # The script will fail if:
45 scriptout=/var/tmp/script.out.$$
54 script() function
89 script
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.unpriv_funcs.ksh34 script() function
70 script | /usr/sbin/dtrace -q -s /dev/stdin > $privout
72 script | /usr/sbin/dtrace -q -s /dev/stdin > $unprivout
/freebsd-12-stable/contrib/atf/atf-sh/
H A Datf-sh.cpp85 const std::string* script = construct_script(interpreter_argv[0]); local
91 argv[2] = script->c_str();
165 const atf::fs::path script(m_argv[0]);
166 if (!atf::fs::exists(script))
167 throw std::runtime_error("The test program '" + script.str() + "' "
/freebsd-12-stable/contrib/diff/src/
H A Dcontext.c89 /* Print an edit script in context format. */
92 print_context_script (struct change *script, bool unidiff)
95 mark_ignorable (script);
99 for (e = script; e; e = e->link)
107 print_script (script, find_hunk, pr_unidiff_hunk);
109 print_script (script, find_hunk, pr_context_hunk);
152 /* Print a portion of an edit script in context format.
284 /* Print a portion of an edit script in unidiff format.
385 /* Scan a (forward-ordered) edit script for the first place that more than
430 mark_ignorable (struct change *script)
91 print_context_script(struct change *script, bool unidiff) argument
424 mark_ignorable(struct change *script) argument
[all...]
/freebsd-12-stable/sys/ddb/
H A Ddb_script.c30 * Simple DDB scripting mechanism. Each script consists of a named list of
39 * Scripts may be managed from within DDB using the script, scripts, and
54 * run db_command_loop() after the script. There should be a way to avoid
79 * struct ddb_script describes an individual script.
92 * While executing a script, we parse it using strsep(), so require a
95 * each concurrently executing script.
103 * We use a separate static buffer for script validation so that it is safe
104 * to validate scripts from within a script. This is used only in
114 * global script data structures.
120 * Some script name
164 db_script_valid(const char *scriptname, const char *script) argument
189 db_script_set(const char *scriptname, const char *script) argument
505 char *buffer, *script, *scriptname; local
[all...]
/freebsd-12-stable/usr.sbin/ctm/ctm/
H A Dctm_ed.c18 ctm_edit(u_char *script, int length, char *filein, char *fileout) argument
37 for(ep=script;ep < script+length;) {
/freebsd-12-stable/cddl/usr.sbin/dtrace/tests/tools/
H A Dgentest.sh10 excludes: A shell script which defines test cases that are to be skipped,
/freebsd-12-stable/kerberos5/lib/libheimbase/
H A DMakefile6 VERSION_MAP= ${KRB5DIR}/base/version-script.map
/freebsd-12-stable/release/powerpc/
H A Dmkisoimages.sh9 # This script is used by release/Makefile to build the (optional) ISO images
11 # platform has a slightly unique way of making bootable CDs. This script
61 <boot-script>boot &device;:,\ppc\chrp\loader</boot-script>
/freebsd-12-stable/contrib/netbsd-tests/bin/sh/
H A Dt_varquote.sh45 cat <<-'EOF' > script.sh
100 OUT=$( ${TEST_SH} script.sh 2>&1 )
106 atf_fail "script.sh unexpectedly said: ${OUT}"

Completed in 403 milliseconds

1234567891011>>