HomeSort by: relevance | last modified time | path
    Searched refs:fdopen_unlocked (Results 1 - 18 of 18) sorted by relevancy

  /src/external/gpl3/binutils/dist/libiberty/
fopen_unlocked.c 49 @deftypefn Extension {FILE *} fdopen_unlocked (int @var{fildes}, @
116 fdopen_unlocked (int fildes, const char *mode) function
  /src/external/gpl3/binutils.old/dist/libiberty/
fopen_unlocked.c 49 @deftypefn Extension {FILE *} fdopen_unlocked (int @var{fildes}, @
116 fdopen_unlocked (int fildes, const char *mode) function
  /src/external/gpl3/gcc/dist/libiberty/
fopen_unlocked.c 49 @deftypefn Extension {FILE *} fdopen_unlocked (int @var{fildes}, @
116 fdopen_unlocked (int fildes, const char *mode) function
  /src/external/gpl3/gcc.old/dist/libiberty/
fopen_unlocked.c 49 @deftypefn Extension {FILE *} fdopen_unlocked (int @var{fildes}, @
116 fdopen_unlocked (int fildes, const char *mode) function
  /src/external/gpl3/gdb/dist/libiberty/
fopen_unlocked.c 49 @deftypefn Extension {FILE *} fdopen_unlocked (int @var{fildes}, @
116 fdopen_unlocked (int fildes, const char *mode) function
  /src/external/gpl3/gdb.old/dist/libiberty/
fopen_unlocked.c 49 @deftypefn Extension {FILE *} fdopen_unlocked (int @var{fildes}, @
116 fdopen_unlocked (int fildes, const char *mode) function
  /src/external/gpl3/gcc/dist/fixincludes/
system.h 42 #define fdopen(FILDES,MODE) fdopen_unlocked(FILDES,MODE)
  /src/external/gpl3/gcc.old/dist/fixincludes/
system.h 42 #define fdopen(FILDES,MODE) fdopen_unlocked(FILDES,MODE)
  /src/external/gpl3/binutils/dist/include/
libiberty.h 68 extern FILE *fdopen_unlocked (int, const char *);
  /src/external/gpl3/binutils.old/dist/include/
libiberty.h 68 extern FILE *fdopen_unlocked (int, const char *);
  /src/external/gpl3/gcc/dist/include/
libiberty.h 68 extern FILE *fdopen_unlocked (int, const char *);
  /src/external/gpl3/gcc/dist/libcpp/
system.h 59 #define fdopen(FILDES,MODE) fdopen_unlocked(FILDES,MODE)
  /src/external/gpl3/gcc.old/dist/include/
libiberty.h 68 extern FILE *fdopen_unlocked (int, const char *);
  /src/external/gpl3/gcc.old/dist/libcpp/
system.h 59 #define fdopen(FILDES,MODE) fdopen_unlocked(FILDES,MODE)
  /src/external/gpl3/gdb/dist/include/
libiberty.h 68 extern FILE *fdopen_unlocked (int, const char *);
  /src/external/gpl3/gdb.old/dist/include/
libiberty.h 68 extern FILE *fdopen_unlocked (int, const char *);
  /src/external/gpl3/gcc/dist/gcc/
system.h 69 #define fdopen(FILDES, MODE) fdopen_unlocked (FILDES, MODE)
  /src/external/gpl3/gcc.old/dist/gcc/
system.h 69 #define fdopen(FILDES, MODE) fdopen_unlocked (FILDES, MODE)

Completed in 35 milliseconds