Home
last modified time | relevance | path

Searched refs:t (Results 1 – 10 of 10) sorted by relevance

/scripts/coccinelle/api/alloc/
A Dalloc_cast.cocci40 t << r1.T;
43 if m.search(t) != None:
58 t << r1.T;
61 if m.search(t) != None:
85 t << r2.T;
88 if m.search(t) != None:
91 coccilib.org.print_safe_todo(p[0], t)
95 t << r2.T;
98 if m.search(t) != None:
101 msg="WARNING: casting value returned by memory allocation function to (%s *) is useless." % (t)
/scripts/
A Ddecodecode76 t=$1
79 ${CROSS_COMPILE}as $AFLAGS -o $t.o $t.s > /dev/null 2>&1
86 ${CROSS_COMPILE}strip $t.o
94 ${CROSS_COMPILE}strip $t.o
99 ${CROSS_COMPILE}strip $t.o
103 ${CROSS_COMPILE}strip $t.o
113 ${CROSS_COMPILE}objdump $OBJDUMPFLAGS -S $t.o | \
114 grep -v "/tmp\|Disassembly\|\.text\|^$" > $t.dis 2>&1
A Denv2string.awk62 gsub(/^[ \t]+/, "")
A Dspelling.txt167 arne't||aren't
290 cant||can't
291 cant'||can't
293 cann't||can't
542 didnt||didn't
591 doesnt||doesn't
951 isnt||isn't
1480 shouldnt||shouldn't
1777 was't||wasn't
1793 wont||won't
A Dget_maintainer.pl301 if (-t STDIN && !@ARGV) {
A Dcheckpatch.pl369 $color = (-t STDOUT);
/scripts/kconfig/
A Dzconf.l86 [ \t]*#.*\n |
87 [ \t]*\n {
90 [ \t]*#.*
93 [ \t]+ {
398 fprintf(stderr, "%s:%d: can't open file \"%s\"\n",
/scripts/dtc/
A Ddtc.h98 #define for_each_marker_of_type(m, t) \ argument
100 if ((m)->type == (t))
A Ddtc-lexer.l95 /* Don't allow nuls in filenames */
/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped1009 /* Most functions don't change the device tree, so use a const void * */

Completed in 28 milliseconds