Home
last modified time | relevance | path

Searched defs:fgets (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/lib/libc/stdio/
HDfgets.c52 fgets(char * __restrict buf, int n, FILE * __restrict fp) in fgets() function
/freebsd-14-stable/stand/liblua/
HDlstd.h100 #define fgets(b, l, s) fgetstr((b), (l), 0) macro
/freebsd-14-stable/contrib/diff/lib/
HDunlocked-io.h69 # define fgets(x,y,z) fgets_unlocked (x,y,z) macro
/freebsd-14-stable/contrib/tcp_wrappers/
HDtcpd.h198 #define fgets fix_fgets macro
/freebsd-14-stable/contrib/sqlite3/
HDshell.c1244 # define fgets(b,n,f) fGetsUtf8(b,n,f) macro