Searched refs:E_OPEN (Results 1 – 4 of 4) sorted by relevance
309 #define ALL (E_OPEN|E_CREAT|E_EXEC)317 { ENOENT, E_OPEN, "no such file" },320 { ENOTDIR, E_OPEN, "no such file" },
43 #define E_OPEN 0x1 /* opening a file */ macro
137 action = E_OPEN; in shellexec()186 if (action == E_OPEN) { in shellexec()
498 error("cannot open %s: %s", fname, errmsg(errno, E_OPEN)); in openredirect()