/titanic_41/usr/src/lib/libc/port/stdio/ |
H A D | setbuffer.c | 46 (void) setvbuf(iop, NULL, _IONBF, 0); in setbuffer() 48 (void) setvbuf(iop, abuf, _IOFBF, asize); in setbuffer() 61 (void) setvbuf(iop, NULL, _IOLBF, 128); in setlinebuf()
|
H A D | setvbuf.c | 43 setvbuf(FILE *iop, char *abuf, int type, size_t size) in setvbuf() function
|
/titanic_41/usr/src/cmd/sgs/elfwrap/common/ |
H A D | main.c | 70 (void) setvbuf(stdout, NULL, _IOLBF, 0); in main() 71 (void) setvbuf(stderr, NULL, _IOLBF, 0); in main()
|
/titanic_41/usr/src/lib/libast/common/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
|
/titanic_41/usr/src/cmd/mailx/ |
H A D | main.c | 307 setvbuf(stdout, NULL, _IOLBF, BUFSIZ); in main() 308 setvbuf(stderr, NULL, _IOLBF, BUFSIZ); in main()
|
/titanic_41/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
|
/titanic_41/usr/src/lib/libbc/libc/stdio/common/ |
H A D | setvbuf.c | 41 setvbuf(iop, buf, type, size) in setvbuf() function
|
/titanic_41/usr/src/lib/libnisdb/ |
H A D | db_pickle.cc | 68 setvbuf(file, NULL, _IOFBF, 81920); in open()
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | newterm.c | 214 (void) setvbuf(in_fp, (char *) 0, _IONBF, BUFSIZ); in newterm() 227 (void) setvbuf(out_fp, (char *) 0, _IOLBF, BUFSIZ); in newterm()
|
/titanic_41/usr/src/lib/libxcurses/h/posix/ |
H A D | mkslocal.h | 74 #define SETVBUF(fp,bp,f,s) setvbuf(fp,f,bp,s) /* for some SysV and Xenix
|
/titanic_41/usr/src/cmd/sendmail/libsm/ |
H A D | Makefile | 43 memstat.o niprop.o path.o put.o refill.o rewind.o rpool.o setvbuf.o \
|
/titanic_41/usr/src/ucbhead/ |
H A D | stdio.h | 172 extern int setvbuf(FILE *, char *, int, size_t);
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_stdio.h | 227 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));
|
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_stdio.h | 206 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));
|
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_stdio.h | 206 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));
|
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_stdio.h | 206 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));
|
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_stdio.h | 227 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));
|
/titanic_41/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_stdio.h | 227 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));
|
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_stdio.h | 206 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));
|
/titanic_41/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_stdio.h | 227 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));
|
/titanic_41/usr/src/head/iso/ |
H A D | stdio_iso.h | 207 extern int setvbuf(FILE *_RESTRICT_KYWD, char *_RESTRICT_KYWD, int,
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | newscreen.c | 156 (void) setvbuf(outfptr, (char *)NULL, _IOFBF, 0); in newscreen()
|
/titanic_41/usr/src/head/ |
H A D | stdio.h | 109 using std::setvbuf;
|