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

  /src/include/
netgroup.h 50 __aconst char *ng_host; /* host name */ member in struct:netgroup
  /src/external/bsd/libbind/dist/irs/
lcl_ng.c 48 #define NG_HOST 0 /*%< Host name */
189 *host = pvt->nextgrp->ng_str[NG_HOST];
205 const char *ng_host, *ng_user, *ng_domain; local
208 while (ng_next(this, &ng_host, &ng_user, &ng_domain))
209 if ((host == NULL || ng_host == NULL ||
210 !strcmp(host, ng_host)) &&
260 if (ogp->ng_str[NG_HOST])
261 free(ogp->ng_str[NG_HOST]);

Completed in 15 milliseconds