Searched refs:eopen (Results 1 – 1 of 1) sorted by relevance
300 static int eopen(char *, int);715 if ((io = eopen(file, O_RDONLY)) < 0) { in commands()794 io = eopen(file, O_WRONLY); in commands()2644 eopen(char *string, int rw) in eopen() function