HomeSort by relevance Sort by last modified time
    Searched refs:O_TEXT (Results 1 - 24 of 24) sorted by null

  /toolchain/binutils/binutils-2.25/include/
binary-io.h 31 # define O_TEXT _O_TEXT
34 /* BeOS 5 has O_BINARY and O_TEXT, but they have no effect. */
36 # undef O_TEXT
  /external/bison/lib/
pipe2.c 70 if ((flags & ~(O_CLOEXEC | O_NONBLOCK | O_BINARY | O_TEXT)) != 0)
144 else if (flags & O_TEXT)
146 setmode (fd[1], O_TEXT);
147 setmode (fd[0], O_TEXT);
fcntl.in.h 294 # define O_TEXT _O_TEXT
298 /* BeOS 5 and Haiku have O_BINARY and O_TEXT, but they have no effect. */
300 # undef O_TEXT
305 # define O_TEXT 0
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fcntl.h 43 #define O_TEXT _O_TEXT
  /toolchain/binutils/binutils-2.25/libiberty/
pex-djgpp.c 86 return open (name, O_RDONLY | (binary ? O_BINARY : O_TEXT));
101 | (binary ? O_BINARY : O_TEXT)),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xw32defs.h 62 # define O_TEXT _O_TEXT
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xw32defs.h 62 # define O_TEXT _O_TEXT
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/details/
fstream_stdio.cpp 76 # define O_TEXT _O_TEXT
90 # if !defined( O_TEXT )
91 # define O_TEXT _O_TEXT
fstream_win32io.cpp 106 # define FTEXT 0x80 // O_TEXT flag
142 mode |= O_TEXT;
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/details/
fstream_stdio.cpp 76 # define O_TEXT _O_TEXT
90 # if !defined( O_TEXT )
91 # define O_TEXT _O_TEXT
fstream_win32io.cpp 106 # define FTEXT 0x80 // O_TEXT flag
142 mode |= O_TEXT;
  /external/bison/darwin-lib/
fcntl.h 606 # define O_TEXT _O_TEXT
610 /* BeOS 5 and Haiku have O_BINARY and O_TEXT, but they have no effect. */
612 # undef O_TEXT
617 # define O_TEXT 0
  /external/bison/linux-lib/
fcntl.h 606 # define O_TEXT _O_TEXT
610 /* BeOS 5 and Haiku have O_BINARY and O_TEXT, but they have no effect. */
612 # undef O_TEXT
617 # define O_TEXT 0
  /external/python/cpython2/RISCOS/Modules/
riscosmodule.c 485 #ifdef O_TEXT
486 if (ins(d, "O_TEXT", (long)O_TEXT)) return -1;
  /external/e2fsprogs/intl/
loadmsgcat.c 481 # define O_TEXT _O_TEXT
484 /* BeOS 5 has O_BINARY and O_TEXT, but they have no effect. */
486 # undef O_TEXT
    [all...]
  /toolchain/binutils/binutils-2.25/intl/
loadmsgcat.c 481 # define O_TEXT _O_TEXT
484 /* BeOS 5 has O_BINARY and O_TEXT, but they have no effect. */
486 # undef O_TEXT
    [all...]
  /external/syslinux/lzo/src/
lzo_supp.h     [all...]
miniacc.h     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c     [all...]
  /external/python/cpython2/Modules/
posixmodule.c     [all...]
  /external/mksh/src/
exec.c 892 setmode(fd, O_TEXT);
    [all...]
funcs.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c     [all...]

Completed in 707 milliseconds