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

/freebsd-11-stable/tools/tools/net80211/w00t/redir/
H A DMakefile5 PROG= redir
/freebsd-11-stable/tools/tools/net80211/w00t/
H A DMakefile3 SUBDIR= libw00t ap assoc expand prga redir
/freebsd-11-stable/bin/sh/
H A Dredir.c35 static char sccsid[] = "@(#)redir.c 8.2 (Berkeley) 5/4/95";
58 #include "redir.h"
66 #define CLOSED -1 /* fd was not open before redir */
109 redirect(union node *redir, int flags) argument
123 if (redir != NULL) {
134 for (n = redir ; n ; n = n->nfile.next) {
171 openredirect(union node *redir, char memory[10]) argument
174 int fd = redir->nfile.fd;
180 switch (redir->nfile.type) {
182 fname = redir
260 openhere(union node *redir) argument
[all...]
H A Deval.c63 #include "redir.h"
493 exphere(union node *redir, struct arglist *fn) argument
501 redir->nhere.expdoc = "";
511 expandarg(redir->nhere.doc, fn, 0);
512 redir->nhere.expdoc = fn->args[0];
533 union node *redir; local
535 for (redir = n ; redir ; redir = redir
[all...]
H A DMakefile12 mystring.c options.c output.c parser.c printf.c redir.c show.c \
H A Dparser.c417 union node *redir, **rpp; local
423 redir = NULL;
425 rpp = &redir;
588 if (!redir)
592 n1 = simplecmd(rpp, redir);
606 if (redir) {
613 n1->nredir.redirect = redir;
621 simplecmd(union node **rpp, union node *redir) argument
630 /* rpp to be the address of the local redir variable. */
631 if (redir
[all...]
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_console.c1424 int port, redir; local
1427 redir = 0;
1431 if (!redir) {
1439 redir = 1;
1450 if (redir)
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_db.c2907 struct in_addr redir; local
2915 redir = FindOriginalAddress(la,sm->ip_hdr->ip_dst);
2916 if (redir.s_addr == la->aliasAddress.s_addr ||
2917 redir.s_addr == la->targetAddress.s_addr) { /* No address found */
2923 return(redir); /* address redirect */
/freebsd-11-stable/contrib/ipfilter/iplang/
H A Diplang_y.y1563 void set_redir(redir, arg)
1564 int redir;
1567 icmp->icmp_code = redir;
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipnat_y.y170 | redir eol
329 redir: rdrit ifnames addr dport tlate dip nport setproto rdroptions label
/freebsd-11-stable/contrib/binutils/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
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgo32-nat.c52 #include <debug/redir.h>

Completed in 212 milliseconds