Symbol: SNPRINTF
usr.bin/dsynth/html.c
217
SNPRINTF(elapsed_buf, "%s", " --:--:--");
usr.bin/dsynth/html.c
218
SNPRINTF(lines_buf, "%s", "");
usr.bin/dsynth/html.c
226
SNPRINTF(elapsed_buf, "%3d:%02d:%02d", h, m, s);
usr.bin/dsynth/html.c
228
SNPRINTF(elapsed_buf, " %02d:%02d:%02d", h, m, s);
usr.bin/dsynth/html.c
244
SNPRINTF(lines_buf, "%ld", work->lines);
usr.bin/dsynth/html.c
288
SNPRINTF(elapsed_buf, "%3d:%02d:%02d",
usr.bin/dsynth/html.c
291
SNPRINTF(elapsed_buf, " %02d:%02d:%02d",
usr.bin/dsynth/html.c
296
SNPRINTF(swap_buf, "- ");
usr.bin/dsynth/html.c
298
SNPRINTF(swap_buf, "%5.1f", info->dswap);
usr.bin/dsynth/html.c
301
SNPRINTF(load_buf, "%5.0f", info->dload[0]);
usr.bin/dsynth/html.c
303
SNPRINTF(load_buf, "%5.1f", info->dload[0]);
usr.bin/dsynth/html.c
413
SNPRINTF(elapsed_buf, "%02d:%02d:%02d", h, m, s);
usr.bin/dsynth/monitor.c
123
SNPRINTF(rs->version, "%s", DSYNTH_VERSION);
usr.bin/dsynth/monitor.c
127
SNPRINTF(rs->packagespath, "%s", PackagesPath);
usr.bin/dsynth/monitor.c
128
SNPRINTF(rs->repositorypath, "%s", RepositoryPath);
usr.bin/dsynth/monitor.c
129
SNPRINTF(rs->optionspath, "%s", OptionsPath);
usr.bin/dsynth/monitor.c
130
SNPRINTF(rs->distfilespath, "%s", DistFilesPath);
usr.bin/dsynth/monitor.c
131
SNPRINTF(rs->buildbase, "%s", BuildBase);
usr.bin/dsynth/monitor.c
132
SNPRINTF(rs->logspath, "%s", LogsPath);
usr.bin/dsynth/monitor.c
133
SNPRINTF(rs->systempath, "%s", SystemPath);
usr.bin/dsynth/monitor.c
134
SNPRINTF(rs->profile, "%s", Profile);
usr.bin/dsynth/monitor.c
151
SNPRINTF(rs->slots[i].portdir, "%s", work->pkg->portdir);
usr.bin/dsynth/monitor.c
153
SNPRINTF(rs->slots[i].portdir, "%s", "");