Searched refs:O_WRONLY (Results 1 - 16 of 16) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/fcntl/
H A Dcreat.c6 return open(filename, O_CREAT|O_WRONLY|O_TRUNC, mode);
/seL4-refos-master/libs/libmuslc/src/stdio/
H A D__fmodeflags.c9 else flags = O_WRONLY;
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dmacconf.h75 #if !defined(O_WRONLY)
H A Dvmsconf.h204 # define O_WRONLY 1 macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dmacconf.h75 #if !defined(O_WRONLY)
H A Dvmsconf.h204 # define O_WRONLY 1 macro
/seL4-refos-master/libs/libmuslc/src/thread/
H A Dpthread_setname_np.c22 if ((fd = open(f, O_WRONLY)) < 0 || write(fd, name, len) < 0) status = errno;
/seL4-refos-master/libs/libmuslc/src/misc/
H A Dfmtmsg.c42 consolefd = open("/dev/console", O_WRONLY);
H A Dsyslog.c115 fd = open("/dev/console", O_WRONLY|O_NOCTTY|O_CLOEXEC);
/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/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/libs/libmuslc/include/
H A Dfcntl.h44 #define O_WRONLY 01 macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dfiles.c14 #if !defined(MAC) && !defined(O_WRONLY) && !defined(AZTEC_C)
444 O_WRONLY |O_CREAT | O_TRUNC | O_BINARY);
447 fd = open(fq_lock, O_WRONLY |O_CREAT | O_TRUNC | O_BINARY, FCMASK);
672 fd = open(file, O_WRONLY |O_CREAT | O_TRUNC | O_BINARY, FCMASK);
871 fd = open(fq_save, O_WRONLY | O_BINARY | O_CREAT | O_TRUNC, FCMASK);
H A Dsave.c13 #if !defined(LSC) && !defined(O_WRONLY) && !defined(AZTEC_C)
1103 if ((fdto = open(to, O_WRONLY | O_BINARY | O_CREAT | O_TRUNC, FCMASK)) < 0)
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dfiles.c14 #if !defined(MAC) && !defined(O_WRONLY) && !defined(AZTEC_C)
444 O_WRONLY |O_CREAT | O_TRUNC | O_BINARY);
447 fd = open(fq_lock, O_WRONLY |O_CREAT | O_TRUNC | O_BINARY, FCMASK);
672 fd = open(file, O_WRONLY |O_CREAT | O_TRUNC | O_BINARY, FCMASK);
871 fd = open(fq_save, O_WRONLY | O_BINARY | O_CREAT | O_TRUNC, FCMASK);
H A Dsave.c13 #if !defined(LSC) && !defined(O_WRONLY) && !defined(AZTEC_C)
1103 if ((fdto = open(to, O_WRONLY | O_BINARY | O_CREAT | O_TRUNC, FCMASK)) < 0)

Completed in 154 milliseconds