Home
last modified time | relevance | path

Searched refs:O_BINARY (Results 1 – 8 of 8) sorted by relevance

/components/libc/compilers/newlib/
A Dfcntl.h24 #ifndef O_BINARY
25 #define O_BINARY 0x10000 macro
/components/libc/compilers/picolibc/
A Dfcntl.h24 #ifndef O_BINARY
25 #define O_BINARY 0x10000 macro
/components/libc/compilers/musl/
A Dfcntl.h52 #ifndef O_BINARY
53 #define O_BINARY 00 macro
/components/libc/compilers/common/extension/fcntl/msvc/
A Dfcntl.h34 #define O_BINARY 0x8000 /* file mode is binary (untranslated) */ macro
35 #define O_RAW O_BINARY
/components/libc/compilers/common/extension/fcntl/octal/
A Dfcntl.h33 #define O_BINARY 0100000 macro
/components/lwp/
A Dlwp.c55 #ifndef O_BINARY
56 #define O_BINARY 0x10000 macro
A Dlwp_args.c560 fd = open(filename, O_BINARY | O_RDONLY, 0); in lwp_args_load_script()
A Dlwp_elf.c191 fd = open(filename, O_BINARY | O_RDONLY, 0); in elf_file_open()

Completed in 14 milliseconds