getfsfile
struct fstab *getfsfile(const char *);
PROTO_DEPRECATED(getfsfile);
if ((fs = getfsfile(*argv)) != NULL)
} else if ((fs = getfsfile(*argv)) == NULL &&
} else if ((fsp = getfsfile(newname)) != 0 && !retried) {
fs = getfsfile(mntbuf->f_mntonname);
if ((fs = getfsfile(mntpath)) == NULL &&
if ((fsp = getfsfile(disk)) == NULL)
fs = getfsfile(name);