OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
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;
/src/external/bsd/libbind/dist/irs/
lcl_ng.c
83
struct ng_old_struct *
nextgrp
;
member in struct:pvt
176
pvt->
nextgrp
= pvt->grouphead.gr;
188
if (pvt->
nextgrp
) {
189
*host = pvt->
nextgrp
->ng_str[NG_HOST];
190
*user = pvt->
nextgrp
->ng_str[NG_USER];
191
*domain = pvt->
nextgrp
->ng_str[NG_DOM];
192
pvt->
nextgrp
= pvt->
nextgrp
->ng_next;
Completed in 22 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026