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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fcntl.h 20 #define _O_TEXT 0x4000
43 #define O_TEXT _O_TEXT
  /toolchain/binutils/binutils-2.27/include/
binary-io.h 31 # 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
  /external/libmojo/mojo/edk/test/
test_utils_win.cc 105 flags |= _O_TEXT;
  /toolchain/binutils/binutils-2.27/libiberty/
pex-win32.c 122 return _open (name, _O_RDONLY | (binary ? _O_BINARY : _O_TEXT));
137 | (binary ? _O_BINARY : _O_TEXT)),
940 return _pipe (p, 256, (binary ? _O_BINARY : _O_TEXT) | _O_NOINHERIT);
  /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/mdnsresponder/mDNSShared/
DebugServices.c     [all...]
  /external/e2fsprogs/intl/
loadmsgcat.c 481 # define O_TEXT _O_TEXT
    [all...]
  /toolchain/binutils/binutils-2.27/intl/
loadmsgcat.c 481 # define O_TEXT _O_TEXT
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 137 if (_setmode(fd, _O_TEXT) == -1) {
139 GOOGLE_LOG(WARNING) << "_setmode(" << fd << ", _O_TEXT): " << strerror(errno);
    [all...]
  /external/sqlite/dist/orig/
shell.c 207 _setmode(_fileno(file), _O_TEXT);
    [all...]
  /external/sqlite/dist/
shell.c 213 _setmode(_fileno(file), _O_TEXT);
    [all...]

Completed in 319 milliseconds