Lines Matching refs:strip
65 key_value = argument.strip().split("=")
68 arguments.setdefault(key_value[0].strip(), key_value[1].strip())
78 content = input_f.read().strip()
106 _output = output.strip()
107 _sources = sources.strip()
108 _source_dirs = source_dirs.strip()
129 source_file = source_file.strip()
136 source_file = source_file.strip()
143 _suite_output_prefix = suite_output_prefix.strip()
144 _dirname_suffix = out_suffix.strip().rstrip(os.sep)
147 _suite_output_prefix, suite.strip(), _dirname_suffix)