_PATH_INSTR
if ((fd = open(_PATH_INSTR, O_RDONLY)) == -1) {
warn("open %s", _PATH_INSTR);
if ((fd = open(_PATH_INSTR, O_RDONLY)) == -1)
err(1, "open %s", _PATH_INSTR);