Home
last modified time | relevance | path

Searched refs:_IONBF (Results 1 – 10 of 10) sorted by relevance

/original-bsd/lib/libc/stdio/
H A Dfilbuf.c33 if (iop->_flag&_IONBF) {
42 iop->_flag |= _IONBF;
55 iop->_flag & _IONBF ? 1 : iop->_bufsiz);
57 if (iop->_flag & _IONBF && iop->_base == &c)
H A Dsetvbuf.c38 if (mode != _IONBF)
59 if (mode == _IONBF)
H A Dsetbuf.c23 (void) setvbuf(fp, buf, buf ? _IOFBF : _IONBF, BUFSIZ);
H A Ddata.c17 { 0, NULL, NULL, NULL, _IOWRT+_IONBF, 2},
H A Dsetbuffer.c24 (void)setvbuf(fp, buf, buf ? _IOFBF : _IONBF, size);
/original-bsd/local/toolchest/ksh/sh/
H A Dstdio.c50 if(ptrname < 2 && iop->_base && !(iop->_flag&_IONBF))
97 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF);
100 iop->_flag |= _IONBF;
124 if (iop->_flag&_IONBF)
145 iop->_flag |= _IONBF;
174 if ((iop->_flag&(_IONBF|_IOWRT))==_IOWRT
178 iop->_cnt = (iop->_flag&(_IOLBF|_IONBF)) ? 0 : BUFSIZ;
261 if((iop->_flag&_IONBF)||iop->_base==NULL)
H A Dio.h72 #define fnobuff(fd) (((fd)->_flag&_IONBF)||(fd)->_base==NULL)
127 #define _IONBF _SIUNB macro
H A Dio.c290 else if(fd==input && (fd->_flag&_IONBF)==0)
692 iop->_flag &= ~(_IOMYBUF | _IONBF | _IOLBF);
695 iop->_flag |= _IONBF; /* file unbuffered except in fastio */
/original-bsd/old/pcc/ccom.vax/VMS/
H A Dstdio.h29 #define _IONBF 0200 macro
/original-bsd/include/
H A Dstdio.h155 #define _IONBF 2 /* setvbuf should set unbuffered */ macro