HomeSort by relevance Sort by last modified time
    Searched defs:redir (Results 1 - 7 of 7) sorted by null

  /external/iproute2/tc/
m_mirred.c 2 * m_egress.c ingress/egress packet mirror/redir actions module
71 int ok = 0, iok = 0, mirror = 0, redir = 0, ingress = 0, egress = 0; local
118 if (redir) {
119 fprintf(stderr, "Can't have both mirror and redir\n");
126 } else if (!redir && matches(*argv, "redirect") == 0) {
127 redir = 1;
129 fprintf(stderr, "Can't have both mirror and redir\n");
136 } else if ((redir || mirror) && matches(*argv, "dev") == 0) {
  /external/mksh/src/
syn.c 193 if (tpeek(cf) != REDIR)
291 case REDIR:
309 case REDIR:
820 /* Lexical tokens (0[EOF], LWORD and REDIR handled specially) */
856 char redir[8]; local
882 case REDIR:
883 s = snptreef(redir, sizeof(redir), Tft_R, yylval.iop);
894 redir[0] = c;
895 redir[1] = '\0'
    [all...]
  /external/libxml2/
xmlIO.c 3777 const char *redir; local
    [all...]
testapi.c 12429 char ** redir; \/* if available the redirected URL will be returned *\/ local
    [all...]
  /external/u-boot/common/
cli_hush.c 1209 struct redir_struct *redir; local
1211 for (redir=prog->redirects; redir; redir=redir->next) {
1212 if (redir->dup == -1 && redir->word.gl_pathv == NULL) {
1216 if (redir->dup == -1) {
1217 mode=redir_table[redir->type].mode;
1218 openfd = open(redir->word.gl_pathv[0], mode, 0666)
2300 struct redir_struct *redir = child->redirects; local
    [all...]
  /device/generic/goldfish/ril/
ril.h 1710 RIL_CDMA_RedirectingNumberInfoRecord redir; member in union:__anon1839::__anon1840
    [all...]
  /device/google/cuttlefish_common/guest/hals/ril/libril/
ril.h 1749 RIL_CDMA_RedirectingNumberInfoRecord redir; member in union:__anon2936::__anon2937
    [all...]

Completed in 836 milliseconds