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> |
||
|---|---|---|
| .. | ||
| fcb_test_append_fill.c | ||
| fcb_test_append_too_big.c | ||
| fcb_test_append.c | ||
| fcb_test_empty_walk.c | ||
| fcb_test_init.c | ||
| fcb_test_last_of_n.c | ||
| fcb_test_len.c | ||
| fcb_test_multiple_scratch.c | ||
| fcb_test_reset.c | ||
| fcb_test_rotate.c | ||
| fcb_test.h | ||
| main.c | ||