Home
last modified time | relevance | path

Searched refs:newlines (Results 1 – 4 of 4) sorted by relevance

/u-boot/include/
A Ddisplay_options.h71 char *display_options_get_banner(bool newlines, char *buf, int size);
74 char *display_options_get_banner_priv(bool newlines, const char *build_tag,
/u-boot/lib/
A Ddisplay_options.c15 char *display_options_get_banner_priv(bool newlines, const char *build_tag, in display_options_get_banner_priv() argument
20 len = snprintf(buf, size, "%s%s", newlines ? "\n\n" : "", in display_options_get_banner_priv()
38 char *display_options_get_banner(bool newlines, char *buf, int size) in display_options_get_banner() argument
40 return display_options_get_banner_priv(newlines, BUILD_TAG, buf, size); in display_options_get_banner()
/u-boot/tools/
A Dmoveconfig.py787 newlines = []
798 newlines.append(line)
801 f.write(''.join(newlines))
/u-boot/scripts/
A Dcheckpatch.pl3826 my @newlines = ($c =~ /\n/gs);
3827 my $cond_lines = 1 + $#newlines;
5092 my @newlines = ($c =~ /\n/gs);
5093 my $cond_lines = 1 + $#newlines;

Completed in 12 milliseconds