/illumos-gate/usr/src/lib/libc/port/stdio/ |
H A D | setbuffer.c | 44 (void) setvbuf(iop, NULL, _IONBF, 0); in setbuffer() 46 (void) setvbuf(iop, abuf, _IOFBF, asize); in setbuffer() 59 (void) setvbuf(iop, NULL, _IOLBF, 128); in setlinebuf()
|
H A D | setvbuf.c | 41 setvbuf(FILE *iop, char *abuf, int type, size_t size) in setvbuf() function
|
/illumos-gate/usr/src/test/libc-tests/tests/stdio/ |
H A D | orientation_test.c | 158 TEST_UNCHANGED(setvbuf(f, buffer, _IONBF, BUFSIZ)); in main() 159 TEST_UNCHANGED(setvbuf(f, buffer, _IOLBF, BUFSIZ)); in main() 160 TEST_UNCHANGED(setvbuf(f, buffer, _IOFBF, BUFSIZ)); in main() 161 TEST_UNCHANGED(setvbuf(f, NULL, _IONBF, 0)); in main() 162 TEST_UNCHANGED(setvbuf(f, NULL, _IOLBF, 0)); in main() 163 TEST_UNCHANGED(setvbuf(f, NULL, _IOFBF, 0)); in main()
|
H A D | memstream.c | 473 if (setvbuf(f, NULL, _IOLBF, BUFSIZ) != 0) { in fmemopen_fill_lbuf() 491 if (setvbuf(f, NULL, _IONBF, 0) != 0) { in fmemopen_fill_nobuf() 523 if (setvbuf(f, NULL, _IOLBF, BUFSIZ) != 0) { in fmemopen_fwrite_lbuf() 541 if (setvbuf(f, NULL, _IONBF, 0) != 0) { in fmemopen_fwrite_nobuf() 573 if (setvbuf(f, NULL, _IOLBF, BUFSIZ) != 0) { in fmemopen_alt_fwrite_lbuf() 591 if (setvbuf(f, NULL, _IONBF, 0) != 0) { in fmemopen_alt_fwrite_nobuf() 623 if (setvbuf(f, NULL, _IOLBF, BUFSIZ) != 0) { in fmemopen_fputs_lbuf() 641 if (setvbuf(f, NULL, _IONBF, 0) != 0) { in fmemopen_fputs_nobuf() 1743 if (setvbuf(f, NULL, _IONBF, 0) != 0) { in open_wmemstream_byte_writes() 1813 if (setvbuf(f, NULL, _IONBF, 0) != 0) { in open_wmemstream_bad_seq()
|
H A D | ftell_ungetc.c | 77 if (setvbuf(f, NULL, _IONBF, 0) != 0) { in main()
|
/illumos-gate/usr/src/cmd/sgs/elfwrap/common/ |
H A D | main.c | 69 (void) setvbuf(stdout, NULL, _IOLBF, 0); in main() 70 (void) setvbuf(stderr, NULL, _IOLBF, 0); in main()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/ |
H A D | _stdvbuf.c | 31 return setvbuf(f, buf, type, size); in _stdsetvbuf()
|
H A D | setvbuf.c | 27 setvbuf(Sfio_t* f, char* buf, int type, size_t size) in setvbuf() function
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | main.c | 308 setvbuf(stdout, NULL, _IOLBF, BUFSIZ); in main() 309 setvbuf(stderr, NULL, _IOLBF, BUFSIZ); in main()
|
/illumos-gate/usr/src/stand/lib/sa/ |
H A D | stdio.h | 86 extern int setvbuf(FILE *, char *, int, size_t);
|
H A D | stdio.c | 350 setvbuf(FILE *stream, char *buf, int type, size_t size) in setvbuf() function
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | db_pickle.cc | 66 setvbuf(file, NULL, _IOFBF, 81920); in open()
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | newterm.c | 212 (void) setvbuf(in_fp, (char *) 0, _IONBF, BUFSIZ); in newterm() 225 (void) setvbuf(out_fp, (char *) 0, _IOLBF, BUFSIZ); in newterm()
|
/illumos-gate/usr/src/lib/libxcurses/h/posix/ |
H A D | mkslocal.h | 72 #define SETVBUF(fp,bp,f,s) setvbuf(fp,f,bp,s) /* for some SysV and Xenix
|
/illumos-gate/usr/src/cmd/sendmail/libsm/ |
H A D | Makefile | 39 memstat.o niprop.o path.o put.o refill.o rewind.o rpool.o setvbuf.o \
|
/illumos-gate/usr/src/ucbhead/ |
H A D | stdio.h | 169 extern int setvbuf(FILE *, char *, int, size_t);
|
/illumos-gate/usr/src/head/iso/ |
H A D | stdio_iso.h | 201 extern int setvbuf(FILE *_RESTRICT_KYWD, char *_RESTRICT_KYWD, int,
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | newscreen.c | 158 (void) setvbuf(outfptr, (char *)NULL, _IOFBF, 0); in newscreen()
|
/illumos-gate/usr/src/cmd/raidz_test/ |
H A D | raidz_test.c | 636 (void) setvbuf(stdout, NULL, _IONBF, 0); in run_sweep() 738 (void) setvbuf(stdout, NULL, _IOLBF, 0); in main()
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | main.c | 716 (void) setvbuf(stdout, NULL, _IOLBF, 0); in main() 717 (void) setvbuf(stderr, NULL, _IOLBF, 0); in main()
|
/illumos-gate/usr/src/head/ |
H A D | stdio.h | 109 using std::setvbuf;
|
/illumos-gate/usr/src/cmd/krb5/kinit/ |
H A D | kinit.c | 1325 setvbuf(stdin, 0, _IONBF, 0); 1327 setvbuf(stdout, 0, _IONBF, 0); 1329 setvbuf(stderr, 0, _IONBF, 0);
|
/illumos-gate/usr/src/tools/smatch/src/smatch_data/ |
H A D | wine.sizeof_param | 376 setvbuf 3 1
|
/illumos-gate/usr/src/cmd/awk_xpg4/ |
H A D | awk2.c | 625 (void) setvbuf(fp, 0, _IONBF, 0); in openfile() 635 (void) setvbuf(fp, (char *)0, _IOLBF, 0); in openfile()
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | prompter.c | 66 if (setvbuf(fp, NULL, _IONBF, 0)) in krb5_prompter_posix()
|