Searched refs:redir (Results 1 - 25 of 25) sorted by relevance

/netbsd-6-1-5-RELEASE/bin/sh/
H A Dredir.c1 /* $NetBSD: redir.c,v 1.31 2011/02/17 15:13:49 pooka Exp $ */
38 static char sccsid[] = "@(#)redir.c 8.2 (Berkeley) 5/4/95";
40 __RCSID("$NetBSD: redir.c,v 1.31 2011/02/17 15:13:49 pooka Exp $");
63 #include "redir.h"
106 redirect(union node *redir, int flags) argument
128 for (n = redir ; n ; n = n->nfile.next) {
174 openredirect(union node *redir, char memory[10], int flags) argument
176 int fd = redir->nfile.fd;
188 switch (redir->nfile.type) {
190 fname = redir
259 openhere(union node *redir) argument
[all...]
H A Deval.c71 #include "redir.h"
460 union node *redir; local
462 for (redir = n ; redir ; redir = redir->nfile.next) {
465 switch (redir->type) {
471 expandarg(redir->nfile.fname, &fn, EXP_TILDE | EXP_REDIR);
472 redir->nfile.expfname = fn.list->text;
476 if (redir
[all...]
H A Dparser.c51 #include "redir.h" /* defines copyfd() */
300 union node *redir, **rpp; local
306 redir = NULL;
308 rpp = &redir;
493 if (!redir)
502 n1 = simplecmd(rpp, redir);
517 if (redir) {
524 n1->nredir.redirect = redir;
541 simplecmd(union node **rpp, union node *redir) argument
549 /* rpp to be the address of the local redir variabl
[all...]
H A Djobs.c68 #include "redir.h"
1336 p = ">"; i = 1; goto redir;
1338 p = ">|"; i = 1; goto redir;
1340 p = ">>"; i = 1; goto redir;
1342 p = ">&"; i = 1; goto redir;
1344 p = "<"; i = 0; goto redir;
1346 p = "<&"; i = 0; goto redir;
1348 p = "<>"; i = 0; goto redir;
1349 redir:
H A DMakefile10 mystring.c options.c parser.c redir.c show.c trap.c output.c var.c \
/netbsd-6-1-5-RELEASE/sys/arch/x86/acpi/
H A Dacpi_machdep.c132 int irq, pin, type, redir, mpflags; local
140 redir = IOAPIC_REDLO_LEVEL | IOAPIC_REDLO_ACTLO;
167 redir &= ~IOAPIC_REDLO_ACTLO;
174 redir &= ~IOAPIC_REDLO_LEVEL;
198 mip->redir &= ~(IOAPIC_REDLO_LEVEL |
200 mip->redir |= redir;
204 tmpmap.redir = redir;
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Dmpbios.c752 mp_cfg_special_intr(const struct mpbios_int *entry, uint32_t *redir) argument
760 *redir &= ~IOAPIC_REDLO_DEL_MASK;
761 *redir &= ~IOAPIC_REDLO_VECTOR_MASK;
762 *redir &= ~IOAPIC_REDLO_LEVEL;
766 *redir |= (IOAPIC_REDLO_DEL_NMI<<IOAPIC_REDLO_DEL_SHIFT);
770 *redir |= (IOAPIC_REDLO_DEL_SMI<<IOAPIC_REDLO_DEL_SHIFT);
779 *redir |= (IOAPIC_REDLO_DEL_EXTINT<<IOAPIC_REDLO_DEL_SHIFT);
780 *redir |= (IOAPIC_REDLO_MASK);
788 mp_cfg_pci_intr(const struct mpbios_int *entry, uint32_t *redir) argument
793 *redir
827 mp_cfg_eisa_intr(const struct mpbios_int *entry, uint32_t *redir) argument
878 mp_cfg_isa_intr(const struct mpbios_int *entry, uint32_t *redir) argument
[all...]
H A Dmpacpi.c199 mpi->redir = (IOAPIC_REDLO_DEL_NMI<<IOAPIC_REDLO_DEL_SHIFT);
222 mpi->redir = (IOAPIC_REDLO_DEL_NMI<<IOAPIC_REDLO_DEL_SHIFT);
264 mpi->redir = 0;
268 mpi->redir &= ~IOAPIC_REDLO_ACTLO;
271 mpi->redir |= IOAPIC_REDLO_ACTLO;
275 mpi->redir |= IOAPIC_REDLO_ACTLO;
277 mpi->redir &= ~IOAPIC_REDLO_ACTLO;
280 mpi->redir |= (IOAPIC_REDLO_DEL_FIXED<<IOAPIC_REDLO_DEL_SHIFT);
283 mpi->redir |= IOAPIC_REDLO_LEVEL;
286 mpi->redir
[all...]
H A Dlapic.c191 i82489_writereg(LAPIC_LVINT0, mpi->redir);
193 i82489_writereg(LAPIC_LVINT1, mpi->redir);
H A Dioapic.c418 redlo = map == NULL ? IOAPIC_REDLO_MASK : map->redir;
H A Dintr.c1104 (*pr)("\tioapic redir 0x%x\n",
1105 sc->sc_pins[isp->is_pin].ip_map->redir);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/lib/
H A Dgas-defs.exp62 proc gas_host_run { cmd redir } {
63 verbose "Executing $cmd $redir"
65 if [regexp ">& */dev/null" $redir] then {
67 set command "$cmd $redir"
68 } elseif [regexp "> */dev/null" $redir] then {
72 } elseif [regexp ">&.*" $redir] then {
74 regsub ">&" $redir "" output_file
76 } elseif [regexp "2>.*" $redir] then {
78 set command "$cmd $redir"
80 } elseif [regexp ">.*" $redir] the
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/x86/include/
H A Dmpconfig.h61 uint32_t redir; member in struct:mp_intr_map
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/test/
H A Dcms-test.pl57 my $redir = " 2> cms.err > cms.out";
393 system("$scmd$rscmd$redir");
400 system("$vcmd$rvcmd$redir");
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dsyn.c710 char redir[6]; /* 2<<- is the longest redirection, I think */ local
737 s = snptreef(redir, sizeof(redir), "%R", yylval.iop);
748 redir[0] = c;
749 redir[1] = '\0';
751 shf_snprintf(redir, sizeof(redir),
753 s = redir;
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Dconfigure.bat21 redir -o junk.$$$ -eo make -n -f NUL
/netbsd-6-1-5-RELEASE/libexec/httpd/
H A Dbozohttpd.c1141 char dir[MAXPATHLEN], redir[MAXPATHLEN], redirpath[MAXPATHLEN + 1], local
1148 * use it as the directory to look for the redir file.
1169 if ((size_t)snprintf(redir, sizeof(redir), "%s/%s", dir,
1170 REDIRECT_FILE) >= sizeof(redir)) {
1175 if (lstat(redir, &sb) == 0) {
1180 if((size_t)snprintf(redir, sizeof(redir), "%s/%s", dir,
1181 ABSREDIRECT_FILE) >= sizeof(redir)) {
1186 if (lstat(redir,
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/djgpp/
H A Dconfig.bat145 redir -e /dev/null update %XSRC%/configure.orig ./configure
276 redir -e /dev/null rm %XSRC%/po/*.gmo
277 redir -e /dev/null rm %XSRC%/po/gettext.pot
278 redir -e /dev/null rm %XSRC%/po/cat-id-tbl.c
279 redir -e /dev/null rm %XSRC%/po/stamp-cat-id
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/lib/
H A Dsim-defs.exp61 proc sim_run { prog sim_opts prog_opts redir options } {
130 if { "$redir" == "" } {
133 remote_spawn host "$sim $always_opts $SIMFLAGS $sim_opts $cmd $prog_opts $redir" writeonly
/netbsd-6-1-5-RELEASE/gnu/dist/groff/arch/djgpp/
H A Dconfig.bat13 redir -e /dev/null update %XSRC%/configure.orig ./configure
/netbsd-6-1-5-RELEASE/dist/ipf/tools/
H A Dipnat_y.y138 | redir eol
227 redir: rdrit ifnames addr dport IPNY_TLATE dip nport setproto rdroptions label
/netbsd-6-1-5-RELEASE/dist/ipf/iplang/
H A Diplang_y.y1605 void set_redir(redir, arg)
1606 int redir;
1609 icmp->icmp_code = redir;
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tspi/
H A Dobj_rsakey.c515 obj_rsakey_set_redirected(TSS_HKEY hKey, UINT32 redir) argument
530 if (redir)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dgo32-nat.c118 #include <debug/redir.h>
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dresrc.c201 /* Run `cmd' and redirect the output to `redir'. */
204 run_cmd (char *cmd, const char *redir)
261 redir_handle = open (redir, O_WRONLY | O_TRUNC | O_CREAT, 0666);
263 fatal (_("can't open temporary file `%s': %s"), redir,
269 fatal (_("can't redirect stdout: `%s': %s"), redir, strerror (errno));
203 run_cmd(char *cmd, const char *redir) argument

Completed in 320 milliseconds