Home
last modified time | relevance | path

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

/titanic_41/usr/src/ucblib/libucb/port/gen/
H A Dsetbuffer.c57 if (iop->_base != 0 && iop->_flag & _IOMYBUF) in setbuffer()
59 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF); in setbuffer()
71 iop->_flag |= _IOMYBUF; in setbuffer()
101 iop->_flag |= _IOLBF|_IOMYBUF; in setlinebuf()
/titanic_41/usr/src/lib/libc/port/stdio/
H A Dsetvbuf.c48 int sflag = iop->_flag & _IOMYBUF; in setvbuf()
53 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF); in setvbuf()
70 iop->_flag |= _IOMYBUF; in setvbuf()
91 iop->_flag |= _IOMYBUF; in setvbuf()
H A Dsetbuf.c53 if ((iop->_base != 0) && (iop->_flag & _IOMYBUF)) in setbuf()
55 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF); in setbuf()
69 iop->_flag |= _IOMYBUF; in setbuf()
H A D_findbuf.c70 iop->_flag |= _IOMYBUF; in _findbuf()
90 iop->_flag |= _IOMYBUF; in _findbuf()
H A Dflush.c705 if (iop->_flag & _IOMYBUF) { in fclose()
755 if (iop->_flag & _IOMYBUF) in fcloseall()
786 if (iop->_flag & _IOMYBUF) { in close_fd()
H A Dfopen.c94 if (iop->_flag & _IOMYBUF) { in _freopen_null()
/titanic_41/usr/src/lib/libbc/libc/stdio/common/
H A Dsetbuffer.c50 if (iop->_base != NULL && iop->_flag&_IOMYBUF) in setbuffer()
52 iop->_flag &= ~(_IOMYBUF|_IONBF|_IOLBF); in setbuffer()
81 iop->_flag |= _IOLBF|_IOMYBUF; in setlinebuf()
H A Dsetvbuf.c49 if(iop->_base != NULL && iop->_flag & _IOMYBUF)
51 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF);
77 iop->_flag |= _IOMYBUF;
/titanic_41/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) { in fclose()
252 iop->_flag |= _IOMYBUF; in _findbuf()
/titanic_41/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) { in fclose()
257 iop->_flag |= _IOMYBUF; in _findbuf()
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dstdio.h47 #define _IOMYBUF 010 macro
/titanic_41/usr/src/lib/libbc/inc/5include/
H A Dstdio.h88 #define _IOMYBUF 0010 macro
/titanic_41/usr/src/ucbhead/
H A Dstdio.h103 #define _IOMYBUF 0010 /* stdio malloc()'d buffer */ macro
/titanic_41/usr/src/head/iso/
H A Dstdio_iso.h146 #define _IOMYBUF 0010 /* stdio malloc()'d buffer */ macro