Searched refs:fdopen_unlocked (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dfopen_unlocked.c48 @deftypefn Extension {FILE *} fdopen_unlocked (int @var{fildes}, const char * @var{mode})
113 fdopen_unlocked (int fildes, const char *mode) function
/freebsd-11-stable/contrib/gcclibs/include/
H A Dlibiberty.h68 extern FILE *fdopen_unlocked (int, const char *);
/freebsd-11-stable/contrib/binutils/include/
H A Dlibiberty.h68 extern FILE *fdopen_unlocked (int, const char *);
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dsystem.h43 #define fdopen(FILDES,MODE) fdopen_unlocked(FILDES,MODE)
/freebsd-11-stable/contrib/gcc/
H A Dsystem.h51 #define fdopen(FILDES,MODE) fdopen_unlocked(FILDES,MODE)

Completed in 201 milliseconds