Searched refs:fread (Results 1 - 10 of 10) sorted by relevance

/bionic/libc/bionic/
H A Dpututline.c42 while (fread(&u, sizeof(struct utmp), 1, f) == 1)
H A Dutmp.c64 if (fread(&utmp, sizeof(utmp), 1, ut) == 1)
/bionic/libstdc++/include/
H A Dcstdio57 using ::fread;
/bionic/libc/stdio/
H A Dfread.c1 /* $OpenBSD: fread.c,v 1.6 2005/08/08 08:05:36 espie Exp $ */
48 fread(void *buf, size_t size, size_t count, FILE *fp) function
58 * on fwrite; it only requires fread to be broken.
H A Dvfscanf.c370 size_t r = fread((void *)va_arg(ap, char *), 1,
/bionic/libc/netbsd/
H A Dgethnamaddr.c561 if (fread(buf, 1, sizeof(buf), proxy) != sizeof(buf)) return NULL;
567 fread(&size, 1, sizeof(size), proxy);
571 if (fread(&size, 1, sizeof(size), proxy) != sizeof(size)) return NULL;
577 if (fread(ptr, 1, size, proxy) != size) return NULL;
584 if (fread(&size, 1, sizeof(size), proxy) != sizeof(size)) return NULL;
591 if (fread(ptr, 1, size, proxy) != size) return NULL;
596 if (fread(&size, 1, sizeof(size), proxy) != sizeof(size)) return NULL;
599 if (fread(&size, 1, sizeof(size), proxy) != sizeof(size)) return NULL;
605 if (fread(&size, 1, sizeof(size), proxy) != sizeof(size)) return NULL;
611 if (fread(pt
[all...]
/bionic/libc/netbsd/net/
H A Dgetaddrinfo.c468 if (fread(buf, 1, sizeof(buf), proxy) != sizeof(buf)) {
475 fread(buf, 1, sizeof(buf), proxy);
483 if (fread(&addrinfo_len, sizeof(addrinfo_len),
502 if (fread(ai, addrinfo_len, 1, proxy) != 1) {
515 if (fread(&addr_len, sizeof(addr_len), 1, proxy) != 1) {
525 if (fread(addr, addr_len, 1, proxy) != 1) {
533 if (fread(&name_len, sizeof(name_len), 1, proxy) != 1) {
539 if (fread(ai->ai_canonname, name_len, 1, proxy) != 1) {
/bionic/libc/include/
H A Dstdio.h212 size_t fread(void * __restrict, size_t, size_t, FILE * __restrict);
/bionic/libc/netbsd/resolv/
H A Dres_cache.c1502 fread(buf, fileLen, 1, fp);
/bionic/libc/
H A DAndroid.mk21 stdio/fread.c \

Completed in 268 milliseconds