Searched refs:O_CREAT (Results 1 - 25 of 33) sorted by relevance

12

/seL4-refos-master/libs/libmuslc/src/fcntl/
H A Dcreat.c6 return open(filename, O_CREAT|O_WRONLY|O_TRUNC, mode);
H A Dopenat.c10 if ((flags & O_CREAT) || (flags & O_TMPFILE) == O_TMPFILE) {
H A Dopen.c10 if ((flags & O_CREAT) || (flags & O_TMPFILE) == O_TMPFILE) {
/seL4-refos-master/libs/libmuslc/arch/aarch64/bits/
H A Dfcntl.h1 #define O_CREAT 0100 macro
/seL4-refos-master/libs/libmuslc/arch/aarch64_sel4/bits/
H A Dfcntl.h1 #define O_CREAT 0100 macro
/seL4-refos-master/libs/libmuslc/arch/arm/bits/
H A Dfcntl.h1 #define O_CREAT 0100 macro
/seL4-refos-master/libs/libmuslc/arch/arm_sel4/bits/
H A Dfcntl.h1 #define O_CREAT 0100 macro
/seL4-refos-master/libs/libmuslc/arch/generic/bits/
H A Dfcntl.h1 #define O_CREAT 0100 macro
/seL4-refos-master/libs/libmuslc/arch/mips/bits/
H A Dfcntl.h1 #define O_CREAT 0400 macro
/seL4-refos-master/libs/libmuslc/arch/mips64/bits/
H A Dfcntl.h1 #define O_CREAT 0400 macro
/seL4-refos-master/libs/libmuslc/arch/mipsn32/bits/
H A Dfcntl.h1 #define O_CREAT 0400 macro
/seL4-refos-master/libs/libmuslc/arch/powerpc/bits/
H A Dfcntl.h1 #define O_CREAT 0100 macro
/seL4-refos-master/libs/libmuslc/arch/powerpc64/bits/
H A Dfcntl.h1 #define O_CREAT 0100 macro
/seL4-refos-master/libs/libmuslc/arch/s390x/bits/
H A Dfcntl.h1 #define O_CREAT 0100 macro
/seL4-refos-master/libs/libmuslc/arch/x32/bits/
H A Dfcntl.h1 #define O_CREAT 0100 macro
/seL4-refos-master/libs/libmuslc/arch/x86_64/bits/
H A Dfcntl.h1 #define O_CREAT 0100 macro
/seL4-refos-master/libs/libmuslc/arch/x86_64_sel4/bits/
H A Dfcntl.h1 #define O_CREAT 0100 macro
/seL4-refos-master/libs/libmuslc/src/mq/
H A Dmq_open.c11 if (flags & O_CREAT) {
/seL4-refos-master/libs/libmuslc/src/stdio/
H A D__fmodeflags.c12 if (*mode != 'r') flags |= O_CREAT;
H A Dtmpfile.c17 fd = sys_open(s, O_RDWR|O_CREAT|O_EXCL, 0600);
H A Dfreopen.c26 fl &= ~(O_CREAT|O_EXCL|O_CLOEXEC);
/seL4-refos-master/libs/libmuslc/src/thread/
H A Dsem_open.c68 flags &= (O_CREAT|O_EXCL);
74 if (flags == (O_CREAT|O_EXCL) && access(name, F_OK) == 0) {
82 if (flags != (O_CREAT|O_EXCL)) {
96 if (!(flags & O_CREAT))
114 fd = open(tmp, O_CREAT|O_EXCL|FLAGS, mode);
133 if (e != EEXIST || flags == (O_CREAT|O_EXCL))
/seL4-refos-master/libs/libmuslc/src/temp/
H A Dmkostemps.c22 if ((fd = open(template, flags | O_RDWR | O_CREAT | O_EXCL, 0600))>=0)
/seL4-refos-master/projects/refos/impl/apps/file_server/src/
H A Dpager.c56 fb->dataspace = data_open(REFOS_PROCSERV_EP, "anon", O_CREAT | O_WRONLY |O_TRUNC, O_RDWR,
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dvmsconf.h206 # define O_CREAT 0x200 macro

Completed in 451 milliseconds

12