Home
last modified time | relevance | path

Searched refs:SNPRINTF (Results 1 – 4 of 4) sorted by relevance

/dragonfly/usr.bin/dsynth/
H A Dmonitor.c61 #define SNPRINTF(buf, ctl, ...) \ macro
123 SNPRINTF(rs->version, "%s", DSYNTH_VERSION); in MonitorReset()
127 SNPRINTF(rs->packagespath, "%s", PackagesPath); in MonitorReset()
128 SNPRINTF(rs->repositorypath, "%s", RepositoryPath); in MonitorReset()
129 SNPRINTF(rs->optionspath, "%s", OptionsPath); in MonitorReset()
130 SNPRINTF(rs->distfilespath, "%s", DistFilesPath); in MonitorReset()
131 SNPRINTF(rs->buildbase, "%s", BuildBase); in MonitorReset()
132 SNPRINTF(rs->logspath, "%s", LogsPath); in MonitorReset()
133 SNPRINTF(rs->systempath, "%s", SystemPath); in MonitorReset()
134 SNPRINTF(rs->profile, "%s", Profile); in MonitorReset()
[all …]
H A Dhtml.c39 #define SNPRINTF(buf, ctl, ...) \ macro
217 SNPRINTF(elapsed_buf, "%s", " --:--:--"); in HtmlUpdate()
218 SNPRINTF(lines_buf, "%s", ""); in HtmlUpdate()
226 SNPRINTF(elapsed_buf, "%3d:%02d:%02d", h, m, s); in HtmlUpdate()
244 SNPRINTF(lines_buf, "%ld", work->lines); in HtmlUpdate()
288 SNPRINTF(elapsed_buf, "%3d:%02d:%02d", in HtmlUpdateTop()
291 SNPRINTF(elapsed_buf, " %02d:%02d:%02d", in HtmlUpdateTop()
296 SNPRINTF(swap_buf, "- "); in HtmlUpdateTop()
298 SNPRINTF(swap_buf, "%5.1f", info->dswap); in HtmlUpdateTop()
301 SNPRINTF(load_buf, "%5.0f", info->dload[0]); in HtmlUpdateTop()
[all …]
/dragonfly/contrib/cvs-1.12/lib/
H A Dvasnprintf.c92 # define SNPRINTF _snwprintf macro
95 # define SNPRINTF swprintf macro
106 # define SNPRINTF _snprintf macro
109 # define SNPRINTF snprintf macro
605 retcount = SNPRINTF (result + length, maxlen, buf, \ in VASNPRINTF()
609 retcount = SNPRINTF (result + length, maxlen, buf, \ in VASNPRINTF()
613 retcount = SNPRINTF (result + length, maxlen, buf, \ in VASNPRINTF()
895 #undef SNPRINTF
/dragonfly/contrib/diffutils/lib/
H A Dvasnprintf.c164 # define SNPRINTF snwprintf macro
166 # define SNPRINTF _snwprintf macro
171 # define SNPRINTF swprintf macro
189 # define SNPRINTF snprintf macro
194 # define SNPRINTF _snprintf macro
199 # define SNPRINTF snprintf macro
3178 SNPRINTF (p, 6 + 1, decimal_format, exponent); in VASNPRINTF()
4969 retcount = SNPRINTF ((TCHAR_T *) (result + length), \ in VASNPRINTF()
4974 retcount = SNPRINTF ((TCHAR_T *) (result + length), \ in VASNPRINTF()
4979 retcount = SNPRINTF ((TCHAR_T *) (result + length), \ in VASNPRINTF()
[all …]