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

1234567891011>>

/freebsd-10.3-release/tools/regression/filemon/
H A Dtest_script.sh32 f2=`mktemp /tmp/ed-script.XXXXXX`
/freebsd-10.3-release/lib/libcom_err/
H A DMakefile11 VERSION_MAP= ${COM_ERRDIR}/version-script.map
/freebsd-10.3-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...]
/freebsd-10.3-release/usr.sbin/bsdconfig/share/
H A DMakefile9 mustberoot.subr script.subr strings.subr struct.subr \
/freebsd-10.3-release/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-10.3-release/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-10.3-release/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-10.3-release/usr.sbin/service/
H A Dservice.sh38 echo "${0##*/} [-v] <rc.d script> start|stop|etc."
137 script=$1
146 if [ -x "$dir/$script" ]; then
147 [ -n "$VERBOSE" ] && echo "$script is located in $dir"
148 exec env -i HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin $dir/$script $*
152 # If the script was not found
153 echo "$script does not exist in /etc/rc.d or the local startup"
/freebsd-10.3-release/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-10.3-release/share/mk/
H A Dbsd.pkg.mk40 run-depends lib-depends pre-install pre-install-script \
43 pre-su-install-script \
45 add-plist-info post-install post-install-script \
/freebsd-10.3-release/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-10.3-release/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-10.3-release/kerberos5/lib/libheimbase/
H A DMakefile6 VERSION_MAP= ${KRB5DIR}/base/version-script.map
/freebsd-10.3-release/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-10.3-release/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-10.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex2.ksh121 script() { function
125 script
H A Dtst.provregex3.ksh92 script() { function
96 script
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.enabled2.ksh96 script() function
107 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

Completed in 279 milliseconds

1234567891011>>