HomeSort by relevance Sort by last modified time
    Searched full:setbuf (Results 1 - 25 of 328) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Analysis/
system-header-simulator.h 30 void setbuf(FILE * restrict, char * restrict);
  /bionic/libc/stdio/
setbuf.c 1 /* $OpenBSD: setbuf.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */
38 setbuf(FILE *fp, char *buf) function
  /external/zlib/contrib/iostream3/
README 21 - added setbuf, with support for unbuffered output via setbuf(0,0)
  /external/e2fsprogs/e2fsck/
iscan.c 60 setbuf(stdout, NULL);
61 setbuf(stderr, NULL);
mtrace.c 148 setbuf (mallstream, mallbuf);
  /external/e2fsprogs/lib/ss/
test_ss.c 54 setbuf(stdout, NULL);
55 setbuf(stderr, NULL);
  /bionic/libstdc++/include/
cstdio 76 using ::setbuf;
  /ndk/sources/cxx-stl/gabi++/include/
cstdio 76 using ::setbuf;
  /ndk/sources/cxx-stl/system/include/
cstdio 76 using ::setbuf;
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
cstdio 74 using ::setbuf;
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
cstdio 74 using ::setbuf;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/system/include/
cstdio 76 using ::setbuf;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/system/include/
cstdio 76 using ::setbuf;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gabi++/include/
cstdio 76 using ::setbuf;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/system/include/
cstdio 76 using ::setbuf;
  /bootable/recovery/updater/
updater.c 41 setbuf(stdout, NULL);
42 setbuf(stderr, NULL);
  /external/qemu/distrib/sdl-1.2.12/src/
SDL.c 313 setbuf(stdout, NULL);
314 setbuf(stderr, NULL);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cstdio 82 #undef setbuf
129 using ::setbuf;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cstdio 81 #undef setbuf
128 using ::setbuf;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cstdio 81 #undef setbuf
128 using ::setbuf;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
cstdio 82 #undef setbuf
129 using ::setbuf;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
cstdio 82 #undef setbuf
129 using ::setbuf;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/
cstdio 82 #undef setbuf
129 using ::setbuf;
  /external/bluetooth/glib/tests/
iochannel-test.c 73 setbuf (stdout, NULL); /* For debugging */
  /external/stlport/src/
stdio_streambuf.h 59 streambuf* setbuf(char*, streamsize);

Completed in 1620 milliseconds

1 2 3 4 5 6 7 8 91011>>