Searched refs:O_ACCMODE (Results 1 – 4 of 4) sorted by relevance
40 self->uv_fd = open(UV_PATH, O_ACCMODE); in FIXTURE_SETUP()162 self->uv_fd = open(UV_PATH, O_ACCMODE); in FIXTURE_SETUP()268 int fd = open(UV_PATH, O_ACCMODE); in main()
19 #define O_ACCMODE 00000003 macro
30 if ((flags & O_ACCMODE) == O_RDONLY) in open__scnprintf_flags()
1019 if ((flags & O_ACCMODE) == O_RDONLY) in elf_open_read()1021 else if ((flags & O_ACCMODE) == O_RDWR) in elf_open_read()