HomeSort by relevance Sort by last modified time
    Searched refs:_IOLBF (Results 76 - 84 of 84) sorted by null

1 2 34

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdio.h 102 #define _IOLBF 1 /* Line buffered. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdio.h 102 #define _IOLBF 1 /* Line buffered. */
  /external/openssh/
sftp.c     [all...]
  /ndk/sources/host-tools/make-3.81/
main.c 1025 setvbuf (stdout, _IOLBF, xmalloc (BUFSIZ), BUFSIZ);
1028 setvbuf (stdout, (char *) 0, _IOLBF, BUFSIZ);
    [all...]
  /external/tcpdump/
tcpdump.c 616 * _IOLBF is the same as _IOFBF in Microsoft's C
629 setvbuf(stdout, NULL, _IOLBF, 0);
    [all...]
  /external/strace/
strace.c 998 setvbuf(outf, buf, _IOLBF, BUFSIZ);
    [all...]
  /external/qemu/
exec.c     [all...]
  /external/blktrace/
blkparse.c     [all...]
blktrace.c     [all...]

Completed in 1118 milliseconds

1 2 34