get_fstype
get_fstype(tmpbuf, &p->p_fstype);
void get_fstype(char *, u_int8_t *);
get_fstype(lp, i);
void get_fstype(struct disklabel *lp, int);
if ((fstype = get_fstype(DEFAULT_FSTYPE)) == NULL)
if ((fstype = get_fstype(optarg)) == NULL)
static fstype_t *get_fstype(const char *);