Home | History | Annotate | Download | only in resolv

Lines Matching full:which2

933 	int which1 = 0, which2 = 0;
940 lltemp2 = latlon2ul(&cp, &which2);
942 switch (which1 + which2) {
944 if ((which1 == 1) && (which2 == 2)) { /* normal case */
947 } else if ((which1 == 2) && (which2 == 1)) { /* reversed */