Home
last modified time | relevance | path

Searched refs:tabsize (Results 1 – 3 of 3) sorted by relevance

/scripts/dtc/libfdt/
Dlibfdt_internal.h23 const char *fdt_find_string_(const char *strtab, int tabsize, const char *s);
Dfdt.c265 const char *fdt_find_string_(const char *strtab, int tabsize, const char *s) in fdt_find_string_() argument
268 const char *last = strtab + tabsize - len; in fdt_find_string_()
/scripts/
Dcheckpatch.pl74 my $tabsize = 8;
115 --tab-size=n set the number of spaces for tab (default $tabsize)
312 'tab-size=i' => \$tabsize,
394 die "$P: Invalid TAB size: $tabsize\n" if ($tabsize < 2);
1528 for (; ($n % $tabsize) != 0; $n++) {
2558 my $source_indent = $tabsize;
3907 s/(^\+.*) {$tabsize,$tabsize}\t/$1\t\t/) {}
3943 if ($indent % $tabsize) {
3947 $fixed[$fixlinenr] =~ s@(^\+\t+) +@$1 . "\t" x ($indent/$tabsize)@e;
3965 "\t" x ($pos / $tabsize) .
[all …]