Searched refs:pmntent (Results 1 – 1 of 1) sorted by relevance
39 static struct pmntent { struct41 struct pmntent *pm_next; argument49 static struct pmntent *addmtab(char *, struct pmntent *);52 static struct pmntent *addmtab();93 static struct pmntent *96 struct pmntent *pm;115 return ((struct pmntent *)0);128 if (mnttable == (struct pmntent *)0)133 mnttable = pm = (struct pmntent *)xmalloc(sizeof (*pm));136 pm->pm_next = (struct pmntent *)xmalloc(sizeof (*pm));[all …]