Go to the source code of this file.
Defines | |
| #define | O_RDONLY 0x000 |
| #define | O_WRONLY 0x001 |
| #define | O_RDWR 0x002 |
| #define | O_CREATE 0x200 |
| #define O_CREATE 0x200 |
Definition at line 4 of file fcntl.h.
Referenced by bigdir(), bigfile(), concreate(), createdelete(), createtest(), dirfile(), fourteen(), iref(), linktest(), main(), parseredirs(), sharedfd(), subdir(), sys_open(), twofiles(), unlinkread(), writetest(), and writetest1().
| #define O_RDONLY 0x000 |
Definition at line 1 of file fcntl.h.
Referenced by parseredirs(), stat(), subdir(), sys_open(), writetest(), and writetest1().
| #define O_RDWR 0x002 |
Definition at line 3 of file fcntl.h.
Referenced by bigfile(), concreate(), createdelete(), createtest(), dirfile(), linktest(), main(), sharedfd(), subdir(), sys_open(), twofiles(), unlinkread(), writetest(), and writetest1().
| #define O_WRONLY 0x001 |
1.5.6