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

1 2 3 4 5 6 7 8

  /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/stlport/src/
stdio_streambuf.h 59 streambuf* setbuf(char*, streamsize);
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.h 59 streambuf* setbuf(char*, streamsize);
  /external/e2fsprogs/lib/ss/
test_ss.c 54 setbuf(stdout, NULL);
55 setbuf(stderr, NULL);
  /bionic/libstdc++/include/
cstdio 76 using ::setbuf;
  /bootable/recovery/updater/
updater.c 42 setbuf(stdout, NULL);
43 setbuf(stderr, NULL);
  /external/e2fsprogs/e2fsck/
iscan.c 60 setbuf(stdout, NULL);
61 setbuf(stderr, NULL);
mtrace.c 148 setbuf (mallstream, mallbuf);
  /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;
  /external/clang/test/Analysis/Inputs/
system-header-simulator.h 44 void setbuf(FILE * restrict, char * restrict);
  /external/qemu/distrib/sdl-1.2.15/src/
SDL.c 313 setbuf(stdout, NULL);
314 setbuf(stderr, NULL);
  /system/extras/tests/bionic/libstdc++/
test_cstdio.cpp 136 using std::setbuf;
  /external/stlport/stlport/stl/
_cstdio.h 107 using _STLP_VENDOR_CSTD::setbuf;
_strstream.h 77 virtual _Base* setbuf(char* __buf, streamsize __n);

Completed in 1216 milliseconds

1 2 3 4 5 6 7 8