/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
fwrite.c | 1 /* $OpenBSD: fwrite.c,v 1.11 2014/05/01 16:40:36 deraadt Exp $ */ 48 fwrite(const void *buf, size_t size, size_t count, FILE *fp) function
|
/bionic/libc/include/ |
stdio.h | 119 size_t fwrite(const void * __restrict, size_t, size_t, FILE * __restrict); 297 extern size_t __fwrite_real(const void * __restrict, size_t, size_t, FILE * __restrict) __RENAME(fwrite); variable 298 __errordecl(__fwrite_too_big_error, "fwrite called with size * count bigger than buffer"); 299 __errordecl(__fwrite_overflow, "fwrite called with overflowing size * count"); 374 size_t fwrite(const void * __restrict buf, size_t size, size_t count, FILE * __restrict stream) { function
|
/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)
|
/external/libvpx/libvpx/build/make/ |
configure.sh | 50 fwrite () { function 407 fwrite config.mk "ALL_TARGETS += ${t}-${toolchain}" 409 fwrite config.mk "ALL_TARGETS += ${t}" [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
configure.sh | 55 fwrite () { function 411 fwrite config.mk "ALL_TARGETS += ${t}-${toolchain}" 413 fwrite config.mk "ALL_TARGETS += ${t}" [all...] |
/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...] |
/system/core/adb/ |
sysdeps.h | 367 #define fwrite adb_fwrite macro
|
sysdeps_win32.cpp | 2654 #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...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
vpxenc.c | 48 /* Swallow warnings about unused results of fread/fwrite */ 57 return fwrite(ptr, size, nmemb, stream); 59 #define fwrite wrap_fwrite macro [all...] |
/external/libvpx/libvpx/ |
vpxenc.c | 53 /* Swallow warnings about unused results of fread/fwrite */ 62 return fwrite(ptr, size, nmemb, stream); 64 #define fwrite wrap_fwrite macro [all...] |
/external/libgdx/backends/gdx-backend-moe/libs/ |
intel-moe-ios.jar | |