Searched defs:fwrite (Results 1 – 8 of 8) sorted by relevance
/external/elfutils/src/ |
D | ldlex.l | 46 #define fwrite(b, m, n, s) fwrite_unlocked (b, m, n, s) macro
|
/external/bison/lib/ |
D | unlocked-io.h | 94 # define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z) macro
|
/external/libvpx/libvpx/build/make/ |
D | configure.sh | 50 fwrite () { function
|
/external/bison/darwin-lib/ |
D | stdio.h | 909 # define fwrite rpl_fwrite macro
|
/external/bison/linux-lib/ |
D | stdio.h | 909 # define fwrite rpl_fwrite macro
|
/external/valgrind/memcheck/tests/ |
D | Makefile.am | 330 fprw fwrite inits inline inlinfo inltemplate \ program
|
/external/libvpx/libvpx/ |
D | vpxenc.c | 64 #define fwrite wrap_fwrite macro
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 1858 TSAN_INTERCEPTOR(uptr, fwrite, const void *p, uptr size, uptr nmemb, void *f) { in TSAN_INTERCEPTOR() argument
|