Lines Matching defs:iop
50 fprintf(FILE *iop, const char *format, ...)
59 FLOCKFILE(lk, iop);
61 _SET_ORIENTATION_BYTE(iop);
63 if (!(iop->_flag & _IOWRT)) {
65 if (iop->_flag & _IORW) {
67 _READ2WRT(iop);
75 count = _ndoprnt(format, ap, iop, 0);
78 if (FERROR(iop) || count == EOF) {
106 _fprintf_c89(FILE *iop, const char *format, ...)
112 count = _vfprintf_c89(iop, format, ap);