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

12345678910

/freebsd-9.3-release/kerberos5/lib/libheimntlm/
H A DMakefile10 VERSION_MAP= ${KRB5DIR}/lib/ntlm/version-script.map
/freebsd-9.3-release/usr.bin/sed/
H A Dmain.c83 static struct s_compunit *script, **cu_nextp = &script; variable in typeref:struct:s_compunit
178 /* First usage case; script is the first arg */
203 "usage: sed script [-Ealn] [-i extension] [file ...]",
204 " sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ... [file ...]");
224 if (script == NULL) {
230 switch (script->type) {
232 if ((f = fopen(script->s, "r")) == NULL)
233 err(1, "%s", script->s);
234 fname = script
[all...]
/freebsd-9.3-release/usr.sbin/bsdconfig/share/
H A DMakefile9 mustberoot.subr script.subr strings.subr struct.subr \
/freebsd-9.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-9.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-9.3-release/contrib/cvs/diff/
H A Dcontext.c75 /* Print an edit script in context format. */
78 print_context_script (script, unidiff_flag)
79 struct change *script;
83 mark_ignorable (script);
87 for (e = script; e; e = e->link)
95 print_script (script, find_hunk, pr_unidiff_hunk);
97 print_script (script, find_hunk, pr_context_hunk);
125 /* Print a portion of an edit script in context format.
259 /* Print a portion of an edit script in unidiff format.
360 /* Scan a (forward-ordered) edit script fo
[all...]
/freebsd-9.3-release/usr.sbin/service/
H A Dservice.sh38 echo "${0##*/} [-v] <rc.d script> start|stop|etc."
131 script=$1
140 if [ -x "$dir/$script" ]; then
141 [ -n "$VERBOSE" ] && echo "$script is located in $dir"
142 exec env -i HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin $dir/$script $*
146 # If the script was not found
147 echo "$script does not exist in /etc/rc.d or the local startup"
/freebsd-9.3-release/contrib/openresolv/
H A Dlibc.in160 for script in "$LIBEXECDIR"/libc.d/*; do
161 if [ -f "$script" ]; then
162 if [ -x "$script" ]; then
163 "$script" "$@"
165 (. "$script" "$@")
/freebsd-9.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-9.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-9.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-9.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-9.3-release/contrib/top/
H A DMakefile.X64 @echo 'You need to run the script "Configure" before running "make".'
68 @echo 'You need to run the script "Configure" before running "make".'
/freebsd-9.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-9.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-9.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
H A Dtst.static.ksh82 script() function
92 script

Completed in 565 milliseconds

12345678910