Searched refs:script (Results 126 - 150 of 799) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/nvi/dist/ex/
H A Dex_script.c54 #include "script.h"
70 * Switch to script mode.
80 "150|The script command is only available in vi mode");
87 "The script command is already runninng");
117 sp->script = sc;
231 master = sp->script->sh_master;
242 return (sscr_insert(sp) || sp->script == NULL);
268 sc = sp->script;
349 FD_SET(sp->script->sh_master, &rdfd);
350 if (sp->script
[all...]
/netbsd-current/external/bsd/dhcpcd/sbin/dhcpcd/
H A DMakefile12 SRCS+= if.c if-options.c route.c sa.c script.c
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-cris/
H A Dlibdso-12c.d6 #ld: --shared -m crislinux --version-script $srcdir/$subdir/hidedsofns2468 --hash-style=sysv
10 # are forced local using a linker script. There should just be the
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-pe/
H A Dpe-compile.exp1 # Expect script for complex PE tests that require a C compiler
84 if ![ld_compile "$CC $CFLAGS -shared" $srcdir/$subdir/vers-script-dll.c tmpdir/vers-script-dll.o] {
96 -Wl,--version-script,$srcdir/$subdir/$testname.ver \
98 "tmpdir/vers-script-dll.o"] {
115 run_ver_script_test "vers-script-1"
116 run_ver_script_test "vers-script-2"
117 run_ver_script_test "vers-script-3"
118 run_ver_script_test "vers-script-4"
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dconfigure.com4 $! We do not use the configure script, since we do not have /bin/sh
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dconfigure.com4 $! We do not use the configure script, since we do not have /bin/sh
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dconfigure.com4 $! We do not use the configure script, since we do not have /bin/sh
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dconfigure.com4 $! We do not use the configure script, since we do not have /bin/sh
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dconfigure.com4 $! We do not use the configure script, since we do not have /bin/sh
/netbsd-current/external/mpl/dhcp/dist/client/
H A DMakefile.am21 man_MANS = dhclient.8 dhclient-script.8 dhclient.conf.5 dhclient.leases.5
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dconfigure.com4 $! We do not use the configure script, since we do not have /bin/sh
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-m68hc11/
H A Dlink-hcs12.d4 #ld: -m m68hc12elf --script $srcdir/$subdir/far-hc12.ld
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-pru/
H A Dnorelax_ldi32-data.d8 # Note: default linker script should put a guard at DRAM address 0
H A Drelax_ldi32-data.d8 # Note: default linker script should put a guard at DRAM address 0
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/otp/
H A DMakefile.am49 libotp_la_DEPENDENCIES = version-script.map
56 libotp_la_LDFLAGS += $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
90 EXTRA_DIST = NTMakefile version-script.map
/netbsd-current/external/gpl2/groff/dist/arch/djgpp/
H A Dconfig.bat62 Rem install-sh is required by the configure script but clashes with the
64 Rem script runs and rename it afterwards
70 echo Running the ./configure script...
82 echo ./configure script editing failed!
86 echo ./configure script exited abnormally!
/netbsd-current/libexec/httpd/
H A Dlua-bozo.c187 bozo_add_lua_map(bozohttpd_t *httpd, const char *prefix, const char *script) argument
193 if (*script == '/')
194 map->script = bozostrdup(httpd, NULL, script);
199 bozoasprintf(httpd, &path, "%s/%s", cwd, script);
200 map->script = path;
232 if (luaL_loadfile(map->L, script))
233 bozoerr(httpd, 1, "failed to load script %s: %s", script,
236 bozoerr(httpd, 1, "failed to execute script
[all...]
/netbsd-current/external/bsd/openresolv/dist/
H A Dlibc.in261 for script in "$LIBEXECDIR"/libc.d/*; do
262 if [ -f "$script" ]; then
263 if [ -x "$script" ]; then
264 "$script" "$@"
266 (. "$script")
/netbsd-current/external/gpl2/xcvs/dist/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...]
/netbsd-current/external/gpl2/diffutils/dist/src/
H A Danalyze.c65 /* Find the midpoint of the shortest edit script for a specified
73 If FIND_MINIMAL is nonzero, find the minimal edit script regardless
84 Set PART->lo_minimal to true iff the minimal edit script for the
711 /* Cons an additional entry onto the front of an edit script OLD.
734 producing an edit script in reverse order. */
739 struct change *script = 0;
760 script = add_change (line0, line1, i0 - line0, i1 - line1, script);
767 return script;
771 producing an edit script i
735 struct change *script = 0; local
772 struct change *script = 0; local
829 struct change *script; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Dldfile.c191 /* Try to interpret the file as a linker script. */
421 Search the directory of the current linker script before searching
477 einfo (_("%P: About to run error handling script '%s' with arguments: '%s' '%s'\n"),
481 N_("error handling script"),
487 einfo (_("%P: Failed to run error handling script '%s', reason: "),
492 else /* We ignore the return status of the script
537 info_msg (_("cannot find script file %s\n"), name);
539 info_msg (_("opened script file %s\n"), name);
560 /* Return the default directory for finding script files.
601 it in directories specified with -L, then in the default script
678 struct script_name_list *script; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dldfile.c405 /* Try to interpret the file as a linker script. */
635 Search the directory of the current linker script before searching
691 einfo (_("%P: About to run error handling script '%s' with arguments: '%s' '%s'\n"),
695 N_("error handling script"),
701 einfo (_("%P: Failed to run error handling script '%s', reason: "),
706 else /* We ignore the return status of the script
754 info_msg (_("cannot find script file %s\n"), name);
756 info_msg (_("opened script file %s\n"), name);
777 /* Return the default directory for finding script files.
818 it in directories specified with -L, then in the default script
895 struct script_name_list *script; local
[all...]
/netbsd-current/external/gpl2/groff/dist/src/preproc/eqn/
H A Deqn.y116 %type <b> mark from_to sqrt_over script simple equation nonsup
166 script
176 script: label
179 | simple SUP script
188 | simple SUB simple SUP script
/netbsd-current/external/bsd/atf/dist/atf-sh/
H A Datf-check_test.sh38 cat >script.sh <<EOF
42 chmod +x script.sh
44 if ! ${Atf_Check} "${@}" ./script.sh >tmp; then
56 cat >script.sh <<EOF
60 chmod +x script.sh
62 if ${Atf_Check} "${@}" ./script.sh 2>tmp; then
/netbsd-current/external/bsd/unbound/dist/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 212 milliseconds

1234567891011>>