HomeSort by relevance Sort by last modified time
    Searched defs:fread (Results 1 - 16 of 16) sorted by null

  /external/syslinux/com32/lib/
fread2.c 4 * The actual fread() function as a non-inline
10 size_t fread(void *ptr, size_t size, size_t nmemb, FILE * f) function
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fread.c 2 Implementation of fread as declared in <stdio.h>.
43 NetBSD: fread.c,v 1.16 2003/08/07 16:43:25 agc Exp
44 fread.c 8.2 (Berkeley) 12/11/93
56 fread(void *buf, size_t size, size_t count, FILE *fp) function
  /bionic/libc/include/bits/fortify/
stdio.h 96 size_t fread(void* const __pass_object_size0 buf, size_t size, size_t count, FILE* stream)
99 "in call to 'fread', size * count overflows")
101 "in call to 'fread', size * count is too large for the given buffer") {
105 return __call_bypassing_fortify(fread)(buf, size, count, stream);
146 size_t __fread_real(void*, size_t, size_t, FILE*) __RENAME(fread); variable
147 __errordecl(__fread_too_big_error, "fread called with size * count bigger than buffer");
148 __errordecl(__fread_overflow, "fread called with overflowing size * count");
173 size_t fread(void* buf, size_t size, size_t count, FILE* stream) { function
  /external/syslinux/gpxe/src/crypto/axtls/
os_port.h 45 static inline size_t fread ( void *ptr __unused, size_t size __unused, function
  /external/syslinux/com32/include/
stdio.h 73 __extern size_t fread(void *, size_t, size_t, FILE *);
77 #define fread(__p, __s, __n, __f) \ macro
80 : fread(__p,__s,__n,__f) )
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdio2.h 264 fread) __wur;
270 __wur __warnattr ("fread called with bigger size * nmemb than length "
274 fread (void *__restrict __ptr, size_t __size, size_t __n, function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdio2.h 264 fread) __wur;
270 __wur __warnattr ("fread called with bigger size * nmemb than length "
274 fread (void *__restrict __ptr, size_t __size, size_t __n, function
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
CrtWrapper.c 382 size_t fread (void *b, size_t c, size_t i, FILE *f) function
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ip2k/
allinsn.s 773 .global fread
774 fread: label
775 fread
  /bionic/libc/stdio/
stdio.cpp 1034 size_t fread(void* buf, size_t size, size_t count, FILE* fp) { function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 157 # undef fread macro
158 # define fread(Ptr, Size, N, Stream) fread_unlocked (Ptr, Size, N, Stream) macro
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c 2711 #undef fread macro
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c 2644 #undef fread macro
    [all...]
  /external/python/cpython2/Objects/
fileobject.c 2710 #undef fread macro
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 53 /* Swallow warnings about unused results of fread/fwrite */
55 return fread(ptr, size, nmemb, stream);
57 #define fread wrap_fread macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 532 #define fread(...) (pthread_testcancel(), fread(__VA_ARGS__)) macro
    [all...]

Completed in 401 milliseconds