HomeSort by: relevance | last modified time | path
    Searched refs:ng_host (Results 1 - 3 of 3) 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/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 13 milliseconds