getmntpt
if ((mntpt = getmntpt(*argv)) == 0) {
if ((mntpt = getmntpt(*argv)) == 0)
static char *getmntpt(const char *);
if ((mntbuf = getmntpt(fs->fs_file))
(mntbuf = getmntpt(canonical_path)) == NULL) &&
(mntbuf = getmntpt(*argv)) == NULL) {
(mntbuf = getmntpt(canonical_path))
(mntbuf = getmntpt(*argv)) == NULL)
getmntpt(const char *);