Searched refs:code (Results 1 – 7 of 7) sorted by relevance
| /scripts/ |
| A D | decodecode | 26 code= 33 code=$i 40 code="$code $xdump" 50 if [ -z "$code" ]; then 55 echo $code 56 code=`echo $code | sed -e 's/.*Code: //'` 221 echo All code >> $T.oo 223 beforemark=`echo "$code"` 236 code=`echo "$code" | cut -c$((${marker} + 1))-` 243 code=`echo $code | sed -e 's/\r//;s/ [<(]/ /;s/[>)] / /;s/ /,0x/g; s/[>)]$//'` [all …]
|
| A D | coreboot.sed | 4 # Script to convert coreboot code to something similar to what U-Boot uses
|
| A D | Kbuild.include | 95 # Exit code chooses option. "$$TMP" is can be used as temporary file and
|
| /scripts/coccinelle/null/ |
| A D | kmerr.cocci | 3 /// error handling code later in the function, which may be helpful 4 /// in determining what the error handling code for the call to malloc etc
|
| /scripts/dtc/pylibfdt/ |
| A D | libfdt.i_shipped | 122 # If we get just an integer error code, it means the function failed. 543 Error code, or 0 if OK 562 Error code, or 0 if OK 581 Error code, or 0 if OK 599 Error code, or 0 if OK 617 Error code, or 0 if OK 638 Error code, or 0 if OK 656 Error code, or 0 if OK 671 offset of the node created, or negative error code on failure 685 Error code, or 0 if OK [all …]
|
| /scripts/coccinelle/iterators/ |
| A D | itnull.cocci | 5 //# happen when the matched code is on the way to a loop exit (break, goto,
|
| /scripts/dtc/ |
| A D | README | 41 If you add new features, please check code coverage:
|
Completed in 8 milliseconds