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

123

/netbsd-6-1-5-RELEASE/usr.sbin/syslogd/
H A Dtls.h115 * incoming and outgoing connections:
118 * - for incoming connections it is not used for checking, instead
128 incoming:1, /* set if we are server */ member in struct:tls_conn_settings
H A Dtls.c615 /* used for incoming connections in check_peer_cert() */
626 " \"%s\"", conn_info->incoming ? "server" : "client",
650 conn_info->incoming ? "client" : "server",
657 conn_info->incoming ? "client" : "server",
731 * - conn_info->incoming:
736 * - conn_info->fingerprint (only if !conn_info->incoming)
754 if (conn_info->incoming) {
779 * && !conn_info->incoming */
780 if (!conn_info->incoming && preverify_ok) {
789 } else if (!conn_info->incoming
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/
H A Dtext.c631 char incoming[MB_LEN_MAX + 1]; local
643 incoming[0] = c;
644 incoming[1] = '\0';
673 incoming[0] = pending_bytes[0];
674 incoming[1] = '\0';
684 incoming[0] = '\0';
694 memcpy (incoming, pending_bytes, pending_bytes_length);
695 incoming[pending_bytes_length] = '\0';
713 strncpy (string + i, incoming, incoming_length);
742 strncpy (string + i, incoming, incoming_lengt
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/picochip/
H A Dpicochip-protos.h98 int incoming ATTRIBUTE_UNUSED);
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/
H A Dpcap-usb-linux.c431 int incoming=0; local
493 incoming = 1;
496 incoming = !incoming;
499 if (incoming)
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Damd7930intr.s155 ! receive incoming data
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-cris/
H A Dlibdso-2.d8 # version script. This will change the incoming GOTPLT reloc to
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/mmix/
H A Dmmix.c344 mmix_opposite_regno (int regno, int incoming) argument
346 if (!mmix_function_arg_regno_p (regno, incoming))
350 regno - (incoming
600 int incoming)
606 (incoming
617 (incoming
648 mmix_function_arg_regno_p (int regno, int incoming) argument
651 = incoming ? MMIX_FIRST_INCOMING_ARG_REGNUM : MMIX_FIRST_ARG_REGNUM;
816 incoming parameter registers be misnumbered and treating the last
817 parameter register and incoming retur
596 mmix_function_arg(const CUMULATIVE_ARGS *argsp, enum machine_mode mode, tree type, int named ATTRIBUTE_UNUSED, int incoming) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dvar-tracking.c490 Return true when the adjustments on all incoming edges are consistent.
2497 rtx incoming = DECL_INCOMING_RTL (parm); local
2508 if (!decl_rtl || !incoming)
2511 if (GET_MODE (decl_rtl) == BLKmode || GET_MODE (incoming) == BLKmode)
2514 if (!vt_get_decl_and_offset (incoming, &decl, &offset))
2525 if (REG_P (incoming))
2527 gcc_assert (REGNO (incoming) < FIRST_PSEUDO_REGISTER);
2528 attrs_list_insert (&out->regs[REGNO (incoming)],
2529 parm, offset, incoming);
2530 set_variable_part (out, incoming, par
[all...]
H A Dtarget.h569 rtx (*struct_value_rtx) (tree fndecl, int incoming);
622 /* Return an rtx for the argument pointer incoming to the
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/mmix/
H A Dmmix.c568 int incoming)
574 (incoming
585 (incoming
616 mmix_function_arg_regno_p (int regno, int incoming) argument
619 = incoming ? MMIX_FIRST_INCOMING_ARG_REGNUM : MMIX_FIRST_ARG_REGNUM;
784 incoming parameter registers be misnumbered and treating the last
785 parameter register and incoming return value register call-saved.
2190 /* We do not need to restore pretended incoming args, just add back
2732 int incoming ATTRIBUTE_UNUSED)
564 mmix_function_arg(const CUMULATIVE_ARGS *argsp, enum machine_mode mode, tree type, int named ATTRIBUTE_UNUSED, int incoming) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dvar-tracking.c618 Return true when the adjustments on all incoming edges are consistent.
2003 /* Map incoming equivalences. ??? Wouldn't it be nice if
3446 /* If the incoming onepart variable has an empty location list, then
3887 /* Create values for incoming expressions associated with one-part
4953 back to other incoming values. */
8052 rtx incoming = DECL_INCOMING_RTL (parm); local
8065 if (!decl_rtl || !incoming)
8068 if (GET_MODE (decl_rtl) == BLKmode || GET_MODE (incoming) == BLKmode)
8071 if (!vt_get_decl_and_offset (incoming, &decl, &offset))
8073 if (REG_P (incoming) || MEM_
[all...]
H A Dtarget.h915 rtx (*struct_value_rtx) (tree fndecl, int incoming);
973 /* Return an rtx for the argument pointer incoming to the
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/pa/
H A Dpa.h410 incoming return address at the beginning of any function, before the
604 The INCOMING field tracks whether this is an "incoming" or
613 struct hppa_args {int words, nargs_prototype, incoming, indirect; };
623 (CUM).incoming = 0, \
638 (CUM).incoming = 1, \
609 struct hppa_args {int words, nargs_prototype, incoming, indirect; }; member in struct:hppa_args
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/pa/
H A Dpa.h418 incoming return address at the beginning of any function, before the
679 The INCOMING field tracks whether this is an "incoming" or
688 struct hppa_args {int words, nargs_prototype, incoming, indirect; };
698 (CUM).incoming = 0, \
713 (CUM).incoming = 1, \
684 struct hppa_args {int words, nargs_prototype, incoming, indirect; }; member in struct:hppa_args
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/bfin/
H A Dbfin.c824 Normally, this macro will push all remaining incoming registers on the
2026 int incoming ATTRIBUTE_UNUSED)
3729 VEC(edge,gc) *incoming;
3731 /* We can handle two cases: all incoming edges have the same destination
3732 block, or all incoming edges have the same source block. These two
4000 if (VEC_length (edge, loop->incoming) > 1
4001 || !(VEC_last (edge, loop->incoming)->flags & EDGE_FALLTHRU))
4298 if (VEC_length (edge, loop->incoming) > 1
4299 || !(VEC_last (edge, loop->incoming)->flags & EDGE_FALLTHRU))
4329 FOR_EACH_EDGE (e, ei, loop->incoming)
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/mt/
H A Dmt.c90 int incoming ATTRIBUTE_UNUSED)
487 tree fndecl ATTRIBUTE_UNUSED, int incoming)
495 if (incoming)
496 fputs (" incoming", stderr);
485 mt_init_cumulative_args(CUMULATIVE_ARGS * cum, tree fntype, rtx libname, tree fndecl ATTRIBUTE_UNUSED, int incoming) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/xtensa/
H A Dxtensa.h286 enough to consider conflicts with incoming arguments. If an
287 incoming argument in a2 is live throughout the function and
288 local-alloc decides to use a2, then the incoming argument must
292 registers are used first with the exception that the incoming
483 incoming or outgoing arguments. */
610 indicate whether these are incoming arguments. (FUNCTION_INCOMING_ARG
611 is used for both incoming and outgoing args, so a separate flag is
616 int incoming;
651 any incoming argument values. */
615 int incoming; member in struct:xtensa_args
H A Dxtensa.c1037 /* Check if an incoming argument in a7 is expected to be used soon and
1043 the incoming argument. This is necessary because the register
1046 the incoming argument in a7. By copying the argument out of a7 as
1100 may decide to put "subreg (tmp, 0)" in A7 and clobber the incoming
1123 /* For DF and DI mode arguments, copy the incoming value in A6 now. */
1979 init_cumulative_args (CUMULATIVE_ARGS *cum, int incoming)
1982 cum->incoming = incoming;
2012 if this is an incoming argument to the current function. */
2041 if (cum->incoming
1977 init_cumulative_args(CUMULATIVE_ARGS *cum, int incoming) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/xtensa/
H A Dxtensa.c1053 /* Check if an incoming argument in a7 is expected to be used soon and
1059 the incoming argument. This is necessary because the register
1062 the incoming argument in a7. By copying the argument out of a7 as
1424 init_cumulative_args (CUMULATIVE_ARGS *cum, int incoming)
1427 cum->incoming = incoming;
1457 if this is an incoming argument to the current function. */
1486 if (cum->incoming && regno <= A7_REG && regno + words > A7_REG)
1900 /* Add space for the incoming static chain value. */
2015 incoming argumen
1422 init_cumulative_args(CUMULATIVE_ARGS *cum, int incoming) argument
[all...]
H A Dxtensa.h281 enough to consider conflicts with incoming arguments. If an
282 incoming argument in a2 is live throughout the function and
283 local-alloc decides to use a2, then the incoming argument must
287 registers are used first with the exception that the incoming
490 incoming or outgoing arguments. */
710 indicate whether these are incoming arguments. (FUNCTION_INCOMING_ARG
711 is used for both incoming and outgoing args, so a separate flag is
716 int incoming;
759 any incoming argument values. */
715 int incoming; member in struct:xtensa_args
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dpcache.c1162 /* Each element in stored must be found in incoming. Incoming is overwritten.
1165 strings_containment(struct berval* stored, struct berval* incoming) argument
1172 for (j = k; incoming[j].bv_val != NULL; j++) {
1173 if (find_and_remove(&(incoming[j]), element, 2)) {
1190 substr_containment_substr(Operation *op, Filter* stored, Filter* incoming) argument
1198 if ((!(incoming->f_sub_initial.bv_val) && (stored->f_sub_initial.bv_val))
1199 || (!(incoming->f_sub_final.bv_val) && (stored->f_sub_final.bv_val)))
1202 init_incoming = incoming->f_sub_initial;
1203 final_incoming = incoming->f_sub_final;
1214 incoming
1223 substr_containment_equality(Operation *op, Filter* stored, Filter* incoming) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/crx/
H A Dcrx.c128 int incoming ATTRIBUTE_UNUSED);
202 int incoming ATTRIBUTE_UNUSED)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/crx/
H A Dcrx.c138 int incoming ATTRIBUTE_UNUSED);
200 int incoming ATTRIBUTE_UNUSED)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dmonitor.c104 z_stream incoming; member in struct:__anon395
1779 memcpy(&incoming_stream, &child_state.incoming,
1911 if (plen != sizeof(child_state.incoming))
1913 memcpy(&child_state.incoming, p, sizeof(child_state.incoming));

Completed in 372 milliseconds

123