Home
last modified time | relevance | path

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

/kvm-unit-tests/lib/libfdt/
H A Dlibfdt_internal.h23 const char *fdt_find_string_(const char *strtab, int tabsize, const char *s);
H A Dfdt.c311 const char *fdt_find_string_(const char *strtab, int tabsize, const char *s) in fdt_find_string_() argument
314 const char *last = strtab + tabsize - len; in fdt_find_string_()
/kvm-unit-tests/scripts/
H A Dcheckpatch.pl79 my $tabsize = 8;
121 --tab-size=n set the number of spaces for tab (default $tabsize)
319 'tab-size=i' => \$tabsize,
401 die "$P: Invalid TAB size: $tabsize\n" if ($tabsize < 2);
1537 for (; ($n % $tabsize) != 0; $n++) {
2567 my $source_indent = $tabsize;
3930 s/(^\+.*) {$tabsize,$tabsize}\t/$1\t\t/) {}
3966 if ($indent % $tabsize) {
3970 $fixed[$fixlinenr] =~ s@(^\+\t+) +@$1 . "\t" x ($indent/$tabsize)@e;
3988 "\t" x ($pos / $tabsize) .
[all …]