/titanic_41/usr/src/lib/libc/port/stdio/ |
H A D | _flsbuf.c | 52 switch (iop->_flag & (_IOFBF | _IOLBF | _IONBF | in _flsbuf() 55 case _IOFBF | _IOWRT: /* okay to do full-buffered case */ in _flsbuf()
|
H A D | setbuffer.c | 48 (void) setvbuf(iop, abuf, _IOFBF, asize); in setbuffer()
|
H A D | setvbuf.c | 78 case _IOFBF: in setvbuf()
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | newscreen.c | 76 #ifndef _IOFBF in newscreen() 155 #ifdef _IOFBF in newscreen() 156 (void) setvbuf(outfptr, (char *)NULL, _IOFBF, 0); in newscreen()
|
/titanic_41/usr/src/lib/libast/common/stdio/ |
H A D | setvbuf.c | 40 else if (type == _IOFBF) in setvbuf()
|
/titanic_41/usr/src/stand/lib/sa/ |
H A D | stdio.h | 55 #define _IOFBF 0000 /* full buffered */ macro
|
/titanic_41/usr/src/lib/libbc/libc/stdio/common/ |
H A D | setvbuf.c | 62 case _IOFBF:
|
/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/libbc/inc/include/ |
H A D | stdio.h | 43 #define _IOFBF 0 macro
|
/titanic_41/usr/src/lib/libbc/inc/5include/ |
H A D | stdio.h | 84 #define _IOFBF 0000 macro
|
/titanic_41/usr/src/ucbhead/ |
H A D | stdio.h | 94 #define _IOFBF 0000 /* full buffered */ macro
|
/titanic_41/usr/src/head/iso/ |
H A D | stdio_iso.h | 137 #define _IOFBF 0000 /* full buffered */ macro
|
/titanic_41/usr/src/cmd/savecore/ |
H A D | savecore.c | 455 (void) setvbuf(in, inbuf, _IOFBF, FBUFSIZE); in build_dump_map() 537 (void) setvbuf(out, outbuf, _IOFBF, FBUFSIZE); in CopyPages() 538 (void) setvbuf(in, buf, _IOFBF, sz); in CopyPages() 1210 (void) setvbuf(dumpf, inbuf, _IOFBF, insz); in decompress_pages()
|
/titanic_41/usr/src/cmd/sort/common/ |
H A D | streams.c | 259 if (setvbuf(str->s_type.BF.s_fp, str->s_type.BF.s_vbuf, _IOFBF, in stream_open_for_read()
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_stdio.h | 171 #define _IOFBF 0 macro
|
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_stdio.h | 150 #define _IOFBF 0 macro
|
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_stdio.h | 150 #define _IOFBF 0 macro
|
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_stdio.h | 150 #define _IOFBF 0 macro
|
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_stdio.h | 171 #define _IOFBF 0 macro
|
/titanic_41/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_stdio.h | 171 #define _IOFBF 0 macro
|
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_stdio.h | 150 #define _IOFBF 0 macro
|
/titanic_41/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_stdio.h | 171 #define _IOFBF 0 macro
|
/titanic_41/usr/src/lib/libast/common/features/ |
H A D | stdio | 89 #define _IOFBF 0
|
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | stdio | 150 #define _IOFBF 0
|
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | stdio | 150 #define _IOFBF 0
|