HomeSort by relevance Sort by last modified time
    Searched refs:setvbuf (Results 151 - 174 of 174) sorted by null

1 2 3 4 5 67

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
stdio.h 100 /* The possibilities for the third argument to `setvbuf'. */
313 extern int setvbuf (FILE *__restrict __stream, char *__restrict __buf,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdio.h 100 /* The possibilities for the third argument to `setvbuf'. */
313 extern int setvbuf (FILE *__restrict __stream, char *__restrict __buf,
  /external/mdnsresponder/mDNSShared/
DebugServices.c     [all...]
  /external/openssl/apps/
apps.c 804 setvbuf(stdin, NULL, _IONBF, 0);
907 setvbuf(stdin, NULL, _IONBF, 0);
998 setvbuf(stdin, NULL, _IONBF, 0);
    [all...]
  /external/chromium_org/v8/src/
log.cc 272 setvbuf(perf_output_handle_, NULL, _IOFBF, kLogBufferSize);
381 setvbuf(ll_output_handle_, NULL, _IOFBF, kLogBufferSize);
    [all...]
  /external/e2fsprogs/e2fsck/
unix.c 756 setvbuf(stdout, NULL, _IONBF, BUFSIZ);
757 setvbuf(stderr, NULL, _IONBF, BUFSIZ);
    [all...]
  /external/ltrace/etc/
libc.so.conf 237 int setvbuf(file,addr,int,ulong);
  /ndk/sources/host-tools/make-3.81/
main.c 1025 setvbuf (stdout, _IOLBF, xmalloc (BUFSIZ), BUFSIZ);
1026 # else /* setvbuf not reversed. */
1028 setvbuf (stdout, (char *) 0, _IOLBF, BUFSIZ);
1029 # endif /* setvbuf reversed. */
    [all...]
configure     [all...]
  /bionic/tests/
stdio_test.cpp 705 setvbuf(fp, 0, _IONBF, 0);
  /external/blktrace/
blkparse.c     [all...]
blktrace.c 1517 if (setvbuf(iop->ofp, iop->obuf, mode, size) < 0) {
1518 fprintf(stderr, "setvbuf(%s, %d) failed: %d/%s\n"
    [all...]
  /external/libhevc/test/decoder/
main.c     [all...]
  /external/qemu/
exec.c 413 setvbuf(logfile, logfile_buf, _IOLBF, sizeof(logfile_buf));
417 setvbuf(logfile, NULL, _IOLBF, 0);
    [all...]
  /external/chromium_org/third_party/libevent/test/
regress.c 1627 setvbuf(stdout, NULL, _IONBF, 0);
    [all...]
  /external/chromium_org/third_party/webrtc/base/
stream.cc 371 return (setvbuf(file_, NULL, _IONBF, 0) == 0);
    [all...]
  /external/strace/
strace.c     [all...]
  /system/core/adb/
adb.c 978 setvbuf( flog, NULL, _IONBF, 0 );
    [all...]
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 934 case LibFunc::setvbuf:
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 529 int __cdecl setvbuf(FILE * __restrict__ _File,char * __restrict__ _Buf,int _Mode,size_t _Size);
    [all...]
  /bionic/libc/
Android.mk 435 upstream-openbsd/lib/libc/stdio/setvbuf.c \
    [all...]
  /external/valgrind/main/perf/
test_input_for_tinycc.c     [all...]
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]
  /external/bison/
configure     [all...]

Completed in 2412 milliseconds

1 2 3 4 5 67