Home
last modified time | relevance | path

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

/scripts/kconfig/lxdialog/
A Dutil.c373 char tempstr[MAX_LEN + 1], *word, *sp, *sp2, *newline_separator = 0; in print_autowrap() local
386 word = tempstr; in print_autowrap()
387 while (word && *word) { in print_autowrap()
388 sp = strpbrk(word, "\n "); in print_autowrap()
399 wlen = strlen(word); in print_autowrap()
409 waddstr(win, word); in print_autowrap()
426 word = sp; in print_autowrap()
/scripts/dtc/
A Ddata.c210 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()
A Ddtc.h114 struct data data_append_cell(struct data d, cell_t word);
115 struct data data_append_integer(struct data d, uint64_t word, int bits);
/scripts/
A Dget_maintainer.pl200 foreach my $word (@words) {
201 last if ($word =~ m/^#/);
202 push (@conf_args, $word);
2548 my $word = "(?:$atom|$quoted_string)";
2549 my $localpart = "$word(?:\\.$rfc822_lwsp*$word)*";
2556 my $phrase = "$word*";
A Dcheckpatch.pl236 foreach my $word (@words) {
237 last if ($word =~ m/^#/);
238 push (@conf_args, $word);
401 foreach my $word (@array) {
402 $word =~ s/\s*\n?$//g;
403 $word =~ s/^\s*//g;
404 $word =~ s/\s+/ /g;
405 $word =~ tr/[a-z]/[A-Z]/;
410 $hashRef->{$word}++;
420 print " $word";
[all …]
A DKbuild.include84 $(word 1, $(foreach c,$(1), \
/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped206 """Return the magic word from the header
209 Magic word

Completed in 21 milliseconds