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

  /bionic/libc/stdio/
fwrite.c 1 /* $OpenBSD: fwrite.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */
43 fwrite(const void *buf, size_t size, size_t count, FILE *fp) function
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdio-write.c 141 fwrite (const void *ptr, size_t s, size_t n, FILE *stream) function
142 #undef fwrite macro
144 CALL_WITH_SIGPIPE_EMULATION (size_t, fwrite (ptr, s, n, stream), ret < n)
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/bison/lib/
unlocked-io.h 94 # undef fwrite macro
95 # define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z) macro
97 # define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z)
  /external/libvpx/build/make/
configure.sh 55 fwrite () { function
357 fwrite config.mk "ALL_TARGETS += ${t}-${toolchain}"
359 fwrite config.mk "ALL_TARGETS += ${t}"
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
system.h 153 # undef fwrite macro
154 # define fwrite(Ptr, Size, N, Stream) fwrite_unlocked (Ptr, Size, N, Stream) macro
171 /* ??? Glibc's fwrite/fread_unlocked macros cause
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 109 /// size_t fwrite(const void *ptr, size_t size, size_t nitems,
111 fwrite, enumerator in enum:llvm::LibFunc::Func
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 157 # undef fwrite macro
158 # define fwrite(Ptr, Size, N, Stream) fwrite_unlocked (Ptr, Size, N, Stream) macro
175 /* ??? Glibc's fwrite/fread_unlocked macros cause
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 157 # undef fwrite macro
158 # define fwrite(Ptr, Size, N, Stream) fwrite_unlocked (Ptr, Size, N, Stream) macro
175 /* ??? Glibc's fwrite/fread_unlocked macros cause
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 157 # undef fwrite macro
158 # define fwrite(Ptr, Size, N, Stream) fwrite_unlocked (Ptr, Size, N, Stream) macro
175 /* ??? Glibc's fwrite/fread_unlocked macros cause
  /external/elfutils/src/
ldlex.c 1128 #undef fwrite macro
1129 #define fwrite macro
    [all...]
  /external/quake/quake/src/QW/scitech/include/
mgraph.h 885 size_t (*fwrite)(const void *ptr,size_t size,size_t n,FILE *f); member in struct:__anon11762
    [all...]
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGRAPH.H 885 size_t (*fwrite)(const void *ptr,size_t size,size_t n,FILE *f); member in struct:__anon12061
    [all...]

Completed in 423 milliseconds