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

/freebsd-current/lib/libc/stdio/
H A Dfgets.c43 #undef fgets /* _FORTIFY_SOURCE */ macro
51 fgets(char * __restrict buf, int n, FILE * __restrict fp) function
/freebsd-current/lib/libc/secure/
H A Dfgets_chk.c42 #undef fgets macro
/freebsd-current/include/ssp/
H A Dstdio.h80 #define fgets(str, len, fp) __extension__ ({ \ macro
/freebsd-current/stand/liblua/
H A Dlstd.h100 #define fgets(b, l, s) fgetstr((b), (l), 0) macro
/freebsd-current/contrib/diff/lib/
H A Dunlocked-io.h68 # undef fgets macro
69 # define fgets(x,y,z) fgets_unlocked (x,y,z) macro
/freebsd-current/contrib/tcp_wrappers/
H A Dworkarounds.c80 #undef fgets macro
H A Dtcpd.h198 #define fgets fix_fgets macro
/freebsd-current/contrib/sqlite3/
H A Dshell.c1249 # define fgets(b,n,f) fGetsUtf8(b,n,f) macro
[all...]

Completed in 241 milliseconds