Home | History | Annotate | Download | only in mountd

Lines Matching defs:tgrp

919     struct grouplist *tgrp, char *cp, int *has_host, struct grouplist **grp)
959 parse_directory(const char *line, size_t lineno, struct grouplist *tgrp,
1019 struct grouplist *grp, *tgrp;
1058 tgrp = grp = get_grp();
1094 if (!parse_directory(line, lineno, tgrp,
1114 tgrp, cp, &has_host, &grp))
1148 } else if ((opt_flags & OP_NET) && tgrp->gr_next) {
1160 * After loop, tgrp points to the start of the list and
1163 grp = tgrp;
1174 hang_dirp(dirhead, tgrp, ep, opt_flags);
1176 grphead = tgrp;
1179 free_grp(tgrp);
1181 tgrp = NULL;
1231 struct grouplist *grp, *tgrp;
1250 tgrp = grp;
1252 free_grp(tgrp);
1347 struct grouplist *tgrp;
1352 tgrp = grp;
1354 free_grp(tgrp);