Home
last modified time | relevance | path

Searched refs:addrtype (Results 1 – 7 of 7) sorted by relevance

/dragonfly/lib/libftpio/
HDftpio.c763 ftp->addrtype = res->ai_family; in ftp_login_session()
819 if ((s = socket(ftp->addrtype, SOCK_STREAM, 0)) < 0) { in ftp_file_op()
825 if (ftp->addrtype == AF_INET) { in ftp_file_op()
876 l = (ftp->addrtype == AF_INET ? 6 : 21); in ftp_file_op()
882 sin.sin4.sin_family = ftp->addrtype; in ftp_file_op()
883 if (ftp->addrtype == AF_INET6) { in ftp_file_op()
952 if (ftp->addrtype == AF_INET6) { in ftp_file_op()
962 if (ftp->addrtype == AF_INET) { in ftp_file_op()
HDftpio.h33 int addrtype; member
/dragonfly/contrib/gcc-8.0/gcc/
HDhsa-gen.c1831 gen_address_calculation (tree exp, hsa_bb *hbb, BrigType16_t addrtype) in gen_address_calculation() argument
1841 return hsa_cfun->reg_for_gimple_ssa (exp)->get_in_type (addrtype, hbb); in gen_address_calculation()
1846 if (addrtype != imm->m_type) in gen_address_calculation()
1847 imm->m_type = addrtype; in gen_address_calculation()
1863 hsa_op_reg *res = new hsa_op_reg (addrtype); in gen_address_calculation()
1864 hsa_insn_basic *insn = new hsa_insn_basic (3, opcode, addrtype); in gen_address_calculation()
1868 addrtype); in gen_address_calculation()
1870 addrtype); in gen_address_calculation()
1902 process_mem_base (tree base, hsa_symbol **symbol, BrigType16_t *addrtype, in process_mem_base() argument
1909 = hsa_cfun->reg_for_gimple_ssa (base)->get_in_type (*addrtype, hbb); in process_mem_base()
[all …]
HDgimple-fold.c6997 tree addrtype; in gimple_fold_indirect_ref() local
7000 addrtype = TREE_TYPE (addr); in gimple_fold_indirect_ref()
7004 && TREE_CODE (TREE_TYPE (addrtype)) == VECTOR_TYPE in gimple_fold_indirect_ref()
7005 && useless_type_conversion_p (type, TREE_TYPE (TREE_TYPE (addrtype))) in gimple_fold_indirect_ref()
7015 TYPE_VECTOR_SUBPARTS (TREE_TYPE (addrtype)))) in gimple_fold_indirect_ref()
7022 && TREE_CODE (TREE_TYPE (addrtype)) == COMPLEX_TYPE in gimple_fold_indirect_ref()
7023 && useless_type_conversion_p (type, TREE_TYPE (TREE_TYPE (addrtype)))) in gimple_fold_indirect_ref()
/dragonfly/usr.sbin/ypserv/
HDyp_dnslookup.c119 int addrtype; member
391 hent->h_addrtype = q->addrtype; in yp_run_dnsq()
540 q->addrtype = af; in yp_async_lookup_addr()
/dragonfly/usr.sbin/ppp/
HDfilter.c207 addrtype(const char *addr) in addrtype() function
319 fe.f_srctype = addrtype(*argv); in filter_Parse()
335 fe.f_dsttype = addrtype(*argv); in filter_Parse()
/dragonfly/contrib/gcc-4.7/gcc/
HDgimplify.c4181 tree addrtype; in gimple_fold_indirect_ref() local
4184 addrtype = TREE_TYPE (addr); in gimple_fold_indirect_ref()
4188 && TREE_CODE (TREE_TYPE (addrtype)) == VECTOR_TYPE in gimple_fold_indirect_ref()
4189 && useless_type_conversion_p (type, TREE_TYPE (TREE_TYPE (addrtype))) in gimple_fold_indirect_ref()
4199 <= TYPE_VECTOR_SUBPARTS (TREE_TYPE (addrtype))) in gimple_fold_indirect_ref()
4206 && TREE_CODE (TREE_TYPE (addrtype)) == COMPLEX_TYPE in gimple_fold_indirect_ref()
4207 && useless_type_conversion_p (type, TREE_TYPE (TREE_TYPE (addrtype)))) in gimple_fold_indirect_ref()