OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:E_EXEC
(Results
1 - 5
of
5
) sorted by relevancy
/src/bin/sh/
error.c
309
#define ALL (E_OPEN|E_CREAT|
E_EXEC
)
313
{ EACCES,
E_EXEC
, "no execute permission" },
319
{ ENOENT,
E_EXEC
, "not found" },
322
{ ENOTDIR,
E_EXEC
, "not found" },
339
{ EAGAIN,
E_EXEC
, "not enough memory" },
363
{ E2BIG,
E_EXEC
, "argument list too long" },
365
{ ELIBACC,
E_EXEC
, "shared library missing" },
error.h
45
#define
E_EXEC
0x4 /* executing a program */
exec.c
131
action =
E_EXEC
;
734
outfmt(out2, "%s: %s\n", name, errmsg(e,
E_EXEC
));
/src/bin/ksh/
sh.h
230
#define
E_EXEC
4 /* executing command tree */
exec.c
103
newenv(
E_EXEC
);
252
e->type =
E_EXEC
; /* no more need for error handler */
Completed in 21 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025