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

  /external/syslinux/com32/lib/
fwrite2.c 4 * The actual fwrite() function as a non-inline
10 size_t fwrite(const void *ptr, size_t size, size_t nmemb, FILE * f) function
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fwrite.c 2 Implementation of fwrite as declared in <stdio.h>.
43 NetBSD: fwrite.c,v 1.16 2005/11/29 03:12:00 christos Exp
44 fwrite.c 8.1 (Berkeley) 6/4/93
60 fwrite(const void *buf, size_t size, size_t count, FILE *fp) function
  /external/syslinux/com32/include/
stdio.h 74 __extern size_t fwrite(const void *, size_t, size_t, FILE *);
82 #define fwrite(__p, __s, __n, __f) \ macro
85 : fwrite(__p,__s,__n,__f) )
  /bionic/libc/include/
stdio.h 132 size_t fwrite(const void * __restrict, size_t, size_t, FILE * __restrict)
133 __overloadable __RENAME_CLANG(fwrite);
355 size_t fwrite(const void * __restrict buf, size_t size,
361 size_t fwrite(const void * __restrict buf, size_t size,
369 size_t fwrite(const void * __restrict const __pass_object_size0 buf,
375 return __call_bypassing_fortify(fwrite)(buf, size, count, stream);
417 size_t __fwrite_real(const void * __restrict, size_t, size_t, FILE * __restrict) __RENAME(fwrite); variable
418 __errordecl(__fwrite_too_big_error, "fwrite called with size * count bigger than buffer");
419 __errordecl(__fwrite_overflow, "fwrite called with overflowing size * count");
463 size_t fwrite(const void * __restrict buf, size_t size, size_t count, FILE * __restrict stream) function
    [all...]
  /external/bison/lib/
unlocked-io.h 93 # undef fwrite macro
94 # define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z) macro
96 # define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z)
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
CrtWrapper.c 287 size_t fwrite (const void *buffer, size_t size, size_t count, FILE *stream) function
  /external/bison/darwin-lib/
stdio.h 908 # undef fwrite macro
909 # define fwrite macro
912 _GL_CXXALIASWARN (fwrite); variable
    [all...]
  /external/bison/linux-lib/
stdio.h 908 # undef fwrite macro
909 # define fwrite macro
912 _GL_CXXALIASWARN (fwrite); variable
    [all...]
  /external/libvpx/libvpx/build/make/
configure.sh 50 fwrite () { function
422 fwrite config.mk "ALL_TARGETS += ${t}-${toolchain}"
424 fwrite config.mk "ALL_TARGETS += ${t}"
    [all...]
  /system/core/adb/
sysdeps.h 354 #define fwrite adb_fwrite macro
sysdeps_win32.cpp 2551 #undef fwrite macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 164 # undef fwrite macro
165 # define fwrite(Ptr, Size, N, Stream) fwrite_unlocked (Ptr, Size, N, Stream) macro
186 /* ??? Glibc's fwrite/fread_unlocked macros cause
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 53 /* Swallow warnings about unused results of fread/fwrite */
61 return fwrite(ptr, size, nmemb, stream);
63 #define fwrite wrap_fwrite macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 543 #define fwrite(...) (pthread_testcancel(), fwrite(__VA_ARGS__)) macro
    [all...]

Completed in 224 milliseconds