Searched refs:skipbuf (Results 1 – 4 of 4) sorted by relevance
| /dflybsd-src/usr.bin/dsynth/ |
| H A D | html.c | 390 const char *reason, const char *skipbuf) in HtmlUpdateCompletion() argument 402 if (skipbuf[0] == 0) in HtmlUpdateCompletion() 403 skipbuf = "0"; in HtmlUpdateCompletion() 404 else if (skipbuf[0] == ' ') in HtmlUpdateCompletion() 405 ++skipbuf; in HtmlUpdateCompletion() 440 asprintf(&mreason, "%s:|:%s", reason, skipbuf); in HtmlUpdateCompletion()
|
| H A D | build.c | 913 char skipbuf[16]; in startbuild() local 919 snprintf(skipbuf, sizeof(skipbuf), " %d", in startbuild() 922 skipbuf[0] = 0; in startbuild() 933 ipkg->portdir, skipbuf, reason); in startbuild() 935 reason, skipbuf); in startbuild() 942 ipkg->portdir, skipbuf, reason); in startbuild() 944 reason, skipbuf); in startbuild() 954 char skipbuf[16]; in startbuild() local 960 snprintf(skipbuf, sizeof(skipbuf), " %d", in startbuild() 963 skipbuf[0] = 0; in startbuild() [all …]
|
| H A D | runstats.c | 196 const char *reason, const char *skipbuf) in RunStatsUpdateCompletion() argument 202 rs->updateCompletion(work, logid, pkg, reason, skipbuf); in RunStatsUpdateCompletion()
|
| H A D | dsynth.h | 497 const char *reason, const char *skipbuf); 654 const char *reason, const char *skipbuf);
|