OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 51 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025