Home
last modified time | relevance | path

Searched refs:fgets (Results 1 – 12 of 12) sorted by relevance

/bionic/libc/stdio/
D__fgets_chk.c59 return fgets(dest, supplied_size, stream); in __fgets_chk()
Dfgets.c45 fgets(char *buf, int n, FILE *fp) in fgets() function
/bionic/libc/bionic/
Dmalloc_debug_check_mapinfo.cpp70 while (fgets(data, sizeof(data), fp)) { in init_mapinfo()
Dpthread_debug.c168 while(fgets(data, sizeof(data), fp)) { in init_mapinfo()
/bionic/libc/unistd/
Dsysconf.c107 while (fgets(buf, sizeof(buf), fp) != NULL) { in __get_nproc_onln()
130 while (fgets(buf, sizeof(buf), fp) != NULL) { in __get_meminfo()
/bionic/libc/include/
Dstdio.h232 char *fgets(char *, int, FILE *);
530 char *fgets(char *dest, int size, FILE *stream) in fgets() function
/bionic/libstdc++/include/
Dcstdio52 using ::fgets;
/bionic/libc/stdlib/
Dwchar.c151 return (wchar_t*) fgets((char*)ws, n, stream); in fgetws()
/bionic/libc/netbsd/resolv/
Dres_init.c397 while (fgets(buf, sizeof(buf), fp) != NULL) { in __res_vinit()
/bionic/libc/netbsd/
Dgethnamaddr.c733 if (!(p = fgets(rs->hostbuf, sizeof rs->hostbuf, rs->hostf))) { in _gethtent()
/bionic/libc/
DAndroid.mk83 stdio/fgets.c \
/bionic/libc/netbsd/net/
Dgetaddrinfo.c2060 if (!(p = fgets(hostbuf, sizeof hostbuf, *hostf))) in _gethtent()