Home
last modified time | relevance | path

Searched defs:fgets (Results 1 – 13 of 13) sorted by path

/openbsd/gnu/gcc/fixincludes/
H A Dsystem.h119 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) macro
/openbsd/gnu/gcc/gcc/
H A Dsystem.h127 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) macro
/openbsd/gnu/gcc/intl/
H A Dlocalealias.c115 # define fgets(buf, len, s) fgets_unlocked (buf, len, s) macro
/openbsd/gnu/gcc/libcpp/
H A Dsystem.h119 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) macro
/openbsd/gnu/gcc/libmudflap/
H A Dmf-hooks2.c882 WRAPPER2(char *, fgets, char *s, int size, FILE *stream) in WRAPPER2() argument
/openbsd/gnu/gcc/libssp/ssp/
H A Dstdio.h93 fgets (char *__restrict__ __s, int __n, FILE *__restrict__ __stream) in fgets() function
/openbsd/gnu/usr.bin/gcc/gcc/intl/
H A Dlocalealias.c100 # define fgets(buf, len, s) fgets_unlocked (buf, len, s) macro
/openbsd/gnu/usr.bin/perl/
H A DXSUB.h541 # define fgets PerlSIO_fgets macro
H A Dfakesdio.h123 #define fgets(s,n,f) _CANNOT _fgets_ macro
H A Dnostdio.h92 #define fgets(s,n,f) _CANNOT _fgets_ macro
/openbsd/gnu/usr.bin/perl/win32/
H A Dwin32iop.h279 #define fgets win32_fgets macro
/openbsd/gnu/usr.bin/texinfo/intl/
H A Dlocalealias.c115 # define fgets(buf, len, s) fgets_unlocked (buf, len, s) macro
/openbsd/lib/libc/stdio/
H A Dfgets.c46 fgets(char *buf, int n, FILE *fp) in fgets() function