HomeSort by: relevance | last modified time | path
    Searched refs:E_OPEN (Results 1 - 4 of 4) sorted by relevancy

  /src/bin/sh/
error.h 43 #define E_OPEN 0x1 /* opening a file */
error.c 309 #define ALL (E_OPEN|E_CREAT|E_EXEC)
317 { ENOENT, E_OPEN, "no such file" },
320 { ENOTDIR, E_OPEN, "no such file" },
exec.c 137 action = E_OPEN;
186 if (action == E_OPEN) {
redir.c 498 error("cannot open %s: %s", fname, errmsg(errno, E_OPEN));

Completed in 14 milliseconds