LOGR_NARG
char *argv[LOGR_NARG];
(void) memset(argv, 0, sizeof (char *) * LOGR_NARG);
for (bp = buf, i = 0; i < LOGR_NARG; ++i) {