git grep -l 'u\(8\|16\|32\|64\)_t' | \ xargs sed -i "s/u\(8\|16\|32\|64\)_t/uint\1_t/g" git grep -l 's\(8\|16\|32\|64\)_t' | \ xargs sed -i "s/s\(8\|16\|32\|64\)_t/int\1_t/g" Signed-off-by: Kumar Gala <kumar.gala@linaro.org> |
||
|---|---|---|
| .. | ||
| array_size.cocci | ||
| const_config_info.cocci | ||
| deref_null.cocci | ||
| identifier_length.cocci | ||
| ignore_return.cocci | ||
| int_ms_to_timeout.cocci | ||
| irq_lock.cocci | ||
| macros.h | ||
| mini_lock.cocci | ||
| ms_timeout.cocci | ||
| noderef.cocci | ||
| returnvar.cocci | ||
| semicolon.cocci | ||
| unsigned_lesser_than_zero.cocci | ||
| unsigned_shift.cocci | ||
| unsigned_suffix.cocci | ||