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

123

/freebsd-13-stable/lib/libc/stdio/
H A Dsetbuffer.c47 (void)setvbuf(fp, buf, buf ? _IOFBF : _IONBF, (size_t)size);
57 return (setvbuf(fp, (char *)NULL, _IOLBF, (size_t)0));
H A Dsetbuf.c47 (void) setvbuf(fp, buf, buf ? _IOFBF : _IONBF, BUFSIZ);
H A Dsetvbuf.c36 static char sccsid[] = "@(#)setvbuf.c 8.2 (Berkeley) 11/16/93";
53 setvbuf(FILE * __restrict fp, char * __restrict buf, int mode, size_t size) function
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
H A Dfmemopen.c161 setvbuf(f, NULL, _IONBF, 0);
/freebsd-13-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-13-stable/usr.bin/dc/
H A Ddc.c128 (void)setvbuf(stdout, NULL, _IOLBF, 0);
129 (void)setvbuf(stderr, NULL, _IOLBF, 0);
/freebsd-13-stable/usr.bin/talk/
H A Dio.c106 setvbuf(sockfp, NULL, _IONBF, 0);
107 setvbuf(stdin, NULL, _IONBF, 0);
/freebsd-13-stable/lib/libstdbuf/
H A Dstdbuf.c97 if (setvbuf(s, NULL, mode, bufsize) != 0)
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dbsd-misc.h53 #define setlinebuf(a) (setvbuf((a), NULL, _IOLBF, 0))
/freebsd-13-stable/contrib/netbsd-tests/kernel/
H A Dt_ptrace.c199 setvbuf(stdout, NULL, _IONBF, 0);
200 setvbuf(stderr, NULL, _IONBF, 0);
/freebsd-13-stable/contrib/ofed/libibverbs/examples/
H A Dasyncwatch.c97 setvbuf(stdout, NULL, _IOLBF, 0);
/freebsd-13-stable/lib/libsm/
H A DMakefile29 fwrite.c get.c makebuf.c put.c refill.c rewind.c setvbuf.c \
/freebsd-13-stable/contrib/elftoolchain/cxxfilt/
H A Dcxxfilt.c185 setvbuf(stdout, NULL, _IOLBF, 0);
/freebsd-13-stable/contrib/ntp/include/
H A Dl_stdlib.h151 extern int setvbuf (FILE *, char *, int, int);
/freebsd-13-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-13-stable/lib/libc/gen/
H A Dgetutxent.c85 (void)setvbuf(uf, NULL, _IOFBF,
/freebsd-13-stable/contrib/libevent/test/
H A Dbench_httpclient.c192 setvbuf(stdout, NULL, _IONBF, 0);
/freebsd-13-stable/bin/ed/
H A Dbuf.c262 setvbuf(stdout, NULL, _IOLBF, 0);
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dbench_httpclient.c190 setvbuf(stdout, NULL, _IONBF, 0);
/freebsd-13-stable/contrib/ntp/libntp/
H A Dmsyslog.c610 if (setvbuf(stdout, NULL, mode, BUFSIZ) != 0)
612 if (setvbuf(stderr, NULL, mode, BUFSIZ) != 0)
/freebsd-13-stable/contrib/ntp/adjtimed/
H A Dadjtimed.c162 setvbuf(stdout, NULL, _IONBF, BUFSIZ);
163 setvbuf(stderr, NULL, _IONBF, BUFSIZ);
/freebsd-13-stable/usr.bin/sed/
H A Dmain.c170 if(setvbuf(stdout, NULL, _IOLBF, 0) != 0)
177 if(setvbuf(stdout, NULL, _IONBF, 0) != 0)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DReproducerInstrumentation.cpp107 setvbuf(stdout, nullptr, _IONBF, 0);

Completed in 143 milliseconds

123