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

  /external/bison/lib/
unlocked-io.h 94 # define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z)
96 # define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/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/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))))
  /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...]
  /external/elfutils/src/src/
ldlex.l 46 #define fwrite(b, m, n, s) fwrite_unlocked (b, m, n, s)
49 the return value of fwrite_unlocked. */
strings.c 382 fwrite_unlocked (start, 1, buf - start, stdout);
445 fwrite_unlocked (start, 1, buf - start, stdout);
ldlex.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdio.h 712 extern size_t fwrite_unlocked (__const void *__restrict __ptr, size_t __size,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdio.h 736 extern size_t fwrite_unlocked (__const void *__restrict __ptr, size_t __size,
  /external/ltrace/etc/
libc.so.conf 225 ulong fwrite_unlocked(string,ulong,ulong,file);
  /external/valgrind/perf/
test_input_for_tinycc.c     [all...]
  /external/bison/
configure     [all...]

Completed in 673 milliseconds