Home
last modified time | relevance | path

Searched defs:fwrite (Results 1 – 8 of 8) sorted by relevance

/external/elfutils/src/
Dldlex.l46 #define fwrite(b, m, n, s) fwrite_unlocked (b, m, n, s) macro
/external/bison/lib/
Dunlocked-io.h94 # define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z) macro
/external/libvpx/libvpx/build/make/
Dconfigure.sh50 fwrite () { function
/external/bison/darwin-lib/
Dstdio.h909 # define fwrite rpl_fwrite macro
/external/bison/linux-lib/
Dstdio.h909 # define fwrite rpl_fwrite macro
/external/valgrind/memcheck/tests/
DMakefile.am330 fprw fwrite inits inline inlinfo inltemplate \ program
/external/libvpx/libvpx/
Dvpxenc.c64 #define fwrite wrap_fwrite macro
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc1858 TSAN_INTERCEPTOR(uptr, fwrite, const void *p, uptr size, uptr nmemb, void *f) { in TSAN_INTERCEPTOR() argument