HomeSort by relevance Sort by last modified time
    Searched refs:setvbuf (Results 201 - 225 of 245) sorted by null

1 2 3 4 5 6 7 8910

  /external/blktrace/
blkiomon.c 547 if (setvbuf(out->fp, out->buf, mode, vbuf_size))
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/openssh/regress/unittests/test_helper/
test_helper.c 156 setvbuf(stdout, NULL, _IONBF, 0);
  /external/skia/third_party/lua/src/
liolib.c 570 int res = setvbuf(f, NULL, mode[op], sz);
614 {"setvbuf", f_setvbuf},
  /external/syslinux/com32/lua/src/
liolib.c 586 int res = setvbuf(f, NULL, mode[op], sz);
634 {"setvbuf", f_setvbuf},
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
mpu_iio.c 589 setvbuf(stdout, NULL, _IONBF, 0);
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
main.c 746 setvbuf(stdout, NULL, _IONBF, 0);
  /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,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdio.h 120 /* The possibilities for the third argument to `setvbuf'. */
337 extern int setvbuf (FILE *__restrict __stream, char *__restrict __buf,
  /external/clang/test/Analysis/
malloc.c 1208 // Test setbuf, setvbuf.
1211 setvbuf(stdout, p, 0, 100);
1221 setvbuf(f, p, 0, 100);
    [all...]
  /external/fio/
iolog.c 554 setvbuf(f, td->iolog_buf, _IOFBF, 8192);
658 setvbuf(f, buf, _IOFBF, size);
  /external/mdnsresponder/mDNSShared/
DebugServices.c     [all...]
  /external/e2fsprogs/e2fsck/
unix.c 786 setvbuf(stdout, NULL, _IONBF, BUFSIZ);
787 setvbuf(stderr, NULL, _IONBF, BUFSIZ);
    [all...]
  /external/libhevc/test/decoder/
main.c     [all...]
  /external/openssh/
sftp.c     [all...]
  /system/core/fastboot/
fastboot.cpp     [all...]
  /external/ltp/testcases/kernel/fs/fsx-linux/
fsx-linux.c 1129 setvbuf(stdout, NULL, _IOLBF, 0); /* line buffered stdout */
  /external/ltp/utils/sctp/func_tests/
test_sockopt.c 107 setvbuf(stdout, NULL, _IONBF, 0);
    [all...]
  /external/webrtc/webrtc/base/
stream.cc 382 return (setvbuf(file_, NULL, _IONBF, 0) == 0);
  /system/core/adb/
adb.cpp 598 if (setvbuf(stream.get(), NULL, _IONBF, 0) == -1) {
    [all...]
  /external/ltp/utils/ffsb-6.0-rc2/
configure     [all...]
  /external/libavc/test/decoder/
main.c     [all...]
  /external/libavc/test/encoder/
main.c     [all...]
  /external/libmpeg2/test/decoder/
main.c     [all...]

Completed in 2171 milliseconds

1 2 3 4 5 6 7 8910