Lines Matching refs:b
146 for i, line in enumerate(iter(f.readline, b"")):
170 b'bash': 'sh',
171 b'perl': 'pl',
172 b'python3': 'py',
173 b'sh': 'sh',
193 if first_line.startswith(b'#!'):
221 if f.read(1) != b"\n":
291 return b"\r" in line
305 return not line.endswith(b"\r\n") or b"\r" in line[:-2]
315 return line.rstrip(b"\r\n") != line.rstrip()
333 return b"\t" in line
344 if line.startswith(b'<<<<<<< ') or line.startswith(b'>>>>>>> '):
346 if line.startswith(b'||||||| '): # from merge.conflictStyle=diff3
348 if line.rstrip(b'\r\n') == b'=======' and \
392 SPDX_HEADER_KEY = b'SPDX-License-Identifier'
393 LICENSE_IDENTIFIER = b'Apache-2.0 OR GPL-2.0-or-later'
490 bytes_filepaths = bytes_output.split(b'\0')[:-1]