Searched refs:script (Results 226 - 250 of 799) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/binutils/dist/gold/
H A DMakefile.am102 script-sections.cc \
103 script.cc \
151 script-c.h \
152 script-sections.h \
153 script.h \
216 script-sections.$(OBJEXT): yyscript.h
217 script.$(OBJEXT): yyscript.h
/netbsd-current/distrib/miniroot/
H A Dinstall.sub32 # NetBSD installation/upgrade script - common subroutines.
622 # Build a script to extract valid files from a list
640 # a shell script that directs the appropriate
645 several questions. The correct set of commands will be placed in a script
701 # Build the basics of an ftp-script...
702 echo "#!/bin/sh" > /tmp/ftp-script.sh
703 echo "cd /mnt" >> /tmp/ftp-script.sh
705 /tmp/ftp-script.sh
707 /tmp/ftp-script.sh
708 echo "bin" >> /tmp/ftp-script
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpython.c24 #include "cli/cli-script.h"
330 std::string script = std::string (arg) + "\n";
331 err = eval_python_command (script.c_str ());
346 /* A wrapper around PyRun_SimpleFile. FILE is the Python script to run
359 the script. */
398 std::string script;
402 script += iter->line;
403 script += '\n';
405 return script;
422 std::string script
329 std::string script = std::string (arg) + "\\n"; local
397 std::string script; local
421 std::string script = compute_python_string (cmd->body_list_0.get ()); local
[all...]
/netbsd-current/tests/bin/sh/
H A Dt_here.sh609 cat <<- \END_SCRIPT > script
618 atf_check -s exit:0 -o inline:'a\nb\n' -e empty ${TEST_SH} script
642 cat <<- \END_SCRIPT > script
658 # script somehow, and doesn't fall over completely...
660 atf_check -s exit:0 -o ignore -e empty ${TEST_SH} script
/netbsd-current/tests/dev/sysmon/
H A Dt_swsensor.sh34 script=${event%% *}
42 if [ "${script}" != "sensor_indicator" ] ; then
43 echo "Event uses wrong script: ${script}"
/netbsd-current/external/bsd/ntp/dist/scripts/update-leap/
H A Dupdate-leap-opts.def133 -c can also be used to invoke another script to perform administrative
142 This script depends on$REQUIREDCMDS
/netbsd-current/sys/arch/bebox/stand/boot/
H A Dsdvar.h80 * xfer description of the script: tables and reselect script
113 uint32_t *script; /* script addr */ member in struct:siop_adapter
H A DMakefile66 ${LD} -o ${PROG}.elf -N -T ${.CURDIR}/../boot/ld.script \
/netbsd-current/sys/arch/prep/stand/boot/
H A Dsdvar.h80 * xfer description of the script: tables and reselect script
113 uint32_t *script; /* script addr */ member in struct:siop_adapter
H A DMakefile63 ${LD} -o ${PROG}.elf -N -T ${.CURDIR}/../boot/ld.script \
/netbsd-current/external/gpl2/gettext/dist/djgpp/
H A Dconfig.bat123 Rem Create an arguments file for the configure script.
263 Rem install-sh is required by the configure script but clashes with the
265 Rem script runs and rename it afterwards
281 Rem Update the arguments file for the configure script.
286 Rem Update the arguments file for the configure script.
290 echo Running the ./configure script...
316 echo ./configure script editing failed!
320 echo ./configure script exited abnormally!
/netbsd-current/external/bsd/unbound/dist/contrib/
H A Dwarmup.cmd4 rem -- Warm up DNS cache script by your own MRU domains or from
5 rem -- file when it specified as script argument.
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dremoteconf.c87 * Script hook names and script hook paths
517 new->script[i] = NULL;
697 if (new->script[i] != NULL && new->script[i] == rmconf->script[i]) {
698 new->script[i] = vdup(new->script[i]);
699 STRDUP_FATAL(new->script[i]);
763 if (rmconf->script[i])
764 vfree(rmconf->script[
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dcheck-each-file5 # This script depends on the llvm-native-gcc script.
7 if [ x$1 = x--make-linker-script ]
19 echo "Linker script created in $linker; testing it out"
32 echo "WARNING: linker script didn't work"
38 echo "WARNING: linker script didn't work"
42 echo "Linker script created in $linker; please check it manually"
53 echo "$myname --make-linker-script PROGRAM"
60 echo "LINKER is the script that builds PROGRAM; try --make-linker-script"
[all...]
/netbsd-current/external/gpl3/gcc/lib/libgcc/libgcc_s/
H A DMakefile23 LDFLAGS+= -Wl,--version-script=${.OBJDIR}/libgcc.map
/netbsd-current/external/gpl3/gcc.old/lib/libgcc/libgcc_s/
H A DMakefile23 LDFLAGS+= -Wl,--version-script=${.OBJDIR}/libgcc.map
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dextension.h39 /* A function to load and process a script file.
45 /* A function to load and process a script for an objfile.
52 /* A function to execute a script for an objfile.
56 struct objfile *, const char *name, const char *script);
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_bios.c103 NV_INFO(drm, "0x%04X: Parsing digital output script table\n",
112 static int call_lvds_manufacturer_script(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_script script) argument
116 uint8_t sub = bios->data[bios->fp.xlated_entry + script] + (bios->fp.link_c_increment && dcbent->or & DCB_OUTPUT_C ? 1 : 0);
124 if (script == LVDS_PANEL_OFF) {
130 if (script == LVDS_RESET &&
139 static int run_lvds_table(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_script script, int pxclk) argument
145 * selecting the init script when not using straps; 4 script pointers
149 * of a list of pxclks and script pointers.
161 switch (script) {
212 call_lvds_script(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_script script, int pxclk) argument
[all...]
/netbsd-current/external/bsd/ntp/dist/scripts/ntptrace/
H A Dntptrace-opts.def46 @code{ntptrace} is a perl script that uses the ntpq utility program to follow
/netbsd-current/external/gpl2/diffutils/dist/src/
H A Difdef.c48 /* Print the edit-script SCRIPT as a merged #ifdef file. */
51 print_ifdef_script (struct change *script) argument
54 print_script (script, find_change, print_ifdef_hunk);
65 This is a contiguous portion of a complete edit script,
H A Dside.c33 /* Print the edit-script SCRIPT as a sdiff style output. */
36 print_sdiff_script (struct change *script) argument
41 print_script (script, find_change, print_sdiff_hunk);
235 This is a contiguous portion of a complete edit script,
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dlang-tcl18 ::msgcat::mcload [file join [file dirname [info script]] msgs]
H A Dxgettext-java-219 gettext ("script \ud835\udc9e = ...");
99 msgid "script ���� = ..."
/netbsd-current/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A DMakefile.bsd18 LDFLAGS+=-Wl,--version-script=${.CURDIR}/verify.map
/netbsd-current/external/mpl/dhcp/dist/
H A DMakefile.am24 doc/ja_JP.eucJP/dhclient-script.8 doc/ja_JP.eucJP/dhclient.8 \

Completed in 299 milliseconds

1234567891011>>