OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:E_CREAT
(Results
1 - 4
of
4
) sorted by null
/system/core/sh/
error.h
44
#define
E_CREAT
02 /* creating a file */
error.c
290
#define ALL (E_OPEN|
E_CREAT
|E_EXEC)
298
{ ENOENT,
E_CREAT
,"directory nonexistent" },
301
{ ENOTDIR,
E_CREAT
,"directory nonexistent" },
redir.c
245
error("cannot create %s: %s", fname, errmsg(errno,
E_CREAT
));
init.c
252
#define ALL (E_OPEN|
E_CREAT
|E_EXEC)
544
#define ALL (E_OPEN|
E_CREAT
|E_EXEC)
832
#define ALL (E_OPEN|
E_CREAT
|E_EXEC)
Completed in 436 milliseconds