Home
last modified time | relevance | path

Searched refs:strip (Results 1 – 7 of 7) sorted by relevance

/scripts/
A Dcheck-wx-segment.py52 print('{}: error: {}: {!r}'.format(path, error, line.strip()))
72 xfails_all = opts.xfail.strip() == '*'
A Dglibc_shared_code.py37 line = line.strip()
A Dglibcsymbols.py65 version, symbol, flags = line.strip().split(' ', 2)
A Dgen-as-const.py87 line = line.strip()
A Dbuild-many-glibcs.py89 def __init__(self, topdir, parallelism, keep, replace_sources, strip, argument
96 self.strip = strip
1554 if glibc.ctx.strip:
1555 self.strip = glibc.tool_name('strip')
1557 self.strip = None
1561 if self.strip:
1568 'done' % (find_command, self.strip))])
1866 opts.strip, opts.full_gcc, opts.action,
A Dinstall-sh65 stripprog=${STRIPPROG-strip}
A Ddso-ordering-test.py447 descr_str.strip()
745 tunable_descr = ("(%s)" % tunable_env.strip()
1085 line = line.strip() # Remove excess whitespace

Completed in 16 milliseconds