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

  /src/include/
netgroup.h 52 __aconst char *ng_domain; /* domain name */ member in struct:netgroup
  /src/external/bsd/libbind/dist/irs/
lcl_ng.c 205 const char *ng_host, *ng_user, *ng_domain; local
208 while (ng_next(this, &ng_host, &ng_user, &ng_domain))
213 (domain == NULL || ng_domain == NULL ||
214 !strcmp(domain, ng_domain))) {

Completed in 17 milliseconds