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

  /src/usr.sbin/ypserv/revnetgroup/
parse_netgroup.c 80 static struct netgrp *nextgrp = (struct netgrp *)0; variable in typeref:struct:netgrp *
117 nextgrp = grouphead.gr;
126 if (nextgrp) {
127 *hostp = nextgrp->ng_str[NG_HOST];
128 *userp = nextgrp->ng_str[NG_USER];
129 *domp = nextgrp->ng_str[NG_DOM];
130 nextgrp = nextgrp->ng_next;
parse_netgroup.c 80 static struct netgrp *nextgrp = (struct netgrp *)0; variable in typeref:struct:netgrp *
117 nextgrp = grouphead.gr;
126 if (nextgrp) {
127 *hostp = nextgrp->ng_str[NG_HOST];
128 *userp = nextgrp->ng_str[NG_USER];
129 *domp = nextgrp->ng_str[NG_DOM];
130 nextgrp = nextgrp->ng_next;

Completed in 25 milliseconds