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

  /toolchain/binutils/binutils-2.25/libiberty/
fopen_unlocked.c 49 @deftypefn Extension {FILE *} fdopen_unlocked (int @var{fildes}, @
116 fdopen_unlocked (int fildes, const char *mode) function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
libiberty.h 69 extern FILE *fdopen_unlocked (int, const char *);
system.h 57 #define fdopen(FILDES,MODE) fdopen_unlocked(FILDES,MODE)
    [all...]
  /toolchain/binutils/binutils-2.25/include/
libiberty.h 69 extern FILE *fdopen_unlocked (int, const char *);

Completed in 1290 milliseconds