| /src/external/bsd/ipf/dist/tools/ |
| ippool_y.y | 89 %type <num> role table inout unit dstopts weighting 172 IPT_GROUPMAP inout { bzero((char *)&ipht, sizeof(ipht)); 180 inout: IPT_IN { $$ = FR_INQUE; } label 486 | IPT_GROUPMAP '(' name ';' inout ';' ')'
|
| ipnat_y.y | 438 inout IPNY_ON ifnames { ; } 441 inout: IPNY_IN { nat->in_redir = NAT_REDIRECT; } label
|
| /src/crypto/dist/ipsec-tools/src/racoon/ |
| privsep.c | 694 int inout; local 710 memcpy(&inout, bufs[3], sizeof(port)); 721 raddr, bufs[2], inout) != 0) { 754 int inout; local 765 memcpy(&inout, bufs[1], sizeof(inout)); 777 port, inout); 780 if (isakmp_cfg_accounting_pam(port, inout) != 0) { 1349 int inout) 1357 usr, inout); [all...] |
| /src/sys/arch/acorn32/stand/boot32/ |
| boot32.c | 503 int page, inout; local 519 inout = osmemory_GIVEN_LOG_ADDR | osmemory_RETURN_PAGE_NO | 521 osmemory_page_op(inout, mem_pages_info, totalpages);
|
| /src/crypto/external/bsd/openssh/dist/ |
| session.c | 381 int inout[2], err[2]; local 387 if (socketpair(AF_UNIX, SOCK_STREAM, 0, inout) == -1) { 393 close(inout[0]); 394 close(inout[1]); 413 close(inout[0]); 414 close(inout[1]); 456 close(inout[1]); 458 if (dup2(inout[0], 0) == -1) /* stdin */ 460 if (dup2(inout[0], 1) == -1) /* stdout (same as stdin) */ 462 close(inout[0]) [all...] |
| sftp.c | 2376 int c_in, c_out, inout[2]; local 2378 if (socketpair(AF_UNIX, SOCK_STREAM, 0, inout) == -1) 2380 *in = *out = inout[0]; 2381 c_in = c_out = inout[1];
|
| /src/external/gpl3/binutils/dist/bfd/ |
| xtensa-isa.c | 914 if (iclass->operands[opnd].inout == 's') 932 char inout; 938 inout = iclass->operands[opnd].inout; 941 if (inout == 's') 944 return inout; 1299 return iclass->stateOperands[stOp].inout; 1711 return intisa->interfaces[intf].inout; 927 char inout; local
|
| /src/external/gpl3/binutils/dist/include/ |
| xtensa-isa-internal.h | 97 char inout; /* Direction: 'i', 'o', or 'm'. */ member in struct:xtensa_arg_internal_struct 137 char inout; /* "i" or "o". */ member in struct:xtensa_interface_internal_struct
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| xtensa-isa.c | 914 if (iclass->operands[opnd].inout == 's') 932 char inout; 938 inout = iclass->operands[opnd].inout; 941 if (inout == 's') 944 return inout; 1299 return iclass->stateOperands[stOp].inout; 1711 return intisa->interfaces[intf].inout; 927 char inout; local
|
| /src/external/gpl3/binutils.old/dist/include/ |
| xtensa-isa-internal.h | 97 char inout; /* Direction: 'i', 'o', or 'm'. */ member in struct:xtensa_arg_internal_struct 137 char inout; /* "i" or "o". */ member in struct:xtensa_interface_internal_struct
|
| /src/external/gpl3/gdb/dist/bfd/ |
| xtensa-isa.c | 914 if (iclass->operands[opnd].inout == 's') 932 char inout; 938 inout = iclass->operands[opnd].inout; 941 if (inout == 's') 944 return inout; 1299 return iclass->stateOperands[stOp].inout; 1711 return intisa->interfaces[intf].inout; 927 char inout; local
|
| /src/external/gpl3/gdb/dist/include/ |
| xtensa-isa-internal.h | 97 char inout; /* Direction: 'i', 'o', or 'm'. */ member in struct:xtensa_arg_internal_struct 137 char inout; /* "i" or "o". */ member in struct:xtensa_interface_internal_struct
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| xtensa-isa.c | 914 if (iclass->operands[opnd].inout == 's') 932 char inout; 938 inout = iclass->operands[opnd].inout; 941 if (inout == 's') 944 return inout; 1299 return iclass->stateOperands[stOp].inout; 1711 return intisa->interfaces[intf].inout; 927 char inout; local
|
| /src/external/gpl3/gdb.old/dist/include/ |
| xtensa-isa-internal.h | 97 char inout; /* Direction: 'i', 'o', or 'm'. */ member in struct:xtensa_arg_internal_struct 137 char inout; /* "i" or "o". */ member in struct:xtensa_interface_internal_struct
|
| /src/sys/external/bsd/ipf/netinet/ |
| ip_state.c | 3258 int inout; local 3371 inout = (fin->fin_rev << 1) + fin->fin_out; 3372 is->is_pkts[inout]++; 3373 is->is_bytes[inout] += fin->fin_plen; 3374 fin->fin_pktnum = is->is_pkts[inout] + is->is_icmppkts[inout];
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| resolve.cc | 2452 is an array, the intent inout/out variable needs to be also an array. */ 2465 : "INOUT", eformal->sym->name, esym->name); 12039 When the lhs in a defined assignment has intent INOUT or is intent OUT 12060 #if (arg1 is INOUT or finalizable OUT && !t1) 12071 #if (t1 and (arg1 is INOUT or finalizable OUT)) 12205 bool inout = false; local 12249 /* If the first argument of the subroutine has intent INOUT 12256 inout = dummy_args 12258 if ((inout || finalizable_out) 12262 inout = true [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| resolve.cc | 2404 is an array, the intent inout/out variable needs to be also an array. */ 2417 : "INOUT", eformal->sym->name, esym->name); 11477 When the lhs in a defined assignment has intent INOUT, we need a 11488 #if one component's assignment procedure is INOUT 11575 bool inout = false; local 11615 /* If the first argument of the subroutine has intent INOUT 11623 inout = true; 11699 if (t1 && inout)
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-xtensa.c | 4477 char inout; 4478 inout = xtensa_operand_inout (isa, insn->opcode, i); 4479 if ((inout == 'o' || inout == 'm') 4469 char inout; local
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-xtensa.c | 4477 char inout; 4478 inout = xtensa_operand_inout (isa, insn->opcode, i); 4479 if ((inout == 'o' || inout == 'm') 4469 char inout; local
|
| /src/sys/dev/ic/ |
| ispmbox.h | 1603 } inout; member in struct:__anon2889 1604 #define els_bytecnt inout.in._els_bytecnt 1605 #define els_subcode1 inout.in._els_subcode1 1606 #define els_subcode2 inout.in._els_subcode2 1607 #define els_reserved4 inout.in._els_reserved4 1608 #define els_recv_bytecnt inout.out._els_recv_bytecnt 1609 #define els_xmit_bytecnt inout.out._els_xmit_bytecnt 1610 #define els_xmit_dsd_length inout.out._els_xmit_dsd_length 1611 #define els_xmit_dsd_a1500 inout.out._els_xmit_dsd_a1500 1612 #define els_xmit_dsd_a3116 inout.out._els_xmit_dsd_a311 [all...] |