Home
last modified time | relevance | path

Searched defs:O_CREAT (Results 1 - 25 of 76) sorted by relevance

1234

/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dfcntl.h1 #define O_CREAT 0100 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dfcntl.h1 #define O_CREAT 0100 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dfcntl.h1 #define O_CREAT 0100 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dfcntl.h1 #define O_CREAT 0100 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dfcntl.h1 #define O_CREAT 0100 macro
/third_party/mesa3d/src/util/
H A Dos_file.c18 #define O_CREAT _O_CREAT macro
/third_party/musl/arch/aarch64/bits/
H A Dfcntl.h1 #define O_CREAT 0100 macro
/third_party/musl/arch/generic/bits/
H A Dfcntl.h1 #define O_CREAT 0100 macro
/third_party/musl/arch/m68k/bits/
H A Dfcntl.h1 #define O_CREAT 0100 macro
/third_party/musl/arch/mipsn32/bits/
H A Dfcntl.h1 #define O_CREAT 0400 macro
/third_party/musl/arch/arm/bits/
H A Dfcntl.h1 #define O_CREAT 0100 macro
/third_party/musl/arch/mips/bits/
H A Dfcntl.h1 #define O_CREAT 0400 macro
/third_party/musl/arch/mips64/bits/
H A Dfcntl.h1 #define O_CREAT 0400 macro
/third_party/musl/arch/powerpc/bits/
H A Dfcntl.h1 #define O_CREAT 0100 macro
/third_party/musl/arch/powerpc64/bits/
H A Dfcntl.h1 #define O_CREAT 0100 macro
/third_party/musl/arch/s390x/bits/
H A Dfcntl.h1 #define O_CREAT 0100 macro
/third_party/musl/arch/x32/bits/
H A Dfcntl.h1 #define O_CREAT 0100 macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/
H A Dmod.rs317 pub const O_CREAT: ::c_int = 0100; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
H A Dmod.rs43 pub const O_CREAT: ::c_int = 256; consts
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs390 pub const O_CREAT: ::c_int = 512; consts
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs127 pub const O_CREAT: ::c_int = 0x0100; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
H A Dmod.rs412 pub const O_CREAT: ::c_int = 64; consts
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs331 pub const O_CREAT: ::c_int = 512; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/
H A Dmod.rs553 pub const O_CREAT: ::c_int = 256; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/sparc/
H A Dmod.rs202 pub const O_CREAT: ::c_int = 0x200; consts

Completed in 18 milliseconds

1234