getfsspec
struct fstab *getfsspec(const char *);
__weak_alias(getfsspec,_getfsspec)
fs = getfsspec(spec);
fs = getfsspec(spec2);
(fs = getfsspec(canonical_path)) == NULL))
(fs = getfsspec(*argv)) == NULL) {