Searched defs:fgets (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/libssp/ssp/
H A Dstdio.h50 #undef fgets macro
92 fgets (char *__restrict__ __s, int __n, FILE *__restrict__ __stream) function
/haiku-buildtools/gcc/fixincludes/
H A Dsystem.h117 # undef fgets macro
118 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) macro
/haiku-buildtools/binutils/intl/
H A Dlocalealias.c114 # undef fgets macro
115 # define fgets(buf, len, s) fgets_unlocked (buf, len, s) macro
/haiku-buildtools/gcc/intl/
H A Dlocalealias.c114 # undef fgets macro
115 # define fgets(buf, len, s) fgets_unlocked (buf, len, s) macro
/haiku-buildtools/legacy/gcc/libio/
H A Diostdio.h69 #define fgets _IO_fgets macro
/haiku-buildtools/gcc/libcpp/
H A Dsystem.h134 # undef fgets macro
135 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) macro
/haiku-buildtools/gcc/gcc/
H A Dsystem.h142 # undef fgets macro
143 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) macro
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-dse-10.c63 fgets (char *__restrict __s, int __n, FILE *__restrict __stream) function

Completed in 56 milliseconds