HomeSort by: relevance | last modified time | path
    Searched defs:gr_next (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/external/bsd/libbind/dist/irs/
irp_gr.c 77 static struct group * gr_next(struct irs_gr *);
115 gr->next = gr_next;
147 gr_next(struct irs_gr *this) { function
dns_gr.c 82 static struct group * gr_next(struct irs_gr *);
124 gr->next = gr_next;
151 gr_next(struct irs_gr *this) { function
lcl_gr.c 111 static struct group * gr_next(struct irs_gr *);
149 gr->next = gr_next;
177 gr_next(struct irs_gr *this) { function
nis_gr.c 125 static struct group * gr_next(struct irs_gr *);
156 gr->next = gr_next;
182 gr_next(struct irs_gr *this) { function
gen_gr.c 76 static struct group * gr_next(struct irs_gr *);
124 gr->next = gr_next;
146 gr_next(struct irs_gr *this) { function
  /src/usr.bin/showmount/
showmount.c 81 struct grouplist *gr_next; member in struct:grouplist
210 grp = grp->gr_next;
358 grouplist_free(gp->gr_next);
400 gp->gr_next = ep->ex_groups;
  /src/external/bsd/am-utils/dist/conf/nfs_prot/
nfs_prot_aix3.h 78 #define gr_next g_next macro
nfs_prot_aix4.h 76 #define gr_next g_next macro
nfs_prot_aix4_2.h 81 #define gr_next g_next macro
nfs_prot_aix4_3.h 81 #define gr_next g_next macro
nfs_prot_aix5_1.h 81 #define gr_next g_next macro
nfs_prot_osf2.h 114 #define gr_next g_next macro
nfs_prot_sunos5_3.h 180 #define gr_next g_next macro
nfs_prot_sunos5_4.h 188 #define gr_next g_next macro
nfs_prot_ultrix.h 112 #define gr_next g_next macro
nfs_prot_aix5_2.h 178 #define gr_next g_next macro
nfs_prot_bsdi2.h 134 #define gr_next g_next macro
455 groups gr_next; member in struct:groups
nfs_prot_hpux.h 131 #define gr_next g_next macro
nfs_prot_irix5.h 181 #define gr_next g_next macro
nfs_prot_irix6.h 132 #define gr_next g_next macro
nfs_prot_ncr2.h 112 #define gr_next g_next macro
nfs_prot_osf4.h 113 #define gr_next g_next macro
nfs_prot_osf5.h 128 #define gr_next g_next macro
nfs_prot_sunos3.h 128 #define gr_next g_next macro
  /src/usr.sbin/mountd/
mountd.c 154 struct grouplist *gr_next; member in struct:grouplist
933 (*grp)->gr_next = get_grp();
934 *grp = (*grp)->gr_next;
1148 } else if ((opt_flags & OP_NET) && tgrp->gr_next) {
1168 } while (grp->gr_next && (grp = grp->gr_next));
1175 grp->gr_next = grphead;
1251 grp = grp->gr_next;
1353 grp = grp->gr_next;
1430 grp = grp->gr_next;
    [all...]

Completed in 65 milliseconds

1 2