lofs_mnttab
if ((lmt = malloc(sizeof (struct lofs_mnttab))) == NULL)
lmt->l_next = lofs_mnttab;
lofs_mnttab = lmt;
struct lofs_mnttab *lmt;
for (lmt = lofs_mnttab; lmt != NULL; lmt = lmt->l_next) {
struct lofs_mnttab *l_next;
} *lofs_mnttab = NULL;
struct lofs_mnttab *lmt;
struct lofs_mnttab *next;
for (lmt = lofs_mnttab; lmt != NULL; lmt = next) {
lofs_mnttab = NULL;