getfsspec
struct fstab *getfsspec(const char *);
(fs = getfsspec(spec)) == NULL) {
(fs = getfsspec(*argv)) == NULL)
if ((fst = getfsspec(mntfromname)))
if ((fs = getfsspec(fst[i].f_mntfromname)) == NULL)