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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/upstream-freebsd/lib/libc/stdio/
setbuf.c 34 static char sccsid[] = "@(#)setbuf.c 8.1 (Berkeley) 6/4/93";
43 setbuf(FILE * __restrict fp, char * __restrict 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);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
setbuf.pass.cpp 14 // streambuf* setbuf(char* s, streamsize n);
  /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);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/
setbuf.pass.cpp 15 // basic_streambuf<charT,traits>* setbuf(charT* s, streamsize n);
  /bionic/libstdc++/include/
cstdio 76 using ::setbuf;
  /external/clang/test/Analysis/Inputs/
system-header-simulator.h 44 void setbuf(FILE * restrict, char * restrict);
  /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;
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cstdio 76 using ::setbuf;
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
cstdio 76 using ::setbuf;
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
fileobject.h 22 char *f_setbuf; /* Buffer for setbuf(3) and setvbuf(3) */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
fileobject.h 22 char *f_setbuf; /* Buffer for setbuf(3) and setvbuf(3) */
  /bootable/recovery/updater/
updater.c 42 setbuf(stdout, NULL);
43 setbuf(stderr, NULL);
  /external/qemu/distrib/sdl-1.2.15/src/
SDL.c 313 setbuf(stdout, NULL);
314 setbuf(stderr, NULL);

Completed in 671 milliseconds

1 2 3 4 5 6 7 8 91011>>