Searched refs:which2 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/lib/libc/resolv/
H A Dres_debug.c921 int which1 = 0, which2 = 0; local
928 lltemp2 = latlon2ul(&cp, &which2);
930 switch (which1 + which2) {
932 if ((which1 == 1) && (which2 == 2)) { /*%< normal case */
935 } else if ((which1 == 2) && (which2 == 1)) { /*%< reversed */

Completed in 106 milliseconds