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

  /src/include/
netgroup.h 50 __aconst char *ng_host; /* host name */ member in struct:netgroup
  /src/lib/libc/gen/
getnetgrent.c 157 if (!getstring(pp, ',', &ng->ng_host))
179 if (ng->ng_host)
180 free(ng->ng_host);
481 if ((host != NULL) && (ng->ng_host != NULL)
482 && strcmp(ng->ng_host, host) != 0)
551 if (ng->ng_host != NULL)
552 free(ng->ng_host);
607 (void)snprintf(buf, len, "(%s,%s,%s)", _NG_EMPTY(ng->ng_host),
688 if (_nglist->ng_host != NULL)
689 free(_nglist->ng_host);
    [all...]
  /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]);
  /src/usr.sbin/netgroup_mkdb/
netgroup_mkdb.c 145 hdb = ng_reverse(ndb, offsetof(struct netgroup, ng_host));
478 NG_EMPTY(e->n_group->ng_host),

Completed in 17 milliseconds