SNPRINTF
SNPRINTF(elapsed_buf, "%s", " --:--:--");
SNPRINTF(lines_buf, "%s", "");
SNPRINTF(elapsed_buf, "%3d:%02d:%02d", h, m, s);
SNPRINTF(elapsed_buf, " %02d:%02d:%02d", h, m, s);
SNPRINTF(lines_buf, "%ld", work->lines);
SNPRINTF(elapsed_buf, "%3d:%02d:%02d",
SNPRINTF(elapsed_buf, " %02d:%02d:%02d",
SNPRINTF(swap_buf, "- ");
SNPRINTF(swap_buf, "%5.1f", info->dswap);
SNPRINTF(load_buf, "%5.0f", info->dload[0]);
SNPRINTF(load_buf, "%5.1f", info->dload[0]);
SNPRINTF(elapsed_buf, "%02d:%02d:%02d", h, m, s);
SNPRINTF(rs->version, "%s", DSYNTH_VERSION);
SNPRINTF(rs->packagespath, "%s", PackagesPath);
SNPRINTF(rs->repositorypath, "%s", RepositoryPath);
SNPRINTF(rs->optionspath, "%s", OptionsPath);
SNPRINTF(rs->distfilespath, "%s", DistFilesPath);
SNPRINTF(rs->buildbase, "%s", BuildBase);
SNPRINTF(rs->logspath, "%s", LogsPath);
SNPRINTF(rs->systempath, "%s", SystemPath);
SNPRINTF(rs->profile, "%s", Profile);
SNPRINTF(rs->slots[i].portdir, "%s", work->pkg->portdir);
SNPRINTF(rs->slots[i].portdir, "%s", "");