Searched refs:SNPRINTF (Results 1 – 3 of 3) sorted by relevance
| /dflybsd-src/usr.bin/dsynth/ |
| H A D | monitor.c | 61 #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 D | html.c | 39 #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() 228 SNPRINTF(elapsed_buf, " %02d:%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() [all …]
|
| /dflybsd-src/contrib/cvs-1.12/lib/ |
| H A D | vasnprintf.c | 92 # 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
|