Lines Matching defs:ep2
1018 struct exportlist *ep, *ep2;1184 ep2 = exphead;1190 while (ep2 && strcmp(ep2->ex_fsdir, ep->ex_fsdir) < 0) {1191 epp = &ep2->ex_next;1192 ep2 = ep2->ex_next;1194 if (ep2)1195 ep->ex_next = ep2;1230 struct exportlist *ep, *ep2;1242 ep2 = ep;1244 free_exp(ep2);
Indexes created Wed Oct 01 19:09:53 GMT 2025