Searched defs:strip (Results 1 - 1 of 1) sorted by relevance

/inkscape/
H A Dbuildtool.cpp3061 String strip(const String &s);
3751 String MakeBase::strip(const String &s) function in class:buildtool::MakeBase
7004 flagsOpt = strip(flagsOpt);
7010 cxxflagsOpt = strip(cxxflagsOpt);
7016 includesOpt = strip(includesOpt);
7022 definesOpt = strip(definesOpt);
7983 String stripCommand = parent.eval(stripCommandOpt, "strip");
8046 error("<strip> symbol file failed : %s", errbuf.c_str());
8059 error("<strip> failed : %s", errbuf.c_str());
8078 if (!parent.getAttribute(elem, "strip", doStripOp
[all...]

Completed in 283 milliseconds