TR_ARG_MAX
max = MIN(sz / sizeof (uint32_t), TR_ARG_MAX);
max = MIN(sz / sizeof (long), TR_ARG_MAX);
char args[TR_ARG_MAX * 2 + 16], *sym;