Home
last modified time | relevance | path

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

/openbmc/u-boot/scripts/dtc/
H A Dsrcpos.h72 int first_line; member
84 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \
90 (Current).first_line = (Current).last_line = \
H A Dsrcpos.c205 .first_line = 0,
218 pos->first_line = current_srcfile->lineno; in srcpos_update()
254 if (pos->first_line != pos->last_line) in srcpos_string()
256 pos->first_line, pos->first_column, in srcpos_string()
260 pos->first_line, pos->first_column, in srcpos_string()
264 pos->first_line, pos->first_column); in srcpos_string()
/openbmc/qemu/tests/qemu-iotests/
H A Dlinters.py46 first_line = f.readline()
47 return re.match('^#!.*python', first_line) is not None
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pip/
H A Dno_shebang_mangling.patch31 match = FIRST_LINE_RE.match(first_line.replace(b'\r\n', b'\n'))
/openbmc/u-boot/tools/binman/
H A Dentry.py492 first_line = lines[0]
494 hdr = 'Entry: %s: %s' % (name.replace('_', '-'), first_line)
/openbmc/u-boot/scripts/
H A Dcheckpatch.pl1592 my ($first_line, $end_line) = @_;
1602 for (my $linenr = $first_line; $linenr < $end_line; $linenr++) {
1605 if ($linenr == $first_line and $line =~ m@^.\s*\*@) {
1624 my ($first_line, $end_line) = @_;
1625 my $cmt = ctx_locate_comment($first_line, $end_line);
2263 my $first_line = 0;
2383 $first_line = $linenr + 1;
5597 if (!ctx_has_comment($first_line, $linenr)) {
5625 if (!ctx_has_comment($first_line, $linenr)) {
5643 if (!ctx_has_comment($first_line, $linenr)) {
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dcheck-version-mismatch.bbclass188 first_line = f.readline().strip()
189 if first_line.startswith("#!"):
190 return first_line