Searched defs:fgets (Results 1 – 9 of 9) sorted by relevance
/dflybsd-src/lib/libc/stdio/ |
H A D | fgets.c | 49 fgets(char *buf, int n, FILE *fp) in fgets() function
|
/dflybsd-src/stand/lib/ |
H A D | gets.c | 112 fgets(char *buf, int size, int fd) in fgets() function
|
/dflybsd-src/contrib/gcc-4.7/libssp/ssp/ |
H A D | stdio.h | 92 fgets (char *__restrict__ __s, int __n, FILE *__restrict__ __stream) in fgets() function
|
/dflybsd-src/contrib/grep/lib/ |
H A D | unlocked-io.h | 66 # define fgets(x,y,z) fgets_unlocked (x,y,z) macro
|
/dflybsd-src/contrib/cvs-1.12/lib/ |
H A D | unlocked-io.h | 67 # define fgets(x,y,z) fgets_unlocked (x,y,z) macro
|
/dflybsd-src/contrib/gcc-4.7/libcpp/ |
H A D | system.h | 136 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) macro
|
/dflybsd-src/contrib/gcc-8.0/libcpp/ |
H A D | system.h | 135 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) macro
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | system.h | 139 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) macro
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | system.h | 143 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) macro
|