Searched refs:ex_fsdir (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/usr.sbin/mountd/
H A Dmountd.c116 char *ex_fsdir; member in struct:exportlist
1562 ep->ex_fsdir = (char *)malloc
1564 if (ep->ex_fsdir)
1565 strcpy(ep->ex_fsdir,
1723 while (ep2 && strcmp(ep2->ex_fsdir, ep->ex_fsdir) < 0) {
2438 if (ep->ex_fsdir)
2439 free(ep->ex_fsdir);

Completed in 107 milliseconds