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

  /src/lib/libc/gen/
getgrent.c 634 const char **curzone; local in function:__grscan_dns
673 curzone = zones_group;
676 curzone = zones_group;
679 curzone = zones_gid_group;
682 for (; *curzone; curzone++) { /* search zones */
683 hp = hesiod_resolve(state->context, buffer, *curzone);
691 if (*curzone == NULL) {
getpwent.c 780 const char **curzone; local in function:_dns_pwscan
801 for (curzone = zones; *curzone; curzone++) { /* search zones */
802 hp = hesiod_resolve(state->context, buffer, *curzone);
810 if (*curzone == NULL)

Completed in 14 milliseconds