HomeSort by relevance Sort by last modified time
    Searched defs:_get_osfhandle (Results 1 - 3 of 3) sorted by null

  /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);
  /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)))

Completed in 168 milliseconds