Searched defs:fwrite (Results 1 - 7 of 7) sorted by relevance

/external/syslinux/com32/lib/
H A Dfwrite2.c4 * The actual fwrite() function as a non-inline
10 size_t fwrite(const void *ptr, size_t size, size_t nmemb, FILE * f) function
/external/syslinux/com32/include/
H A Dstdio.h74 __extern size_t fwrite(const void *, size_t, size_t, FILE *);
82 #define fwrite(__p, __s, __n, __f) \ macro
85 : fwrite(__p,__s,__n,__f) )
/external/bison/lib/
H A Dunlocked-io.h93 # 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/
H A Dconfigure.sh50 fwrite () { function
422 fwrite config.mk "ALL_TARGETS += ${t}-${toolchain}"
424 fwrite config.mk "ALL_TARGETS += ${t}"
/external/bison/darwin-lib/
H A Dstdio.h883 # undef fwrite
884 # define fwrite rpl_fwrite
886 _GL_FUNCDECL_RPL (fwrite, size_t,
889 _GL_CXXALIAS_RPL (fwrite, size_t,
892 _GL_CXXALIAS_SYS (fwrite, size_t,
897 which sometimes causes an unwanted diagnostic for fwrite calls.
904 size_t r = fwrite (ptr, s, n, stream);
908 # undef fwrite macro
909 # define fwrite rpl_fwrite macro
912 _GL_CXXALIASWARN (fwrite); variable
[all...]
/external/bison/linux-lib/
H A Dstdio.h883 # undef fwrite
884 # define fwrite rpl_fwrite
886 _GL_FUNCDECL_RPL (fwrite, size_t,
889 _GL_CXXALIAS_RPL (fwrite, size_t,
892 _GL_CXXALIAS_SYS (fwrite, size_t,
897 which sometimes causes an unwanted diagnostic for fwrite calls.
904 size_t r = fwrite (ptr, s, n, stream);
908 # undef fwrite macro
909 # define fwrite rpl_fwrite macro
912 _GL_CXXALIASWARN (fwrite); variable
[all...]
/external/libvpx/libvpx/
H A Dvpxenc.c53 /* Swallow warnings about unused results of fread/fwrite */
61 return fwrite(ptr, size, nmemb, stream);
63 #define fwrite wrap_fwrite macro
1699 (void)fwrite(pkt->data.frame.buf, 1, pkt->data.frame.sz,

Completed in 210 milliseconds