Home
last modified time | relevance | path

Searched refs:code (Results 1 – 19 of 19) sorted by relevance

/scripts/
Ddecodecode22 code=
28 code=$i
34 if [ -z "$code" ]; then
39 echo $code
40 code=`echo $code | sed -e 's/.*Code: //'`
42 width=`expr index "$code" ' '`
65 marker=`expr index "$code" "\<"`
67 marker=`expr index "$code" "\("`
72 echo All code >> $T.oo
74 beforemark=`echo "$code"`
[all …]
Ddecode_stacktrace.sh53 local code=${cache[$address]}
55 local code=$(addr2line -i -e "$vmlinux" "$address")
56 cache[$address]=$code
62 if [[ $code == "??:0" ]]; then
67 code=$(while read -r line; do echo "${line#$basepath/}"; done <<< "$code")
70 code=${code//$'\n'/' '}
73 symbol="$name ($code)"
DKbuild.include88 # Exit code chooses option. "$$TMP" is can be used as temporary file and
/scripts/coccinelle/misc/
Difcol.cocci1 /// Find confusingly indented code in or after an if. An if branch should
2 /// be indented. The code following an if should not be indented.
3 /// Sometimes, code after an if that is indented is actually intended to be
7 /// calculation does not distinguish between spaces and tabs, so code that
47 msg = "code aligned with following code on line %s" % (p2[0].line)
Dreturnvar.cocci7 // Comments: Comments on code can be deleted if near code that is removed.
/scripts/coccinelle/null/
Dkmerr.cocci3 /// error handling code later in the function, which may be helpful
4 /// in determining what the error handling code for the call to kmalloc etc
/scripts/coccinelle/free/
Difnullfree.cocci56 …rsive or usb_free_urb is not needed. Maybe consider reorganizing relevant code to avoid passing NU…
/scripts/coccinelle/api/
Dresource_size.cocci92 msg="WARNING: Suspicious code. resource_size is maybe missing with %s" % (x)
/scripts/coccinelle/api/alloc/
Dkzalloc-simple.cocci6 /// matched code has to be contiguous
/scripts/coccinelle/iterators/
Ditnull.cocci5 //# happen when the matched code is on the way to a loop exit (break, goto,
/scripts/kconfig/
DMakefile61 --from-code=UTF-8 \
74 $(Q)msguniq --sort-by-file --to-code=UTF-8 $(obj)/config.pot \
Dzconf.hash.c_shipped1 /* ANSI-C code produced by gperf version 3.0.4 */
Dzconf.tab.c_shipped2217 /* Pacify compilers like GCC when the user code never invokes
2219 code. */
2233 | yyerrlab1 -- common code for both syntax error and YYERROR. |
Dzconf.lex.c_shipped1520 * Returns a code representing an action:
2159 /* Redefine yyless() so it works in section 3 code. */
/scripts/genksyms/
Dkeywords.hash.c_shipped1 /* ANSI-C code produced by gperf version 3.0.4 */
Dparse.tab.c_shipped2181 /* Pacify compilers like GCC when the user code never invokes
2183 code. */
2197 | yyerrlab1 -- common code for both syntax error and YYERROR. |
Dlex.lex.c_shipped1040 * Returns a code representing an action:
1711 /* Redefine yyless() so it works in section 3 code. */
/scripts/dtc/
Ddtc-parser.tab.c_shipped784 we won't break user code: when these are the locations we know. */
2179 /* Pacify compilers like GCC when the user code never invokes
2181 code. */
2196 | yyerrlab1 -- common code for both syntax error and YYERROR. |
Ddtc-lexer.lex.c_shipped1389 * Returns a code representing an action:
2023 /* Redefine yyless() so it works in section 3 code. */