Searched refs:tr (Results 1 - 5 of 5) sorted by relevance

/scripts/
H A Dextract-ikconfig7 # The obscure use of the "tr" filter is to work around older versions of
19 if pos=`tr "$cf1\n$cf2" "\n$cf2=" < "$1" | grep -abo "^$cf2"`
33 for pos in `tr "$1\n$2" "\n$2=" < "$img" | grep -abo "^$2"`
H A Dextract-vmlinux26 # The obscure use of the "tr" filter is to work around older versions of
30 for pos in `tr "$1\n$2" "\n$2=" < "$img" | grep -abo "^$2"`
H A Dkallsyms.c85 struct text_range *tr; local
88 tr = &text_ranges[i];
90 if (strcmp(sym, tr->stext) == 0) {
91 tr->start = addr;
93 } else if (strcmp(sym, tr->etext) == 0) {
94 tr->end = addr;
163 struct text_range *tr; local
166 tr = &text_ranges[i];
168 if (s->addr >= tr->start && s->addr <= tr
[all...]
H A Dpatch-kernel193 tr -d [:blank:] < $TMPFILE > $TMPFILE.1
H A Dkernel-doc1604 $arg =~ tr/#/,/;

Completed in 64 milliseconds