Assorted code cleanups
- Variable scope reductions as recommended by cppcheck
- Delete functions identified as unused by cppcheck
- Make some functions static that aren't called from other files
- Remove redundant assignment
- Remove redundant null-pointer check
- Fix
-Wsign-compare
warnings - Remove unnecessary cast of
strlen
result inmalloc
argument