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

  /src/lib/libc/resolv/
res_debug.c 937 int which1 = 0, which2 = 0; local in function:loc_aton
944 lltemp2 = latlon2ul(&cp, &which2);
946 switch (which1 + which2) {
948 if ((which1 == 1) && (which2 == 2)) { /*%< normal case */
951 } else if ((which1 == 2) && (which2 == 1)) { /*%< reversed */
res_debug.c 937 int which1 = 0, which2 = 0; local in function:loc_aton
944 lltemp2 = latlon2ul(&cp, &which2);
946 switch (which1 + which2) {
948 if ((which1 == 1) && (which2 == 2)) { /*%< normal case */
951 } else if ((which1 == 2) && (which2 == 1)) { /*%< reversed */

Completed in 30 milliseconds