mountd.c | 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; local in function:get_exportlist_one 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) 1231 struct grouplist *grp, *tgrp; local in function:get_exportlist 1347 struct grouplist *tgrp; local in function:free_exp_grp [all...] |