Searched refs:_IOMYBUF (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Dsetbuffer.c50 if (iop->_base != NULL && iop->_flag&_IOMYBUF)
52 iop->_flag &= ~(_IOMYBUF|_IONBF|_IOLBF);
81 iop->_flag |= _IOLBF|_IOMYBUF;
H A Dsetvbuf.c49 if(iop->_base != NULL && iop->_flag & _IOMYBUF)
51 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF);
77 iop->_flag |= _IOMYBUF;
/illumos-gate/usr/src/lib/libbc/libc/stdio/4.2/
H A Dsetbuf.c47 if(iop->_base != NULL && iop->_flag & _IOMYBUF)
49 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF);
H A Dflsbuf.c81 if(iop->_flag & _IOMYBUF) {
223 * the _IOMYBUF flag is set in iop->_flag.
252 iop->_flag |= _IOMYBUF;
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dsetbuffer.c57 if (iop->_base != 0 && iop->_flag & _IOMYBUF)
59 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF);
71 iop->_flag |= _IOMYBUF;
101 iop->_flag |= _IOLBF|_IOMYBUF;
/illumos-gate/usr/src/lib/libbc/libc/stdio/sys5/
H A Dsetbuf.c47 if(iop->_base != NULL && iop->_flag & _IOMYBUF)
49 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF);
H A Dflsbuf.c79 if(iop->_flag & _IOMYBUF) {
228 * the _IOMYBUF flag is set in iop->_flag.
257 iop->_flag |= _IOMYBUF;
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dsetvbuf.c48 int sflag = iop->_flag & _IOMYBUF;
53 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF);
70 iop->_flag |= _IOMYBUF;
91 iop->_flag |= _IOMYBUF;
H A Dsetbuf.c53 if ((iop->_base != 0) && (iop->_flag & _IOMYBUF))
55 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF);
69 iop->_flag |= _IOMYBUF;
H A D_findbuf.c70 iop->_flag |= _IOMYBUF;
90 iop->_flag |= _IOMYBUF;
H A Dfopen.c94 if (iop->_flag & _IOMYBUF) {
H A Dflush.c705 if (iop->_flag & _IOMYBUF) {
755 if (iop->_flag & _IOMYBUF)
786 if (iop->_flag & _IOMYBUF) {
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dstdio.h47 #define _IOMYBUF 010 macro
/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dstdio.h88 #define _IOMYBUF 0010 macro
/illumos-gate/usr/src/ucbhead/
H A Dstdio.h100 #define _IOMYBUF 0010 /* stdio malloc()'d buffer */ macro
/illumos-gate/usr/src/head/iso/
H A Dstdio_iso.h140 #define _IOMYBUF 0010 /* stdio malloc()'d buffer */ macro

Completed in 224 milliseconds