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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdio.h 169 # define fwrite_unlocked(ptr, size, n, stream) \ macro
187 : fwrite_unlocked (ptr, size, n, stream))))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdio.h 169 # define fwrite_unlocked(ptr, size, n, stream) \ macro
187 : fwrite_unlocked (ptr, size, n, stream))))
  /bionic/libc/stdio/
stdio.cpp 786 return (fwrite_unlocked(s, 1, length, fp) == length) ? 0 : EOF;
876 return (fwrite_unlocked(s, 1, length, stdout) == length &&
1100 return fwrite_unlocked(buf, size, count, fp);
1103 size_t fwrite_unlocked(const void* buf, size_t size, size_t count, FILE* fp) { function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 69 fputs_unlocked, fwrite_unlocked, and fprintf_unlocked are
165 # define fwrite(Ptr, Size, N, Stream) fwrite_unlocked (Ptr, Size, N, Stream)
167 extern size_t fwrite_unlocked (const void *, size_t, size_t, FILE *);
189 #undef fwrite_unlocked macro
    [all...]

Completed in 1611 milliseconds