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

/freebsd-11-stable/lib/libc/stdio/
H A Dfgets.c53 fgets(char * __restrict buf, int n, FILE * __restrict fp) function
/freebsd-11-stable/contrib/gcclibs/libssp/ssp/
H A Dstdio.h51 #undef fgets macro
93 fgets (char *__restrict__ __s, int __n, FILE *__restrict__ __stream) function
/freebsd-11-stable/stand/liblua/
H A Dlstd.h81 #define fgets(b, l, s) fgetstr((b), (l), 0) macro
/freebsd-11-stable/contrib/libreadline/examples/
H A Drl-fgets.c318 fgets ( function
[all...]
/freebsd-11-stable/contrib/diff/lib/
H A Dunlocked-io.h68 # undef fgets macro
69 # define fgets(x,y,z) fgets_unlocked (x,y,z) macro
/freebsd-11-stable/contrib/tcp_wrappers/
H A Dworkarounds.c80 #undef fgets macro
H A Dtcpd.h197 #define fgets fix_fgets macro
/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cstdio.h49 #undef fgets macro
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cstdio.h63 #undef fgets macro
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Dread_pwd.c177 # define fgets(a,b,c) noecho_fgets(a,b,c) macro
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dsystem.h118 # undef fgets macro
119 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) macro
/freebsd-11-stable/contrib/gcc/
H A Dsystem.h126 # undef fgets macro
127 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) macro

Completed in 304 milliseconds