HomeSort by relevance Sort by last modified time
    Searched refs:_get_osfhandle (Results 1 - 25 of 44) sorted by null

1 2

  /external/bison/lib/
msvc-nothrow.h 30 /* Get original declaration of _get_osfhandle. */
35 /* Override _get_osfhandle. */
37 # define _get_osfhandle _gl_nothrow_get_osfhandle macro
msvc-nothrow.c 29 #undef _get_osfhandle macro
39 result = _get_osfhandle (fd);
fcntl.c 40 /* Get _get_osfhandle. */
55 HANDLE old_handle = (HANDLE) _get_osfhandle (oldfd);
273 HANDLE handle = (HANDLE) _get_osfhandle (fd);
dup2.c 40 /* Get _get_osfhandle. */
53 if ((HANDLE) _get_osfhandle (fd) == INVALID_HANDLE_VALUE)
error.c 95 /* Get _get_osfhandle. */
132 return (HANDLE) _get_osfhandle (fd) != INVALID_HANDLE_VALUE;
  /external/curl/src/
tool_cb_see.c 111 # undef _get_osfhandle macro
112 # define _get_osfhandle(fd) (fd) macro
124 if(!SetEndOfFile((HANDLE)_get_osfhandle(fd)))
  /external/chromium-trace/catapult/common/py_utils/py_utils/
lock.py 80 hfile = win32file._get_osfhandle(target_file.fileno())
92 hfile = win32file._get_osfhandle(target_file.fileno())
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
fileobject.h 82 #define _PyVerify_fd(fd) (_get_osfhandle(fd) >= 0)
  /external/python/cpython2/Include/
fileobject.h 82 #define _PyVerify_fd(fd) (_get_osfhandle(fd) >= 0)
  /prebuilts/gdb/darwin-x86/include/python2.7/
fileobject.h 82 #define _PyVerify_fd(fd) (_get_osfhandle(fd) >= 0)
  /prebuilts/gdb/linux-x86/include/python2.7/
fileobject.h 82 #define _PyVerify_fd(fd) (_get_osfhandle(fd) >= 0)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
fileobject.h 82 #define _PyVerify_fd(fd) (_get_osfhandle(fd) >= 0)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
fileobject.h 82 #define _PyVerify_fd(fd) (_get_osfhandle(fd) >= 0)
  /external/compiler-rt/lib/profile/
WindowsMMap.c 61 mmap_fd = (HANDLE)_get_osfhandle(fd);
  /external/lz4/programs/
platform.h 122 # include <io.h> /* _setmode, _fileno, _get_osfhandle */
127 # define SET_SPARSE_FILE_MODE(file) { DWORD dw; DeviceIoControl((HANDLE) _get_osfhandle(_fileno(file)), FSCTL_SET_SPARSE, 0, 0, 0, 0, &dw, 0); }
  /external/skia/src/ports/
SkOSFile_win.cpp 43 HANDLE file = (HANDLE)_get_osfhandle(fileno);
84 HANDLE file = (HANDLE)_get_osfhandle(fileno);
130 HANDLE fileHandle = (HANDLE)_get_osfhandle(fileno);
  /external/libmojo/mojo/edk/test/
test_utils_win.cc 88 reinterpret_cast<HANDLE>(_get_osfhandle(_fileno(fp.get()))),
  /toolchain/binutils/binutils-2.25/libiberty/
pex-win32.c 791 stdin_handle = (HANDLE) _get_osfhandle (in);
792 stdout_handle = (HANDLE) _get_osfhandle (out);
794 stderr_handle = (HANDLE) _get_osfhandle (errdes);
949 HANDLE h = (HANDLE) _get_osfhandle (fd);
961 HANDLE h = (HANDLE) _get_osfhandle (fd);
  /external/libpcap/pcap/
pcap.h 367 pcap_hopen_offline_with_tstamp_precision(_get_osfhandle(_fileno(f)), p, b)
369 pcap_hopen_offline(_get_osfhandle(_fileno(f)), b)
  /external/fmtlib/fmt/
posix.cc 133 HANDLE handle = reinterpret_cast<HANDLE>(_get_osfhandle(fd_));
  /external/python/cpython2/PC/
msvcrtmodule.c 147 handle = _get_osfhandle(fd);
  /external/wpa_supplicant_8/src/utils/
os_win32.c 226 h = (HANDLE) _get_osfhandle(_fileno(stream));
  /system/core/libutils/
FileMap.cpp 146 mFileHandle = (HANDLE) _get_osfhandle(fd);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
io.h 312 _CRTIMP intptr_t __cdecl _get_osfhandle(int _FileHandle);
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/details/
fstream_win32io.cpp 25 # include <io.h> // For _get_osfhandle
339 HANDLE oshandle = (HANDLE)_get_osfhandle(file_no);

Completed in 744 milliseconds

1 2