Searched refs:setvbuf (Results 26 - 50 of 54) sorted by relevance

123

/macosx-10.9.5/Libc-997.90.3/include/
H A Dstdio.h180 * made them official arguments to setvbuf(), without renaming them.
186 #define _IOFBF 0 /* setvbuf should set fully buffered */
187 #define _IOLBF 1 /* setvbuf should set line buffered */
188 #define _IONBF 2 /* setvbuf should set unbuffered */
299 int setvbuf(FILE * __restrict, char * __restrict, int, size_t);
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dmemdebug.c121 setvbuf(logfile, (char *)NULL, _IOLBF, 0);
/macosx-10.9.5/tcsh-65/tcsh/win32/
H A Dntport.h156 #define setvbuf(a,b,c,d) macro
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dtcpdump.c911 setvbuf(stdout, NULL, _IONBF, 0);
916 setvbuf(stdout, NULL, _IOLBF, 0);
1664 setvbuf(stderr, NULL, _IONBF, 0);
/macosx-10.9.5/iodbc-42.5/iodbc/iodbc/trace/
H A Dtrace.c353 setvbuf (trace_fp, NULL, _IOLBF, 0);
/macosx-10.9.5/lukemftp-13.92.1/tnftp/src/
H A Dmain.c447 setvbuf(ttyout, NULL, _IOLBF, 0);
/macosx-10.9.5/ntp-88/ntpd/
H A Drefclock_true.c223 setvbuf(up->debug, buf, _IOLBF, BUFSIZ);
/macosx-10.9.5/system_cmds-597.90.1/sadc.tproj/
H A Dsadc.c120 setvbuf(stdout, (char *)NULL, _IONBF, 0);
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/sadc.tproj/
H A Dsadc.c120 setvbuf(stdout, (char *)NULL, _IONBF, 0);
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/expat/xmlwf/
H A Dxmlwf.c695 setvbuf(fp, NULL, _IOFBF, 16384);
/macosx-10.9.5/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dpipes_tests.c455 setvbuf(stdout, NULL, _IONBF, 0);
/macosx-10.9.5/uucp-11/uucp/contrib/
H A Duurate.c318 setvbuf(stdout,sbuff,_IOFBF,sizeof(sbuff));
520 setvbuf(Log,buff,_IOFBF,sizeof(buff));
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A DDebugServices.c2502 err = setvbuf( stdin, NULL, _IONBF, 0 );
2519 err = setvbuf( stdout, NULL, _IONBF, 0 );
2536 err = setvbuf( stderr, NULL, _IONBF, 0 );
/macosx-10.9.5/expat-12/expat/xmlwf/
H A Dxmlwf.c803 setvbuf(fp, NULL, _IOFBF, 16384);
/macosx-10.9.5/network_cmds-433/traceroute6.tproj/
H A Dtraceroute6.c593 setvbuf(stdout, NULL, _IOLBF, BUFSIZ);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/
H A DMakefile175 setbuf.c setbuffer.c setlinebuf.c setvbuf.c \
/macosx-10.9.5/network_cmds-433/traceroute.tproj/
H A Dtraceroute.c734 setvbuf(stdout, NULL, _IOLBF, 0);
/macosx-10.9.5/ntp-88/ntpdate/
H A Dntpdate.c449 setvbuf(stdout, buf, _IOLBF, BUFSIZ);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/build/
H A Djlibtool.c302 setvbuf( f, str, _IOFBF, n );
/macosx-10.9.5/apr-30/apr/apr/build/
H A Djlibtool.c302 setvbuf( f, str, _IOFBF, n );
/macosx-10.9.5/bc-21/bc/
H A Dconfigure1876 for ac_func in isgraph setvbuf
/macosx-10.9.5/zsh-60/zsh/Src/Modules/
H A Dzftp.c1949 setvbuf(zfsess->cin, NULL, _IONBF, 0);
/macosx-10.9.5/CPANInternal-140/IO-Socket-SSL/
H A DSSL.pm1400 sub setvbuf { croak("Use of setvbuf() not allowed with SSL" ) } subroutine
2372 =item setvbuf
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/
H A Dconfigure2231 for ac_func in vsnprintf setvbuf setlocale nl_langinfo memmove bcopy setenv \
/macosx-10.9.5/ruby-104/ruby/
H A Dio.c5312 if (setvbuf(file, NULL, _IOFBF, 0) != 0)
5313 rb_warn("setvbuf() can't be honoured (fd=%d)", fd);
6588 if (setvbuf(fptr->stdio_file, NULL, _IOFBF, 0) != 0)
6589 rb_warn("setvbuf() can't be honoured for %s", RSTRING_PTR(fptr->pathv));
6592 if (setvbuf(fptr->stdio_file, NULL, _IONBF, BUFSIZ) != 0)
6593 rb_warn("setvbuf() can't be honoured for %s", RSTRING_PTR(fptr->pathv));
6596 if (setvbuf(fptr->stdio_file, NULL, _IOLBF, BUFSIZ) != 0)
6597 rb_warn("setvbuf() can't be honoured for %s", RSTRING_PTR(fptr->pathv));

Completed in 600 milliseconds

123