Searched refs:tabsize (Results 1 – 5 of 5) sorted by relevance
| /linux/scripts/dtc/libfdt/ |
| H A D | libfdt_internal.h | 26 const char *fdt_find_string_len_(const char *strtab, int tabsize, const char *s, 28 static inline const char *fdt_find_string_(const char *strtab, int tabsize, in fdt_find_string_() argument 31 return fdt_find_string_len_(strtab, tabsize, s, strlen(s)); in fdt_find_string_()
|
| H A D | fdt.c | 315 const char *fdt_find_string_len_(const char *strtab, int tabsize, const char *s, in fdt_find_string_len_() argument 318 const char *last = strtab + tabsize - (slen + 1); in fdt_find_string_len_()
|
| /linux/security/selinux/ |
| H A D | nlmsgtab.c | 153 size_t tabsize) in nlmsg_perm() argument 158 for (i = 0; i < tabsize / sizeof(struct nlmsg_perm); i++) in nlmsg_perm()
|
| /linux/scripts/ |
| H A D | checkpatch.pl | 75 my $tabsize = 8; 118 --tab-size=n set the number of spaces for tab (default $tabsize) 334 'tab-size=i' => \$tabsize, 416 die "$P: Invalid TAB size: $tabsize\n" if ($tabsize < 2); 1553 for (; ($n % $tabsize) != 0; $n++) { 2583 my $source_indent = $tabsize; 3962 s/(^\+.*) {$tabsize,$tabsize}\t/$1\t\t/) {} 3998 if ($indent % $tabsize) { 4002 $fixed[$fixlinenr] =~ s@(^\+\t+) +@$1 . "\t" x ($indent/$tabsize)@e; 4020 "\t" x ($pos / $tabsize) . [all …]
|
| /linux/drivers/media/usb/gspca/ |
| H A D | vc032x.c | 3088 const u8 *tab, u8 tabsize, u16 addr) in put_tab_to_reg() argument 3093 for (j = 0; j < tabsize; j++) in put_tab_to_reg()
|