HomeSort by: relevance | last modified time | path
    Searched defs:O_WRONLY (Results 1 - 18 of 18) sorted by relevancy

  /src/external/gpl2/mkhybrid/dist/include/
fctldefs.h 44 * Do not define more than O_RDONLY / O_WRONLY / O_RDWR
50 #ifndef O_WRONLY
51 #define O_WRONLY 1
  /src/external/bsd/libpcap/dist/testprogs/
unix.h 48 #define O_WRONLY _O_WRONLY
  /src/external/gpl3/binutils/dist/ld/
sysdep.h 67 #ifndef O_WRONLY
68 #define O_WRONLY 1
74 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
  /src/external/gpl3/binutils.old/dist/ld/
sysdep.h 67 #ifndef O_WRONLY
68 #define O_WRONLY 1
74 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
  /src/sys/external/bsd/acpica/dist/include/platform/
acwin64.h 92 #define O_WRONLY _O_WRONLY
acwin.h 120 #define O_WRONLY _O_WRONLY
  /src/external/bsd/ntp/dist/libntp/lib/isc/win32/include/isc/
stat.h 63 #define O_WRONLY _O_WRONLY
  /src/external/gpl3/binutils/dist/bfd/
sysdep.h 72 #ifndef O_WRONLY
73 #define O_WRONLY 1
79 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
  /src/external/gpl3/binutils.old/dist/bfd/
sysdep.h 68 #ifndef O_WRONLY
69 #define O_WRONLY 1
75 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
  /src/external/gpl3/gdb.old/dist/bfd/
sysdep.h 68 #ifndef O_WRONLY
69 #define O_WRONLY 1
75 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
  /src/external/gpl3/gdb/dist/bfd/
sysdep.h 68 #ifndef O_WRONLY
69 #define O_WRONLY 1
75 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
  /src/bin/sh/
redir.c 411 if ((f = open(fname, O_WRONLY)) == -1) {
412 if ((f = open(fname, O_WRONLY|O_CREAT|O_EXCL,
432 if ((f = open(fname, O_WRONLY|O_CREAT|O_TRUNC, 0666)) < 0)
438 if ((f = open(fname, O_WRONLY|O_CREAT|O_APPEND, 0666)) < 0)
937 #ifndef O_WRONLY
938 # define O_WRONLY 0
976 #define IGNFLAGS (O_ACCMODE|O_RDONLY|O_WRONLY|O_RDWR|O_SHLOCK|O_EXLOCK| \
  /src/sys/arch/ia64/stand/common/
bootstrap.h 415 #define O_WRONLY 0x00000001 /* open for writing only */
  /src/external/bsd/libarchive/dist/libarchive/
archive_windows.h 133 #define O_WRONLY _O_WRONLY
  /src/sys/sys/
fcntl.h 65 #define O_WRONLY 0x00000001 /* open for writing only */
  /src/external/gpl2/rcs/include/
conf.h 101 #define OPEN_O_WRONLY O_WRONLY /* main open flag for creating a lock file */
267 # define O_WRONLY 1
  /src/external/gpl3/gcc/dist/gcc/
system.h 385 #ifndef O_WRONLY
386 # define O_WRONLY 1
  /src/external/gpl3/gcc.old/dist/gcc/
system.h 385 #ifndef O_WRONLY
386 # define O_WRONLY 1

Completed in 47 milliseconds