HomeSort by relevance Sort by last modified time
    Searched defs:fwrite (Results 1 - 8 of 8) 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
  /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
340 fwrite config.mk "ALL_TARGETS += ${t}-${toolchain}"
342 fwrite config.mk "ALL_TARGETS += ${t}"
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/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
  /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/elfutils/src/
ldlex.c 1035 #undef fwrite macro
1036 #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:__anon6922
    [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:__anon7221
    [all...]

Completed in 279 milliseconds