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

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-cris/
H A Dlibdso-1b.d3 #ld: --shared -m crislinux --version-script $srcdir/$subdir/hidedsofns2468 --hash-style=sysv
H A Dnoov.s6 ; linker script).
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dgroup2.d4 # xstormy uses a non-standard script, putting .data before .text.
H A Dgroup4.d4 # xstormy uses a non-standard script, putting .data before .text.
H A Dgroup5.d4 # xstormy uses a non-standard script, putting .data before .text.
H A Dgroup6.d4 # xstormy uses a non-standard script, putting .data before .text.
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-i386/
H A Dload7.d2 #ld: -shared -melf_i386 --version-script load7.map
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-pru/
H A Dpmem.d7 # Note: default linker script should put a guard at DRAM address 0
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-scripts/
H A Dpr14962.d7 # but the linker script converts x to absolute to avoid the error.
H A Drgn-at10.d6 # lma_region != region if requested by script. Make sure this works with
H A Drgn-at11.d6 # lma_region != region if not requested by script.
/netbsd-current/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}"
/netbsd-current/usr.sbin/sysinst/
H A Drun.c91 msg_string((opt ? script != NULL : logfp != NULL) ?
153 if (script) {
156 fflush(script);
157 fclose(script);
158 script = NULL;
160 script = fopen("/tmp/sysinst.sh", "w");
161 if (script != NULL) {
165 fflush(script);
167 msg_fmt_display(MSG_openfail, "%s%s", "script file",
454 if (script)
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/postfix/
H A Dpostfix.c20 /* environment and runs the \fBpostfix-script\fR shell script
134 /* variables before executing the \fBpostfix-script\fR file:
277 /* $daemon_directory/postfix-script, administrative commands
472 /* main - run administrative script from controlled environment */
476 char *script; local
567 * access by the maintenance shell script.
636 * Run the management script.
640 script = concatenate(var_daemon_dir, "/postfix-script", (cha
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
H A Dnouveau_nvkm_subdev_bios_dp.c112 info->script[0] = nvbios_rd16(bios, data + 0x06);
113 info->script[1] = nvbios_rd16(bios, data + 0x08);
117 info->script[2] = nvbios_rd16(bios, data + 0x0c);
118 info->script[3] = nvbios_rd16(bios, data + 0x0e);
121 info->script[4] = nvbios_rd16(bios, data + 0x10);
127 info->script[0] = nvbios_rd16(bios, data + 0x05);
128 info->script[1] = nvbios_rd16(bios, data + 0x07);
130 info->script[2] = nvbios_rd16(bios, data + 0x0b);
131 info->script[3] = nvbios_rd16(bios, data + 0x0d);
132 info->script[
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/guile/
H A Dguile.c26 #include "cli/cli-script.h"
223 char *script = NULL;
230 script = (char *) xmalloc (size + 1);
236 strcpy (&script[here], iter->line);
238 script[here++] = '\n';
240 script[here] = '\0';
241 return script;
252 char *script;
257 script = compute_scheme_string (cmd->body_list_0.get ());
258 gdb::unique_xmalloc_ptr<char> msg = gdbscm_safe_eval_string (script,
222 char *script = NULL; local
251 char *script; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/guile/
H A Dguile.c26 #include "cli/cli-script.h"
227 char *script = NULL;
234 script = (char *) xmalloc (size + 1);
240 strcpy (&script[here], iter->line);
242 script[here++] = '\n';
244 script[here] = '\0';
245 return script;
256 char *script;
261 script = compute_scheme_string (cmd->body_list_0.get ());
262 gdb::unique_xmalloc_ptr<char> msg = gdbscm_safe_eval_string (script,
226 char *script = NULL; local
255 char *script; local
[all...]
/netbsd-current/external/gpl3/gdb.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
503 info_msg (_("cannot find script file %s\n"), name);
505 info_msg (_("opened script file %s\n"), name);
526 /* Return the default directory for finding script files.
567 it in directories specified with -L, then in the default script
569 the default script location. */
644 struct script_name_list *script; local
648 the same linker script twice. */
649 for (script
[all...]
/netbsd-current/external/mit/lua/dist/src/
H A Dlua.c92 "usage: %s [options] [script [args]]\n"
95 " -i enter interactive mode after executing 'script'\n"
178 ** it has 'argv[script]', which is the script name. The arguments
179 ** to the script (everything after 'script') go to positive indices;
180 ** other arguments (before the script name) go to negative indices.
181 ** If there is no script name, assume interpreter's name as base.
182 ** (If there is no interpreter's name either, 'script' is -1, so
185 static void createargtable (lua_State *L, char **argv, int argc, int script) { argument
622 int script; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DMachineModel.cc157 char *script = read_line (fptr); local
158 if (script == NULL)
162 strtok (script, NTXT ("\n"));
165 cmd = strtok (script, NTXT (" \t"));
168 free (script);
210 free (script);
237 free (script);
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DMachineModel.cc157 char *script = read_line (fptr); local
158 if (script == NULL)
162 strtok (script, NTXT ("\n"));
165 cmd = strtok (script, NTXT (" \t"));
168 free (script);
210 free (script);
237 free (script);
/netbsd-current/crypto/external/bsd/openssl/dist/Configurations/
H A Dgentemplate.pm212 my $script = $self->{info}->{generate}->{$src}->[0];
218 generator_incs => $self->{info}->{includes}->{$script} // [],
219 generator_deps => $self->{info}->{depends}->{$script} // [],
231 if ($self->{info}->{generate}->{$script}) {
232 $self->dogenerate($script, $obj, $bin, %opts);
518 my $script = shift;
519 return "" if $cache{$script};
521 script => $script,
522 attrs => $self->{info}->{attributes}->{scripts}->{$script} // {},
[all...]
/netbsd-current/sys/arch/bebox/stand/boot/
H A Dsiop.c260 u_long scriptaddr = local_to_PCI((u_long)adp->script);
375 if ((istat & ISTAT_DIP) && (dstat & DSTAT_SIR)) { /* script interrupt */
384 "script interrupt 0x%x with invalid DSA\n",
475 * restart the script now if command completed properly
535 void *scriptaddr = (void *)local_to_PCI((u_long)adp->script);
538 adp->script[Ent_resel_targ0 / 4 + adp->sel_t * 2] =
542 adp->script[free_lo + i] = htoc32(lun_switch[i]);
543 adp->script[free_lo + E_abs_lunsw_return_Used[0]] =
627 uint32_t dsa, *script = adp->script; local
745 uint32_t *script = adp->script; local
771 uint32_t *script = adp->script; local
1176 uint32_t *script; local
[all...]
/netbsd-current/external/gpl2/groff/dist/src/preproc/eqn/
H A DMakefile.sub14 script.$(OBJEXT) \
29 $(srcdir)/script.cpp \
/netbsd-current/external/gpl2/groff/bin/eqn/
H A DMakefile14 script.cpp mark.cpp other.cpp delim.cpp sqrt.cpp pile.cpp special.cpp

Completed in 173 milliseconds

1234567891011>>