default_fstype
return (F_option ? FSType : default_fstype(special));
extern char *default_fstype(char *);
fstype = default_fstype(special);
extern char *default_fstype();
default_fstype(argv[optind]);
extern char *default_fstype();
extern char *default_fstype(char *);
fstype = default_fstype(special);
fstype = default_fstype(special);
extern char *default_fstype();
fstype = default_fstype(argv[2]);
extern char *default_fstype();