Searched defs:O_RDONLY (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/proto/
H A Dproto.c200 #ifndef O_RDONLY
201 #define O_RDONLY 0 macro
704 else if ((fd = open(list, O_RDONLY)) < 0)
/ast/src/cmd/ie/
H A Dio.h174 # define O_RDONLY 0 macro
/ast/src/lib/libpp/
H A Dppproto.c41 #undef O_RDONLY macro
2198 if (file && (fd = open(file, O_RDONLY)) < 0) return 0;
/ast/src/cmd/INIT/
H A Dproto.c117 # ifndef O_RDONLY
118 # define O_RDONLY 0 macro
483 # ifndef O_RDONLY
1811 if ((i = open(file, O_RDONLY|0)) < 0)
1821 i = open(file, O_RDONLY|0);
4452 if (file && (fd = open(file, O_RDONLY)) < 0) return 0;
5267 else if ((fd = open(list, O_RDONLY)) < 0)
/ast/src/lib/libast/sfio/
H A Dsfhdr.h988 #ifndef O_RDONLY
989 #define O_RDONLY 000 macro

Completed in 35 milliseconds