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

123

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dsetbuffer.c46 (void) setvbuf(iop, NULL, _IONBF, 0);
48 (void) setvbuf(iop, abuf, _IOFBF, asize);
61 (void) setvbuf(iop, NULL, _IOLBF, 128);
H A Dsetvbuf.c43 setvbuf(FILE *iop, char *abuf, int type, size_t size) function
/illumos-gate/usr/src/lib/libast/common/stdio/
H A D_stdvbuf.c24 /* OBSOLETE 20010101 -- use setvbuf */
31 return setvbuf(f, buf, type, size);
H A Dsetvbuf.c27 setvbuf(Sfio_t* f, char* buf, int type, size_t size) function
29 STDIO_INT(f, "setvbuf", int, (Sfio_t*, char*, int, size_t), (f, buf, type, size))
/illumos-gate/usr/src/stand/lib/sa/
H A Dstdio.h53 * Flags to setvbuf() which we pretend to support. We're always really _IONBF.
86 extern int setvbuf(FILE *, char *, int, size_t);
H A Dstdio.c350 setvbuf(FILE *stream, char *buf, int type, size_t size) function
/illumos-gate/usr/src/cmd/sgs/elfwrap/common/
H A Dmain.c70 (void) setvbuf(stdout, NULL, _IOLBF, 0);
71 (void) setvbuf(stderr, NULL, _IOLBF, 0);
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_pickle.cc68 setvbuf(file, NULL, _IOFBF, 81920);
/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Dsetvbuf.c41 setvbuf(iop, buf, type, size) function
/illumos-gate/usr/src/lib/libxcurses/h/posix/
H A Dmkslocal.h74 #define SETVBUF(fp,bp,f,s) setvbuf(fp,f,bp,s) /* for some SysV and Xenix
/illumos-gate/usr/src/cmd/mailx/
H A Dmain.c307 setvbuf(stdout, NULL, _IOLBF, BUFSIZ);
308 setvbuf(stderr, NULL, _IOLBF, BUFSIZ);
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A DMakefile43 memstat.o niprop.o path.o put.o refill.o rewind.o rpool.o setvbuf.o \
/illumos-gate/usr/src/ucbhead/
H A Dstdio.h169 extern int setvbuf(FILE *, char *, int, size_t);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewterm.c214 (void) setvbuf(in_fp, (char *) 0, _IONBF, BUFSIZ);
227 (void) setvbuf(out_fp, (char *) 0, _IOLBF, BUFSIZ);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dprompter.c66 if (setvbuf(fp, NULL, _IONBF, 0))
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dnewscreen.c156 (void) setvbuf(outfptr, (char *)NULL, _IOFBF, 0);
/illumos-gate/usr/src/head/
H A Dstdio.h109 using std::setvbuf;
/illumos-gate/usr/src/head/iso/
H A Dstdio_iso.h201 extern int setvbuf(FILE *_RESTRICT_KYWD, char *_RESTRICT_KYWD, int,
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dmain.c749 (void) setvbuf(stdout, NULL, _IOLBF, 0);
750 (void) setvbuf(stderr, NULL, _IOLBF, 0);
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk2.c627 (void) setvbuf(fp, 0, _IONBF, 0);
637 (void) setvbuf(fp, (char *)0, _IOLBF, 0);
/illumos-gate/usr/src/cmd/tnf/prex/
H A Dmain.c600 (void) setvbuf(stdout, NULL, _IOLBF, 0);
656 (void) setvbuf(stdout, NULL, _IOLBF, 0);
/illumos-gate/usr/src/boot/include/
H A Dstdio.h185 * made them official arguments to setvbuf(), without renaming them.
191 #define _IOFBF 0 /* setvbuf should set fully buffered */
192 #define _IOLBF 1 /* setvbuf should set line buffered */
193 #define _IONBF 2 /* setvbuf should set unbuffered */
269 int setvbuf(FILE * __restrict, char * __restrict, int, size_t);
/illumos-gate/usr/src/cmd/krb5/kinit/
H A Dkinit.c1325 setvbuf(stdin, 0, _IONBF, 0);
1327 setvbuf(stdout, 0, _IONBF, 0);
1329 setvbuf(stderr, 0, _IONBF, 0);
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_stdio.h227 extern __MANGLE__ int setvbuf __PROTO__((FILE*, char*, int, size_t));
337 #define setvbuf _ast_setvbuf macro
459 extern __MANGLE__ int setvbuf __PROTO__((FILE*, char*, int, size_t));
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_stdio.h206 extern __MANGLE__ int setvbuf __PROTO__((FILE*, char*, int, size_t));
316 #define setvbuf _ast_setvbuf macro
438 extern __MANGLE__ int setvbuf __PROTO__((FILE*, char*, int, size_t));

Completed in 92 milliseconds

123