Searched refs:setvbuf (Results 1 - 25 of 76) sorted by relevance

1234

/freebsd-11-stable/lib/libc/stdio/
H A Dsetbuffer.c45 (void)setvbuf(fp, buf, buf ? _IOFBF : _IONBF, (size_t)size);
55 return (setvbuf(fp, (char *)NULL, _IOLBF, (size_t)0));
H A Dsetbuf.c45 (void) setvbuf(fp, buf, buf ? _IOFBF : _IONBF, BUFSIZ);
H A Dsetvbuf.c34 static char sccsid[] = "@(#)setvbuf.c 8.2 (Berkeley) 11/16/93";
37 __FBSDID("$FreeBSD: stable/11/lib/libc/stdio/setvbuf.c 320942 2017-07-13 09:27:11Z kib $");
51 setvbuf(FILE * __restrict fp, char * __restrict buf, int mode, size_t size) function
H A Dfmemopen.c159 setvbuf(f, NULL, _IONBF, 0);
H A DMakefile.inc22 setvbuf.c snprintf.c sprintf.c sscanf.c stdio.c swprintf.c swscanf.c \
87 MLINKS+=setbuf.3 setbuffer.3 setbuf.3 setlinebuf.3 setbuf.3 setvbuf.3
/freebsd-11-stable/usr.bin/talk/
H A Dio.c104 setvbuf(sockfp, NULL, _IONBF, 0);
105 setvbuf(stdin, NULL, _IONBF, 0);
/freebsd-11-stable/contrib/netbsd-tests/kernel/arch/i386/
H A Dt_ptrace_wait.c135 setvbuf(stdout, NULL, _IONBF, 0);
136 setvbuf(stderr, NULL, _IONBF, 0);
/freebsd-11-stable/usr.bin/dc/
H A Ddc.c128 (void)setvbuf(stdout, NULL, _IOLBF, 0);
129 (void)setvbuf(stderr, NULL, _IOLBF, 0);
/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cstdio.h74 #undef setvbuf macro
/freebsd-11-stable/lib/libstdbuf/
H A Dstdbuf.c95 if (setvbuf(s, NULL, mode, bufsize) != 0)
/freebsd-11-stable/contrib/top/
H A Dos.h23 # define setbuffer(f, b, s) setvbuf((f), (b), (b) ? _IOFBF : _IONBF, (s))
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbsd-misc.h53 #define setlinebuf(a) (setvbuf((a), NULL, _IOLBF, 0))
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cstdio.h88 #undef setvbuf macro
135 using ::setvbuf;
/freebsd-11-stable/contrib/netbsd-tests/kernel/
H A Dt_ptrace.c199 setvbuf(stdout, NULL, _IONBF, 0);
200 setvbuf(stderr, NULL, _IONBF, 0);
/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
H A Dstdio.h47 using std::setvbuf;
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Dasyncwatch.c97 setvbuf(stdout, NULL, _IOLBF, 0);
/freebsd-11-stable/crypto/openssh/contrib/
H A Dgnome-ssh-askpass1.c167 setvbuf(stdout, 0, _IONBF, 0);
H A Dgnome-ssh-askpass2.c220 setvbuf(stdout, 0, _IONBF, 0);
/freebsd-11-stable/contrib/elftoolchain/cxxfilt/
H A Dcxxfilt.c178 setvbuf(stdout, NULL, _IOLBF, 0);
/freebsd-11-stable/contrib/ntp/include/
H A Dl_stdlib.h151 extern int setvbuf (FILE *, char *, int, int);
/freebsd-11-stable/lib/libsm/
H A DMakefile29 fwrite.c get.c makebuf.c put.c refill.c rewind.c setvbuf.c \
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dbench_httpclient.c190 setvbuf(stdout, NULL, _IONBF, 0);
/freebsd-11-stable/bin/ed/
H A Dbuf.c262 setvbuf(stdout, NULL, _IOLBF, 0);
/freebsd-11-stable/lib/libc/gen/
H A Dgetutxent.c88 (void)setvbuf(uf, NULL, _IOFBF,
/freebsd-11-stable/contrib/ntp/adjtimed/
H A Dadjtimed.c162 setvbuf(stdout, NULL, _IONBF, BUFSIZ);
163 setvbuf(stderr, NULL, _IONBF, BUFSIZ);

Completed in 176 milliseconds

1234