Searched refs:script (Results 101 - 125 of 339) sorted by relevance

1234567891011>>

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.static.ksh82 script() function
92 script
H A Dtst.static2.ksh92 script() function
102 script
H A Dtst.enabled2.ksh96 script() function
107 script
/freebsd-11-stable/usr.sbin/bsdconfig/examples/
H A Dbrowse_packages_http.sh13 [ "$_SCRIPT_SUBR" ] || . /usr/share/bsdconfig/script.subr || exit 1
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex3.ksh92 script() { function
96 script
/freebsd-11-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}"
/freebsd-11-stable/contrib/lua/src/
H A Dlua.c137 "usage: %s [options] [script [args]]\n"
140 " -i enter interactive mode after executing 'script'\n"
221 ** it has 'argv[script]', which is the script name. The arguments
222 ** to the script (everything after 'script') go to positive indices;
223 ** other arguments (before the script name) go to negative indices.
224 ** If there is no script name, assume interpreter's name as base.
226 static void createargtable (lua_State *L, char **argv, int argc, int script) { argument
228 if (script
557 int script; local
[all...]
/freebsd-11-stable/usr.sbin/service/
H A Dservice.sh40 echo "${0##*/} [-j <jail name or id>] [-v] <rc.d script> start|stop|etc."
157 script=$1
166 if [ -x "$dir/$script" ]; then
167 [ -n "$VERBOSE" ] && echo "$script is located in $dir"
168 exec env -i HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin $dir/$script $*
172 # If the script was not found
173 echo "$script does not exist in /etc/rc.d or the local startup"
/freebsd-11-stable/contrib/openresolv/
H A Dlibc.in242 for script in "$LIBEXECDIR"/libc.d/*; do
243 if [ -f "$script" ]; then
244 if [ -x "$script" ]; then
245 "$script" "$@"
247 (. "$script")
/freebsd-11-stable/share/mk/
H A Dbsd.prog.mk245 .for script in ${SCRIPTS}
247 SCRIPTSNAME_${script:T}?= ${SCRIPTSNAME}
249 SCRIPTSNAME_${script:T}?= ${script:T:R}
251 SCRIPTSDIR_${script:T}?= ${SCRIPTSDIR}
252 SCRIPTSOWN_${script:T}?= ${SCRIPTSOWN}
253 SCRIPTSGRP_${script:T}?= ${SCRIPTSGRP}
254 SCRIPTSMODE_${script:T}?= ${SCRIPTSMODE}
255 STAGE_AS_${script:T}= ${SCRIPTSDIR_${script
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp118 // For parsing version script.
126 // True if a script being read is in a subdirectory specified by -sysroot.
261 script->sectionCommands.push_back(cmd);
275 script->sectionCommands.push_back(cmd);
345 setError("there is a cycle in linker script INCLUDEs");
354 setError("cannot find linker script " + tok);
452 script->phdrsCommands.push_back(cmd);
463 if (script->memoryRegions.count(alias))
465 if (!script->memoryRegions.count(name))
467 script
[all...]
/freebsd-11-stable/contrib/groff/src/preproc/eqn/
H A DMakefile.sub14 script.$(OBJEXT) \
29 $(srcdir)/script.cpp \
H A Deqn.y114 %type <b> mark from_to sqrt_over script simple equation nonsup
164 script
174 script: label
177 | simple SUP script
186 | simple SUB simple SUP script
/freebsd-11-stable/gnu/usr.bin/groff/src/preproc/eqn/
H A DMakefile6 script.cpp mark.cpp other.cpp delim.cpp sqrt.cpp pile.cpp special.cpp
/freebsd-11-stable/usr.sbin/ppp/
H A Dchat.h46 char script[LINE_LEN]; /* Our arg buffer */ member in struct:chat
47 char *argv[MAXARGS]; /* Our arguments (pointing to script) */
H A Ddatalink.h67 } script; member in struct:datalink
75 } script; /* various chat scripts */ member in struct:datalink::__anon8847
H A Ddatalink.c140 dl->script.run = 1;
141 dl->script.packetmode = 1;
217 if (!dl->script.packetmode) {
224 if (dl->script.run) {
226 if (!chat_Setup(&dl->chat, dl->cfg.script.logout, NULL))
227 log_Printf(LogWARN, "Invalid logout script\n");
284 if (dl->script.run) {
286 if (!chat_Setup(&dl->chat, dl->cfg.script.dial,
287 *dl->cfg.script.dial ?
289 log_Printf(LogWARN, "Invalid dial script\
[all...]
/freebsd-11-stable/kerberos5/lib/libwind/
H A DMakefile5 VERSION_MAP= ${KRB5DIR}/lib/wind/version-script.map
/freebsd-11-stable/contrib/ncurses/man/
H A Dmake_sed.sh33 # Construct a sed-script to perform renaming within man-pages. Originally
45 SCRIPT=script$$
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/mib/
H A Dtst.tcp.ksh29 # This script tests that several of the the mib:::tcp* probes fire and fire
47 script() function
126 script &
130 # Sleep while the above script fires into life. To guard against dtrace dying
/freebsd-11-stable/sbin/dhclient/
H A Ddhclient.conf17 script "/etc/dhclient-script";
/freebsd-11-stable/contrib/diff/src/
H A Danalyze.c63 /* Find the midpoint of the shortest edit script for a specified
71 If FIND_MINIMAL is nonzero, find the minimal edit script regardless
79 Set PART->lo_minimal to true iff the minimal edit script for the
684 /* Cons an additional entry onto the front of an edit script OLD.
707 producing an edit script in reverse order. */
712 struct change *script = 0;
733 script = add_change (line0, line1, i0 - line0, i1 - line1, script);
740 return script;
744 producing an edit script i
708 struct change *script = 0; local
745 struct change *script = 0; local
797 struct change *script; local
[all...]
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_script.c45 #include "script.h"
57 * Switch to script mode.
67 "150|The script command is only available in vi mode");
97 sp->script = sc;
216 sc = sp->script;
344 sc = sp->script;
391 FD_SET(sp->script->sh_master, &rdfd);
392 if (sp->script->sh_master > maxfd)
393 maxfd = sp->script->sh_master;
410 FD_ISSET(sp->script
[all...]
/freebsd-11-stable/contrib/atf/atf-sh/
H A Datf-check_test.sh34 cat >script.sh <<EOF
38 chmod +x script.sh
40 if ! ${Atf_Check} "${@}" ./script.sh >tmp; then
52 cat >script.sh <<EOF
56 chmod +x script.sh
58 if ${Atf_Check} "${@}" ./script.sh 2>tmp; then
/freebsd-11-stable/contrib/unbound/contrib/
H A Dwarmup.sh4 # -- Warm up DNS cache script by your own MRU domains or from
5 # -- file when it specified as script argument.
146 script=`which unbound_cache.sh`
147 [ -f "$script" ] && $script -s

Completed in 300 milliseconds

1234567891011>>