/src/usr.sbin/ypserv/revnetgroup/ |
parse_netgroup.c | 62 * - netgrp is the list of entries for the current netgroup 71 struct netgrp { struct 72 struct netgrp *ng_next; /* Chain ptr */ 80 static struct netgrp *nextgrp = (struct netgrp *)0; 82 struct netgrp *gr; 85 (struct netgrp *)0, 98 * of netgrp structures. Let parse_netgrp() and read_for_group() do 109 if (grouphead.gr == (struct netgrp *)0 || 143 struct netgrp *gp, *ogp [all...] |
parse_netgroup.c | 62 * - netgrp is the list of entries for the current netgroup 71 struct netgrp { struct 72 struct netgrp *ng_next; /* Chain ptr */ 80 static struct netgrp *nextgrp = (struct netgrp *)0; 82 struct netgrp *gr; 85 (struct netgrp *)0, 98 * of netgrp structures. Let parse_netgrp() and read_for_group() do 109 if (grouphead.gr == (struct netgrp *)0 || 143 struct netgrp *gp, *ogp [all...] |
parse_netgroup.c | 62 * - netgrp is the list of entries for the current netgroup 71 struct netgrp { struct 72 struct netgrp *ng_next; /* Chain ptr */ 80 static struct netgrp *nextgrp = (struct netgrp *)0; 82 struct netgrp *gr; 85 (struct netgrp *)0, 98 * of netgrp structures. Let parse_netgrp() and read_for_group() do 109 if (grouphead.gr == (struct netgrp *)0 || 143 struct netgrp *gp, *ogp [all...] |
/src/usr.sbin/mountd/ |
mountd.c | 922 int netgrp; local in function:parse_host_netgroup 930 netgrp = getnetgrent(&hst, &usr, &dom); 936 if (netgrp) { 948 } while (netgrp && getnetgrent(&hst, &usr, &dom));
|
mountd.c | 922 int netgrp; local in function:parse_host_netgroup 930 netgrp = getnetgrent(&hst, &usr, &dom); 936 if (netgrp) { 948 } while (netgrp && getnetgrent(&hst, &usr, &dom));
|
mountd.c | 922 int netgrp; local in function:parse_host_netgroup 930 netgrp = getnetgrent(&hst, &usr, &dom); 936 if (netgrp) { 948 } while (netgrp && getnetgrent(&hst, &usr, &dom));
|