getmntpt
if ((mntpt = getmntpt(*argv)) == NULL) {
mntpt = getmntpt(*argv);
static char *getmntpt(const char *);
if ((mntpt = getmntpt(disk, &mntflags)) != NULL) {
static char *getmntpt(char *, int *);