clrerr.c:		return(_stdioerr(EFPNULL, "clearerr"));
doprnt.c:				_stdioerr(EPRTNULL, NULL, iop->_filename);
doscan.c:                                return(_stdioerr(ESCANPTR, NULL, ch, iop->_filename));
doscan.c:		return(_stdioerr(ESCANF, NULL, type, iop->_filename));
doscan.c:	return(_stdioerr(ESCANF, NULL, type, iop->_filename));
endopen.c:		return(_stdioerr(EMODE, NULL, file));
endopen.c:		return(_stdioerr(errno, NULL, file));
fgets.c:		return(_stdioerr(EFPNULL, "fgets"));
filbuf.c:		return(_stdioerr(EFPNULL, NULL));
filbuf.c:		return(_stdioerr(EBADUSE, NULL, iop->_filename, "reading"));
filbuf.c:				_stdioerr(EPASTEOF, NULL, iop->_filename);
filbuf.c:			_stdioerr(EIO, NULL, "reading", iop->_filename);
findiop.c:			return(_stdioerr(EMFILE, NULL));
flsbuf.c:		return(_stdioerr(EFPNULL, "_flsbuf"));
flsbuf.c:		return(_stdioerr(EBADUSE, NULL, iop->_filename, "writing"));
flsbuf.c:		return(_stdioerr(errno, NULL, "writing", iop->_filename));
flsbuf.c:		_stdioerr(EFPNULL, "fflush");
flsbuf.c:		return(_stdioerr(EFPNULL, "fclose"));
fprintf.c:		return(_stdioerr(EFPNULL, "fprintf"));
fputc.c:		return(_stdioerr(EFPNULL, "fputc"));
fputs.c:		return(_stdioerr(EFPNULL, "fputs"));
freopen.c:		return(_stdioerr(EFPNULL, "freopen"));
fseek.c:		return(_stdioerr(EFPNULL, "fseek"));
ftell.c:		return(_stdioerr(EFPNULL, "ftell"));
getw.c:		return(_stdioerr(EFPNULL, "_getw"));
memfile.c:		return(_stdioerr(EFPNULL, "memclose"));
memfile.c:		return(_stdioerr(EFPNULL, "memreopen"));
memfile.c:		return(_stdioerr(EFPNULL, "_mfilbuf"));
memfile.c:		return(_stdioerr(EBADUSE, NULL, fp->_filename, "reading"));
memfile.c:		return(_stdioerr(EFPNULL, "_mflsbuf"));
memfile.c:		return(_stdioerr(EBADUSE, NULL, fp->_filename, "writing"));
popen.c:		return(_stdioerr(EFPNULL, "pclose"));
putw.c:		return(_stdioerr(EFPNULL, "putw"));
rdwr.c:		return(_stdioerr(EFPNULL, "fread"));
rdwr.c:		return(_stdioerr(EFPNULL, "fwrite"));
rew.c:		return(_stdioerr(EFPNULL, "rewind"));
scanf.c:		return(_stdioerr(EFPNULL, "fscanf"));
ungetc.c:		return(_stdioerr(EFPNULL, "ungetc"));
ungetc.c:		return(_stdioerr(EUNEOF, NULL, iop->_filename));
ungetc.c:			return(_stdioerr(EUNGET, NULL, c, iop->_filename));
