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

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fwrite.c 1 /* $OpenBSD: fwrite.c,v 1.11 2014/05/01 16:40:36 deraadt Exp $ */
48 fwrite(const void *buf, size_t size, size_t count, FILE *fp) function
  /external/bison/lib/
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/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
example.js 138 function fwrite(e) { function
141 postCall('fwrite', filehandle, data, function(filehandle, bytesWritten) {
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
configure.sh 55 fwrite () { function
411 fwrite config.mk "ALL_TARGETS += ${t}-${toolchain}"
413 fwrite config.mk "ALL_TARGETS += ${t}"
    [all...]
  /external/libvpx/libvpx/build/make/
configure.sh 55 fwrite () { function
411 fwrite config.mk "ALL_TARGETS += ${t}-${toolchain}"
413 fwrite config.mk "ALL_TARGETS += ${t}"
    [all...]
  /external/bison/darwin-lib/
stdio.h 908 # undef fwrite macro
909 # define fwrite macro
912 _GL_CXXALIASWARN (fwrite); variable
    [all...]
  /external/bison/linux-lib/
stdio.h 908 # undef fwrite macro
909 # define fwrite macro
912 _GL_CXXALIASWARN (fwrite); variable
    [all...]
  /external/elfutils/0.153/src/
ldlex.c 1128 #undef fwrite macro
1129 #define fwrite macro
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 48 /* Swallow warnings about unused results of fread/fwrite */
57 return fwrite(ptr, size, nmemb, stream);
59 #define fwrite wrap_fwrite macro
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/
vpxenc.c 53 /* Swallow warnings about unused results of fread/fwrite */
62 return fwrite(ptr, size, nmemb, stream);
64 #define fwrite wrap_fwrite macro
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 331 /// size_t fwrite(const void *ptr, size_t size, size_t nitems,
333 fwrite, enumerator in enum:llvm::LibFunc::Func

Completed in 532 milliseconds