tryopen
static int tryopen(const char *, int);
if ((fd = tryopen(*name, O_RDONLY)) == -1)
} else if ((fd = tryopen(fname, O_RDONLY)) == -1) {