Searched refs:pmntent (Results 1 – 1 of 1) sorted by relevance
37 static struct pmntent { struct39 struct pmntent *pm_next; argument47 static struct pmntent *addmtab(char *, struct pmntent *);50 static struct pmntent *addmtab();91 static struct pmntent *94 struct pmntent *pm;113 return ((struct pmntent *)0);126 if (mnttable == (struct pmntent *)0)131 mnttable = pm = (struct pmntent *)xmalloc(sizeof (*pm));134 pm->pm_next = (struct pmntent *)xmalloc(sizeof (*pm));[all …]