blockcheck
extern char *blockcheck(char *);
const char *blockcheck(const char *);
char *path = blockcheck(*argv);
if ((name = blockcheck(fsp->fs_spec)) != NULL) {
if ((name = blockcheck(fsp->fs_spec)) == NULL) {
(name = blockcheck(fs->fs_spec))) {
char *blockcheck(char *);