Searched refs:word (Results 1 – 9 of 9) sorted by relevance
/scripts/kconfig/lxdialog/ |
A D | util.c | 346 char tempstr[MAX_LEN + 1], *word, *sp, *sp2, *newline_separator = 0; in print_autowrap() local 358 word = tempstr; in print_autowrap() 359 while (word && *word) { in print_autowrap() 360 sp = strpbrk(word, "\n "); in print_autowrap() 371 wlen = strlen(word); in print_autowrap() 381 waddstr(win, word); in print_autowrap() 398 word = sp; in print_autowrap()
|
/scripts/dtc/ |
A D | data.c | 197 struct data data_append_cell(struct data d, cell_t word) in data_append_cell() argument 199 return data_append_integer(d, word, sizeof(word) * 8); in data_append_cell()
|
A D | dtc.h | 178 struct data data_append_cell(struct data d, cell_t word); 179 struct data data_append_integer(struct data d, uint64_t word, int bits);
|
/scripts/ |
A D | get_feat.pl | 145 foreach my $word (split /\s+/, $description) { 146 if (length($word) > $max_description_word) { 147 $max_description_word = length($word);
|
A D | Makefile.package | 210 perf-archive-args = --add-file=$$(realpath $(word 2, $^)) \ 211 --add-file=$$(realpath $(word 3, $^)) \ 212 $$(cat $(word 2, $^))^{tree} $$(cat $<)
|
A D | get_maintainer.pl | 206 foreach my $word (@words) { 207 last if ($word =~ m/^#/); 208 push (@conf_args, $word); 2584 my $word = "(?:$atom|$quoted_string)"; 2585 my $localpart = "$word(?:\\.$rfc822_lwsp*$word)*"; 2592 my $phrase = "$word*";
|
A D | checkpatch.pl | 257 foreach my $word (@words) { 258 last if ($word =~ m/^#/); 259 push (@conf_args, $word); 422 foreach my $word (@array) { 423 $word =~ s/\s*\n?$//g; 424 $word =~ s/^\s*//g; 425 $word =~ s/\s+/ /g; 426 $word =~ tr/[a-z]/[A-Z]/; 431 $hashRef->{$word}++; 441 print " $word"; [all …]
|
A D | Makefile.build | 282 cmd_warn_shared_object = $(if $(word 2, $(modname-multi)),$(warning $(kbuild-file): $*.o is added t…
|
/scripts/bash-completion/ |
A D | make | 29 # shellcheck disable=SC2046 # word splitting is the point here
|
Completed in 20 milliseconds