Lines Matching refs:strip
73 if err.strip() or return_code != 0:
76 return out.strip()
166 if line.strip().startswith(line_prefix):
168 return line.strip()[len(line_prefix):]
195 if err.strip() or return_code != 0:
197 return "uid=0(root)" in out.strip()
202 if out.strip() or err.strip():
218 if return_code != 0 or err.strip():
221 return out.strip()
247 if return_code != 0 or err.strip():
250 return out.strip().split("\n")