Lines Matching refs:strip
714 name = name[name.find(" ")+1:].strip() # remove struct/class/const prefix
786 #self.base = re.sub(r"\b"+self.jname+r"\b", "", decl[1].replace(":", "")).strip()
787 self.base = re.sub(r"^.*:", "", decl[1].split(",")[0]).strip().replace(self.jname, "")
1120 logging.warning("SKIP:" + c_decl.strip() + "\t due to RET type" + fi.ctype)
1132 logging.warning("SKIP:" + c_decl.strip() + "\t due to ARG type" + a.ctype + "/" + (a.out or "I"))