eopen
static int eopen(char *, int);
if ((io = eopen(file, O_RDONLY)) < 0) {
io = eopen(file, O_WRONLY);