Searched refs:word (Results 1 – 8 of 8) sorted by relevance
/scripts/kconfig/lxdialog/ |
D | util.c | 386 char tempstr[MAX_LEN + 1], *word, *sp, *sp2, *newline_separator = 0; in print_autowrap() local 399 word = tempstr; in print_autowrap() 400 while (word && *word) { in print_autowrap() 401 sp = strpbrk(word, "\n "); in print_autowrap() 412 wlen = strlen(word); in print_autowrap() 422 waddstr(win, word); in print_autowrap() 439 word = sp; in print_autowrap()
|
/scripts/dtc/ |
D | data.c | 210 struct data data_append_cell(struct data d, cell_t word) in data_append_cell() argument 212 return data_append_integer(d, word, sizeof(word) * 8); in data_append_cell()
|
D | dtc.h | 111 struct data data_append_cell(struct data d, cell_t word); 112 struct data data_append_integer(struct data d, uint64_t word, int bits);
|
/scripts/ |
D | mkmakefile | 30 lastword = \$(word \$(words \$(1)),\$(1))
|
D | checkpatch.pl | 173 foreach my $word (@words) { 174 last if ($word =~ m/^#/); 175 push (@conf_args, $word); 241 foreach my $word (@array) { 242 $word =~ s/\s*\n?$//g; 243 $word =~ s/^\s*//g; 244 $word =~ s/\s+/ /g; 245 $word =~ tr/[a-z]/[A-Z]/; 247 next if ($word =~ m/^\s*#/); 248 next if ($word =~ m/^\s*$/); [all …]
|
D | get_maintainer.pl | 185 foreach my $word (@words) { 186 last if ($word =~ m/^#/); 187 push (@conf_args, $word); 2260 my $word = "(?:$atom|$quoted_string)"; 2261 my $localpart = "$word(?:\\.$rfc822_lwsp*$word)*"; 2268 my $phrase = "$word*";
|
D | Makefile.headersinst | 79 file$(if $(word 2, $(all-files)),s))
|
D | Kbuild.include | 77 $(word 1, $(foreach c,$(1), \
|