HomeSort by: relevance | last modified time | path
    Searched defs:which1 (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/resolv/
res_debug.c 936 int which1 = 0, which2 = 0; local
941 lltemp1 = latlon2ul(&cp, &which1);
945 switch (which1 + which2) {
947 if ((which1 == 1) && (which2 == 2)) { /*%< normal case */
950 } else if ((which1 == 2) && (which2 == 1)) { /*%< reversed */
res_debug.c 936 int which1 = 0, which2 = 0; local
941 lltemp1 = latlon2ul(&cp, &which1);
945 switch (which1 + which2) {
947 if ((which1 == 1) && (which2 == 2)) { /*%< normal case */
950 } else if ((which1 == 2) && (which2 == 1)) { /*%< reversed */

Completed in 45 milliseconds