Searched defs:fgets (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14-stable/lib/libc/stdio/ |
| HD | fgets.c | 52 fgets(char * __restrict buf, int n, FILE * __restrict fp) in fgets() function
|
| /freebsd-14-stable/stand/liblua/ |
| HD | lstd.h | 100 #define fgets(b, l, s) fgetstr((b), (l), 0) macro
|
| /freebsd-14-stable/contrib/diff/lib/ |
| HD | unlocked-io.h | 69 # define fgets(x,y,z) fgets_unlocked (x,y,z) macro
|
| /freebsd-14-stable/contrib/tcp_wrappers/ |
| HD | tcpd.h | 198 #define fgets fix_fgets macro
|
| /freebsd-14-stable/contrib/sqlite3/ |
| HD | shell.c | 1244 # define fgets(b,n,f) fGetsUtf8(b,n,f) macro
|