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

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dfopen_unlocked.c57 @deftypefn Extension {FILE *} freopen_unlocked (const char * @var{path}, const char * @var{mode}, FILE * @var{stream})
121 freopen_unlocked (const char *path, const char *mode, FILE *stream) function
/freebsd-11-stable/contrib/gcclibs/include/
H A Dlibiberty.h69 extern FILE *freopen_unlocked (const char *, const char *, FILE *);
/freebsd-11-stable/contrib/binutils/include/
H A Dlibiberty.h69 extern FILE *freopen_unlocked (const char *, const char *, FILE *);
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dsystem.h44 #define freopen(PATH,MODE,STREAM) freopen_unlocked(PATH,MODE,STREAM)
/freebsd-11-stable/contrib/gcc/
H A Dsystem.h52 #define freopen(PATH,MODE,STREAM) freopen_unlocked(PATH,MODE,STREAM)

Completed in 68 milliseconds