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

1 2 3 4 5

  /bionic/libc/stdio/
setbuf.c 40 (void) setvbuf(fp, buf, buf ? _IOFBF : _IONBF, BUFSIZ);
setbuffer.c 40 (void)setvbuf(fp, buf, buf ? _IOFBF : _IONBF, size);
50 return (setvbuf(fp, (char *)NULL, _IOLBF, (size_t)0));
setvbuf.c 1 /* $OpenBSD: setvbuf.c,v 1.8 2005/08/08 08:05:36 espie Exp $ */
43 setvbuf(FILE *fp, char *buf, int mode, size_t size) function
  /bionic/libstdc++/include/
cstdio 77 using ::setvbuf;
  /ndk/sources/cxx-stl/gabi++/include/
cstdio 77 using ::setvbuf;
  /ndk/sources/cxx-stl/system/include/
cstdio 77 using ::setvbuf;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstdio 75 using ::setvbuf;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstdio 75 using ::setvbuf;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cstdio 77 using ::setvbuf;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cstdio 77 using ::setvbuf;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstdio 77 using ::setvbuf;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cstdio 77 using ::setvbuf;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstdio 77 using ::setvbuf;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cstdio 77 using ::setvbuf;
  /external/clang/test/Analysis/Inputs/
system-header-simulator.h 38 int setvbuf(FILE * restrict, char * restrict, int, size_t);
  /external/srec/portable/src/UNIX/
PFileSystemUNIXImpl.c 65 setvbuf(stdout, NULL, _IONBF, 0);
70 setvbuf(stderr, NULL, _IONBF, 0);
  /external/dropbear/libtomcrypt/src/prngs/
rng_get_bytes.c 39 if (setvbuf(f, NULL, _IONBF, 0) != 0) {
  /system/extras/tests/bionic/libstdc++/
test_cstdio.cpp 137 using std::setvbuf;
  /development/tools/jdwpspy/
Main.cpp 126 setvbuf(stdout, NULL, _IONBF, 0);
  /external/openssh/contrib/
gnome-ssh-askpass1.c 167 setvbuf(stdout, 0, _IONBF, 0);
  /external/stlport/stlport/stl/
_cstdio.h 112 using _STLP_VENDOR_CSTD::setvbuf;
  /external/valgrind/main/memcheck/tests/
addressable.c 112 setvbuf(stdout, NULL, _IOLBF, 0);
  /frameworks/compile/libbcc/tools/abcc/
Main.cpp 204 setvbuf(stdout, NULL, _IONBF, 0);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 112 using _STLP_VENDOR_CSTD::setvbuf;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 112 using _STLP_VENDOR_CSTD::setvbuf;

Completed in 180 milliseconds

1 2 3 4 5