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

/macosx-10.10/libresolv-57/
H A Dres_init.c262 int32_t dotcount, semicount, status; local
308 semicount = 0;
314 if (*p == ':') semicount++;
322 if ((dotcount == 4) || ((semicount > 0) && (lastdot != NULL)))
751 int dotcount, semicount, status; local
775 semicount = 0;
781 if (*checkp == ':') semicount++;
789 if ((dotcount == 4) || ((semicount > 0) && (lastdot != NULL)))

Completed in 91 milliseconds