Home
last modified time | relevance | path

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

/scripts/
A Denv2string.awk35 if (length(env) != 0) {
48 if (length(env) != 0 && match(var, "^(.*)[+]$")) {
52 if (substr(plusname, length(plusname)) == "\\") {
65 if (length(env) == 0) {
76 if (length(env) != 0) {
A DMakefile.extrawarn77 KBUILD_CFLAGS += $(call cc-disable-warning, format-zero-length)
A Dcheckpatch.pl2348 my ($lineRef, $offset, $length) = @_;
2354 my $nl = $l + $length;
2721 my $length;
2921 ($length, $indent) = line_stats($rawline);
3610 my $length = 0;
3627 $length = -1;
3644 $length++;
3646 if ($is_start && $is_end && $length < $min_conf_desc_length) {
3820 if ($line =~ /^\+/ && $length > $max_line_length) {
3864 "line length of $length exceeds $max_line_length columns\n" . $herecurr);
A Dspelling.txt972 legnth||length
974 lengh||length
975 lenght||length
976 lenth||length
/scripts/dtc/libfdt/
A Dfdt_ro.c727 return length; in fdt_stringlist_count()
729 end = list + length; in fdt_stringlist_count()
738 list += length; in fdt_stringlist_count()
753 return length; in fdt_stringlist_search()
756 end = list + length; in fdt_stringlist_search()
765 if (length == len && memcmp(list, string, length) == 0) in fdt_stringlist_search()
768 list += length; in fdt_stringlist_search()
780 int length; in fdt_stringlist_get() local
785 *lenp = length; in fdt_stringlist_get()
790 end = list + length; in fdt_stringlist_get()
[all …]
/scripts/kconfig/
A Dnconf.gui.c153 { int length, x, y; in print_in_middle() local
166 length = strlen(string); in print_in_middle()
167 temp = (width - length) / 2; in print_in_middle()
/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped121 # Normally a list is returned which contains the data and its length.

Completed in 16 milliseconds