Home
last modified time | relevance | path

Searched refs:rhssize (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/sendmail/src/
Dalias.c662 int lhssize, rhssize; local
819 rhssize = strlen(rhs);
820 if (rhssize > 0)
827 if (rhssize == 0 || *p == '\0')
839 bytes += lhssize + rhssize;
840 if (rhssize > longest)
841 longest = rhssize;
/freebsd-10-stable/contrib/gcc/
Dtree-ssa-structalias.c2926 unsigned HOST_WIDE_INT rhssize; in do_structure_copy() local
3002 rhssize = ~0; in do_structure_copy()
3004 rhssize = TREE_INT_CST_LOW (rhstypesize); in do_structure_copy()
3014 if (!do_simple_structure_copy (lhs, rhs, MIN (lhssize, rhssize))) in do_structure_copy()
3026 do_rhs_deref_structure_copy (lhs, rhs, MIN (lhssize, rhssize)); in do_structure_copy()
3028 do_lhs_deref_structure_copy (lhs, rhs, MIN (lhssize, rhssize)); in do_structure_copy()