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

/netbsd-current/include/
H A Dnetgroup.h52 __aconst char *ng_domain; /* domain name */ member in struct:netgroup
/netbsd-current/lib/libc/gen/
H A Dgetnetgrent.c163 if (!getstring(pp, ')', &ng->ng_domain))
489 if ((domain != NULL) && (ng->ng_domain != NULL)
490 && strcmp(ng->ng_domain, domain) != 0)
555 if (ng->ng_domain != NULL)
556 free(ng->ng_domain);
608 _NG_EMPTY(ng->ng_user), _NG_EMPTY(ng->ng_domain));
692 if (_nglist->ng_domain != NULL)
693 free(_nglist->ng_domain);
755 *domain = _nglist->ng_domain;
/netbsd-current/external/bsd/libbind/dist/irs/
H A Dlcl_ng.c205 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))) {
/netbsd-current/usr.sbin/netgroup_mkdb/
H A Dnetgroup_mkdb.c381 ng->ng_domain, e->n_size);
495 NG_EMPTY(e->n_group->ng_domain));

Completed in 80 milliseconds