Lines Matching refs:errbuf
3091 String &errbuf);
3939 String &errbuf)
3946 errbuf.clear();
3991 if (&outbuf != &errbuf) {
4067 errbuf.push_back(readBuf[i]);
4136 String &errbuf)
4143 errbuf.clear();
4237 errbuf = errb;
8027 String outbuf, errbuf;
8029 if (!executeCommand(cmd.c_str(), "", outbuf, errbuf))
8031 error("LINK problem: %s", errbuf.c_str());
8044 if (!executeCommand(cmd, "", outbuf, errbuf))
8046 error("<strip> symbol file failed : %s", errbuf.c_str());
8057 if (!executeCommand(cmd, "", outbuf, errbuf))
8059 error("<strip> failed : %s", errbuf.c_str());
8507 String outbuf, errbuf;
8508 if (!executeCommand(cmd, "", outbuf, errbuf))
8882 String outbuf, errbuf;
8891 if (!executeCommand(cmd, "", outbuf, errbuf))
8893 error("<strip> symbol file failed : %s", errbuf.c_str());
8900 if (!executeCommand(cmd, "", outbuf, errbuf))
8902 error("<strip> failed : %s", errbuf.c_str());