Searched refs:_IOMYBUF (Results 1 – 16 of 16) sorted by relevance
57 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()
48 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()
53 if ((iop->_base != 0) && (iop->_flag & _IOMYBUF)) in setbuf()55 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF); in setbuf()69 iop->_flag |= _IOMYBUF; in setbuf()
70 iop->_flag |= _IOMYBUF; in _findbuf()90 iop->_flag |= _IOMYBUF; in _findbuf()
705 if (iop->_flag & _IOMYBUF) { in fclose()755 if (iop->_flag & _IOMYBUF) in fcloseall()786 if (iop->_flag & _IOMYBUF) { in close_fd()
94 if (iop->_flag & _IOMYBUF) { in _freopen_null()
50 if (iop->_base != NULL && iop->_flag&_IOMYBUF) in setbuffer()52 iop->_flag &= ~(_IOMYBUF|_IONBF|_IOLBF); in setbuffer()81 iop->_flag |= _IOLBF|_IOMYBUF; in setlinebuf()
49 if(iop->_base != NULL && iop->_flag & _IOMYBUF)51 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF);77 iop->_flag |= _IOMYBUF;
47 if(iop->_base != NULL && iop->_flag & _IOMYBUF)49 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF);
81 if(iop->_flag & _IOMYBUF) { in fclose()252 iop->_flag |= _IOMYBUF; in _findbuf()
79 if(iop->_flag & _IOMYBUF) { in fclose()257 iop->_flag |= _IOMYBUF; in _findbuf()
47 #define _IOMYBUF 010 macro
88 #define _IOMYBUF 0010 macro
103 #define _IOMYBUF 0010 /* stdio malloc()'d buffer */ macro
146 #define _IOMYBUF 0010 /* stdio malloc()'d buffer */ macro