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

1 2 3 4 5 6 7 8 91011>>

  /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/src/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);
  /external/clang/test/Analysis/
system-header-simulator.h 30 void setbuf(FILE * restrict, char * restrict);
  /external/e2fsprogs/lib/ss/
test_ss.c 54 setbuf(stdout, NULL);
55 setbuf(stderr, NULL);
  /hardware/samsung_slsi/exynos5/libhwjpeg/
ExynosJpegEncoder.cpp 89 iRet = setBuf(&t_stJpegInbuf, piBuf, iSize, t_iPlaneNum);
101 iRet = setBuf(&t_stJpegOutbuf, &iBuf, &iSize, NUM_JPEG_ENC_OUT_PLANES);
  /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/4/platforms/android-5/arch-x86/usr/include/
cstdio 74 using ::setbuf;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstdio 74 using ::setbuf;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cstdio 76 using ::setbuf;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cstdio 76 using ::setbuf;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstdio 76 using ::setbuf;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cstdio 76 using ::setbuf;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstdio 76 using ::setbuf;
  /prebuilts/ndk/8/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.15/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/5/sources/cxx-stl/gnu-libstdc++/include/
cstdio 82 #undef setbuf
129 using ::setbuf;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cstdio 82 #undef setbuf
129 using ::setbuf;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cstdio 82 #undef setbuf
129 using ::setbuf;

Completed in 1589 milliseconds

1 2 3 4 5 6 7 8 91011>>