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

12345678910

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.static2.ksh92 script() function
102 script
H A Dtst.dlclose1.ksh134 script() { function
153 script 2>&1
H A Dtst.dlclose2.ksh145 script() { function
154 script
H A Dtst.dlclose3.ksh140 script() { function
164 script
/freebsd-9.3-release/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-9.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;:&partition;,\ppc\chrp\loader</boot-script>
/freebsd-9.3-release/usr.sbin/ppp/
H A Dchat.h44 char script[LINE_LEN]; /* Our arg buffer */ member in struct:chat
45 char *argv[MAXARGS]; /* Our arguments (pointing to script) */
H A Ddatalink.h65 } script; member in struct:datalink
73 } script; /* various chat scripts */ member in struct:datalink::__anon11001
H A Ddatalink.c138 dl->script.run = 1;
139 dl->script.packetmode = 1;
215 if (!dl->script.packetmode) {
222 if (dl->script.run) {
224 if (!chat_Setup(&dl->chat, dl->cfg.script.logout, NULL))
225 log_Printf(LogWARN, "Invalid logout script\n");
282 if (dl->script.run) {
284 if (!chat_Setup(&dl->chat, dl->cfg.script.dial,
285 *dl->cfg.script.dial ?
287 log_Printf(LogWARN, "Invalid dial script\
[all...]
/freebsd-9.3-release/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-9.3-release/contrib/ncurses/man/
H A Dmake_sed.sh33 # Construct a sed-script to perform renaming within man-pages. Originally
45 SCRIPT=script$$
/freebsd-9.3-release/sbin/dhclient/
H A Ddhclient.conf17 script "/etc/dhclient-script";
/freebsd-9.3-release/usr.bin/unifdef/
H A Dunifdefall.sh60 # create a sed script that extracts the controlling macro definitions
62 sed 's|.*|s/^&\\(([^)]*)\\)\\{0,1\\} /-D&=/p|' <"$tmp/def" >"$tmp/script"
68 sed -nf "$tmp/script" <"$tmp/hashdefs" |
73 -d) for i in ctrl hashdefs alldef undef def script cmd
/freebsd-9.3-release/contrib/cvs/diff/
H A Danalyze.c66 /* Find the midpoint of the shortest edit script for a specified
74 If MINIMAL is nonzero, find the minimal edit script regardless
85 Set PART->LEFT_MINIMAL to nonzero iff the minimal edit script for the
724 /* Cons an additional entry onto the front of an edit script OLD.
748 producing an edit script in reverse order. */
754 struct change *script = 0;
775 script = add_change (line0, line1, i0 - line0, i1 - line1, script);
782 return script;
786 producing an edit script i
750 struct change *script = 0; local
788 struct change *script = 0; local
838 struct change *script; local
[all...]
/freebsd-9.3-release/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-9.3-release/share/mk/
H A Dbsd.prog.mk225 .for script in ${SCRIPTS}
227 SCRIPTSNAME_${script:T}?= ${SCRIPTSNAME}
229 SCRIPTSNAME_${script:T}?= ${script:T:R}
231 SCRIPTSDIR_${script:T}?= ${SCRIPTSDIR}
232 SCRIPTSOWN_${script:T}?= ${SCRIPTSOWN}
233 SCRIPTSGRP_${script:T}?= ${SCRIPTSGRP}
234 SCRIPTSMODE_${script:T}?= ${SCRIPTSMODE}
235 _scriptsinstall: _SCRIPTSINS_${script:T}
236 _SCRIPTSINS_${script
[all...]
/freebsd-9.3-release/contrib/groff/src/preproc/eqn/
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-9.3-release/crypto/openssl/fips/
H A Dmkfipsscr.pl2 # Quick & dirty utility to generate a script for executing the
395 rem Test vector run script
396 rem Auto generated by mkfipsscr.pl script
420 # Test vector run script
421 # Auto generated by mkfipsscr.pl script
453 # If no fatal errors write out the script file
481 $cmd: generate script for CMVP algorithm tests
486 --outfile=<filename> Optional name of output script, default fipstests.{sh|bat}
492 --win32 Generate script for Win32 environment
/freebsd-9.3-release/contrib/nvi/ex/
H A Dex_script.c45 #include "script.h"
58 * Switch to script mode.
70 "150|The script command is only available in vi mode");
101 sp->script = sc;
225 sc = sp->script;
346 sc = sp->script;
393 FD_SET(sp->script->sh_master, &rdfd);
394 if (sp->script->sh_master > maxfd)
395 maxfd = sp->script->sh_master;
412 FD_ISSET(sp->script
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex4.ksh144 script() { function
148 script
/freebsd-9.3-release/contrib/bmake/mk/
H A Dscripts.mk18 # how we get script name from src
/freebsd-9.3-release/contrib/cvs/
H A Dcompile25 # configuration script generated by Autoconf, you may include it under
46 right script to run: please start by reading the file `INSTALL'.
136 # mode: shell-script
/freebsd-9.3-release/contrib/ntp/sntp/
H A Dcompile25 # configuration script generated by Autoconf, you may include it under
46 right script to run: please start by reading the file `INSTALL'.
136 # mode: shell-script
/freebsd-9.3-release/contrib/ofed/libibcm/config/
H A Dcompile25 # configuration script generated by Autoconf, you may include it under
46 right script to run: please start by reading the file `INSTALL'.
136 # mode: shell-script
/freebsd-9.3-release/contrib/ofed/librdmacm/config/
H A Dcompile25 # configuration script generated by Autoconf, you may include it under
46 right script to run: please start by reading the file `INSTALL'.
136 # mode: shell-script

Completed in 290 milliseconds

12345678910