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

1234567891011>>

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.reeval.ksh71 script() function
92 script
H A Dtst.user.ksh81 script() { function
90 script
H A Dtst.entryreturn.ksh89 script() function
112 script | cut -c5-
H A Dtst.guess32.ksh80 script() function
90 script
H A Dtst.guess64.ksh80 script() function
91 script
H A Dtst.noreap.ksh70 script() function
109 script 2>&1 | tee test.out
H A Dtst.noreapring.ksh70 script() function
104 script 2>&1 | tee test.out
H A Dtst.reap.ksh70 script() function
101 script 2>&1 | tee test.out
/freebsd-11-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-11-stable/sbin/dhclient/
H A DMakefile42 SCRIPTS=dhclient-script
44 dhclient-script.8
/freebsd-11-stable/contrib/openpam/t/
H A Dt_openpam_dispatch.c63 struct t_pam_conv_script script; variable in typeref:struct:t_pam_conv_script
69 memset(&script, 0, sizeof script);
71 pamc.appdata_ptr = &script;
130 struct t_pam_conv_script script; variable in typeref:struct:t_pam_conv_script
137 memset(&script, 0, sizeof script);
139 pamc.appdata_ptr = &script;
/freebsd-11-stable/lib/libcom_err/
H A DMakefile12 VERSION_MAP= ${COM_ERRDIR}/version-script.map
/freebsd-11-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-11-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-11-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-11-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-11-stable/usr.sbin/ctm/ctm/
H A Dctm_ed.c16 ctm_edit(u_char *script, int length, char *filein, char *fileout) argument
35 for(ep=script;ep < script+length;) {
/freebsd-11-stable/sys/ddb/
H A Ddb_script.c28 * Simple DDB scripting mechanism. Each script consists of a named list of
37 * Scripts may be managed from within DDB using the script, scripts, and
52 * run db_command_loop() after the script. There should be a way to avoid
77 * struct ddb_script describes an individual script.
90 * While executing a script, we parse it using strsep(), so require a
93 * each concurrently executing script.
101 * We use a separate static buffer for script validation so that it is safe
102 * to validate scripts from within a script. This is used only in
112 * global script data structures.
118 * Some script name
162 db_script_valid(const char *scriptname, const char *script) argument
187 db_script_set(const char *scriptname, const char *script) argument
503 char *buffer, *script, *scriptname; local
[all...]
/freebsd-11-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-11-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
43 <boot-script>boot &device;:,\ppc\chrp\loader</boot-script>
/freebsd-11-stable/kerberos5/lib/libheimbase/
H A DMakefile6 VERSION_MAP= ${KRB5DIR}/base/version-script.map
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.badfreopen.ksh28 script() function
78 script
H A Dtst.freopen.ksh28 script() function
77 script
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex2.ksh121 script() { function
125 script

Completed in 171 milliseconds

1234567891011>>