Home
last modified time | relevance | path

Searched refs:pmntent (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/backup/dump/
H A Ddumpfstab.c39 static struct pmntent { struct
41 struct pmntent *pm_next; argument
49 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 …]