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

  /src/external/bsd/libbind/dist/irs/
nul_ng.c 55 static int ng_next(struct irs_ng *, const char **,
78 ng->next = ng_next;
94 ng_next(struct irs_ng *this, const char **host, const char **user, function
gen_ng.c 57 static int ng_next(struct irs_ng *, const char **,
88 ng->next = ng_next;
109 ng_next(struct irs_ng *this, const char **host, const char **user, function
irp_ng.c 57 static int ng_next(struct irs_ng *, const char **, const char **,
93 ng->next = ng_next;
160 ng_next(struct irs_ng *this, const char **host, const char **user, function
nis_ng.c 86 static int ng_next(struct irs_ng *, const char **,
119 ng->next = ng_next;
138 ng_next(struct irs_ng *this, const char **host, const char **user, const char **domain) { function
lcl_ng.c 76 struct ng_old_struct *ng_next; /*%< Chain ptr */ member in struct:ng_old_struct
94 static int ng_next(struct irs_ng *, const char **,
127 ng->next = ng_next;
183 ng_next(struct irs_ng *this, const char **host, const char **user, function
192 pvt->nextgrp = pvt->nextgrp->ng_next;
208 while (ng_next(this, &ng_host, &ng_user, &ng_domain))
259 gp = gp->ng_next;
308 grp->ng_next = pvt->grouphead.gr;
  /src/include/
netgroup.h 53 struct netgroup *ng_next; /* thread */ member in struct:netgroup
  /src/usr.sbin/ypserv/revnetgroup/
parse_netgroup.c 72 struct netgrp *ng_next; /* Chain ptr */ member in struct:netgrp
130 nextgrp = nextgrp->ng_next;
161 gp = gp->ng_next;
218 grp->ng_next = grouphead.gr;

Completed in 22 milliseconds