Searched refs:_get_osfhandle (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_cb_see.c111 # undef _get_osfhandle macro
112 # define _get_osfhandle(fd) (fd) macro
124 if(!SetEndOfFile((HANDLE)_get_osfhandle(fd)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dlseek.c39 HANDLE h = (HANDLE) _get_osfhandle (fd);
H A Dstdio-write.c53 && GetFileType ((HANDLE) _get_osfhandle (fd)) == FILE_TYPE_PIPE)\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dw32spawn.h22 /* Get _get_osfhandle() and _open_osfhandle(). */
36 HANDLE old_handle = (HANDLE) _get_osfhandle (fd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dfile.c89 HANDLE mh, fh = (HANDLE)_get_osfhandle(fd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dfile.c96 HANDLE mh, fh = (HANDLE)_get_osfhandle(fd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/pcap/
H A Dpcap.h343 pcap_hopen_offline(_get_osfhandle(_fileno(f)), b)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Du_misc.c274 h = (HANDLE) _get_osfhandle(h0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/streams/
H A Dlargefile.cpp362 if (!::DeviceIoControl((HANDLE)_get_osfhandle(fd),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dw32cfg.h383 /* gaah -- Watcom's docs claim that _get_osfhandle exists, but it doesn't. */
384 # define _get_osfhandle _os_handle macro
H A Dwin32.c1024 os_fh = (HANDLE)_get_osfhandle(fileno(file));
1075 SetEndOfFile((HANDLE)_get_osfhandle(fileno(G.outfile)));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dprivate.h161 // Vc++, bcc, dmc, ow, mingw, codewarrior (and rsxnt) have _get_osfhandle.
175 #define wxGetOSFHandle(fd) ((HANDLE)_get_osfhandle(fd))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dwin32.c731 # define _get_osfhandle _os_handle macro
732 /* gaah -- Watcom's docs claim that _get_osfhandle exists, but it doesn't. */
742 return GetFileType((HANDLE)_get_osfhandle(fileno(fp))) == FILE_TYPE_DISK;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dintrface.cpp1297 os_fh = (HANDLE)_get_osfhandle(fileno(file));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/src/
H A Dminiacc.h6587 return _get_osfhandle(fd);

Completed in 161 milliseconds