/external/iproute2/tc/ |
m_mirred.c | 2 * m_egress.c ingress/egress packet mirror/redir actions module 70 int ok = 0, iok = 0, mirror=0,redir=0; local 106 if (redir) { 107 fprintf(stderr, "Cant have both mirror and redir\n"); 113 } else if (!redir && matches(*argv, "redirect") == 0) { 114 redir=1; 116 fprintf(stderr, "Cant have both mirror and redir\n"); 122 } else if ((redir || mirror) && matches(*argv, "dev") == 0) {
|
/external/mksh/src/ |
syn.c | 179 if (tpeek(cf) != REDIR) 260 case REDIR: 269 case REDIR: 779 /* Lexical tokens (0[EOF], LWORD and REDIR handled specially) */ 815 char redir[6]; local 841 case REDIR: 842 s = snptreef(redir, sizeof(redir), "%R", yylval.iop); 853 redir[0] = c; 854 redir[1] = '\0' [all...] |
/system/core/sh/ |
eval.c | 72 #include "redir.h" 454 union node *redir; local 456 for (redir = n ; redir ; redir = redir->nfile.next) { 459 switch (redir->type) { 465 expandarg(redir->nfile.fname, &fn, EXP_TILDE | EXP_REDIR); 466 redir->nfile.expfname = fn.list->text; 470 if (redir->ndup.vname) [all...] |
parser.c | 51 #include "redir.h" /* defines copyfd() */ 293 union node *redir, **rpp; local 297 redir = NULL; 299 rpp = &redir; 482 if (!redir) 491 n1 = simplecmd(rpp, redir); 506 if (redir) { 513 n1->nredir.redirect = redir; 529 simplecmd(union node **rpp, union node *redir) 537 /* rpp to be the address of the local redir variable. * [all...] |
/external/libxml2/ |
xmlIO.c | 3812 const char *redir; local [all...] |
/external/qemu/android/ |
console.c | 89 } RedirRec, *Redir; 115 Redir redirs; 145 Redir redir; local 152 Redir new_redirs = realloc( global->redirs, new_max*sizeof(global->redirs[0]) ); 160 redir = &global->redirs[ global->num_redirs++ ]; 162 redir->host_port = host_port; 163 redir->host_udp = host_udp; 164 redir->guest_ip = guest_ip; 165 redir->guest_port = guest_port 179 Redir redir = &global->redirs[nn]; local 846 Redir redir = &global->redirs[nn]; local 903 Redir redir = &global->redirs[nn]; local 917 Redir redir; local 973 Redir redir; local [all...] |
/hardware/ril/include/telephony/ |
ril.h | 792 RIL_CDMA_RedirectingNumberInfoRecord redir; member in union:__anon18001::__anon18002 [all...] |