Searched refs:_IOLBF (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/tools/
H A Ddbus-monitor.c48 #ifndef _IOLBF
49 #define _IOLBF 0x40 macro
263 setvbuf (stdout, NULL, _IOLBF, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dtrace.c137 (void) setvbuf(tfp, gTraceLBuf, _IOLBF, sizeof(gTraceLBuf));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps-wince-glue.h130 #ifndef _IOLBF
131 #define _IOLBF 1 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/easy_tls/
H A Dtest.c158 setvbuf(conn_in, NULL, _IOLBF, 256);
159 setvbuf(conn_out, NULL, _IOLBF, 256);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/easy_tls/
H A Dtest.c161 setvbuf(conn_in, NULL, _IOLBF, 256);
162 setvbuf(conn_out, NULL, _IOLBF, 256);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/easy_tls/
H A Dtest.c158 setvbuf(conn_in, NULL, _IOLBF, 256);
159 setvbuf(conn_out, NULL, _IOLBF, 256);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dsmbpasswd.c77 setvbuf(f, NULL, _IOLBF, 0);
H A Dnet.c541 setvbuf(f, NULL, _IOLBF, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dmemdebug.c121 setvbuf(logfile, (char *)NULL, _IOLBF, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/
H A Dreplace.c316 setvbuf(stream, (char *)NULL, _IOLBF, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dftp.c538 (void) SETVBUF(cip->cin, NULL, _IOLBF, (size_t) BUFSIZ);
539 (void) SETVBUF(cip->cout, NULL, _IOLBF, (size_t) BUFSIZ);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dliolib.c565 static const int mode[] = {_IONBF, _IOFBF, _IOLBF};
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/firewire/
H A Dnosy-dump.c963 setvbuf(stdout, NULL, _IOLBF, BUFSIZ);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dtcpdump.c902 * _IOLBF is the same as _IOFBF in Microsoft's C
915 setvbuf(stdout, NULL, _IOLBF, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sh_util/
H A Dncftpbatch.c392 /* Note: On Win32, _IOLBF is the same as _IOFBF. Bleeeeh. */
393 (void) setvbuf(fp, gLogLBuf, _IOLBF, sizeof(gLogLBuf));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/
H A Dconfigure9411 is not _IOLBF, _IONBF, or _IOFBF, and return nonzero. */
9412 if (setvbuf(stdout, _IOLBF, (char *) main, BUFSIZ) != 0)

Completed in 241 milliseconds