I have this printf statement:
printf(\"name: %s\\t\" \"args: %s\\t\" \"value %d\\t\" \"arraysize %d\\t\" \"scope %d\\n\",
Use a specific number for the maximum length of the string, in this case, 12:
printf("name: %12s", sp->name);