Home
last modified time | relevance | path

Searched refs:bfr (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/lib/libinstzones/common/
H A Dzones_args.c122 char bfr[MAX_CANON]; in _z_add_arg() local
152 vres = vsnprintf(bfr, sizeof (bfr), a_format, ap); in _z_add_arg()
160 if (vres < sizeof (bfr)) { in _z_add_arg()
162 rstr = _z_strdup(bfr); in _z_add_arg()
H A Dzones_str.c447 char bfr[1]; in _z_strPrintf() local
458 vres = vsnprintf(bfr, 1, a_format, ap); in _z_strPrintf()
/titanic_50/usr/src/cmd/svr4pkg/libinst/
H A Dsml.c1158 char bfr[1]; in smlDbgPrintTag() local
1174 vres = vsnprintf(bfr, 1, a_format, ap); in smlDbgPrintTag()
1325 char *bfr = NULL; in smlSetParamF() local
1346 bfr = (char *)calloc(1, vres+2); in smlSetParamF()
1347 assert(bfr != (char *)NULL); in smlSetParamF()
1352 vres = vsnprintf(bfr, vres+1, format, ap); in smlSetParamF()
1356 assert(*bfr != '\0'); in smlSetParamF()
1360 smlSetParam(tag, name, bfr); in smlSetParamF()
1364 free(bfr); in smlSetParamF()
1391 char *bfr = NULL; in smlGetParamF() local
[all …]
H A Dlog.c82 char bfr[1]; in log_msg() local
134 vres = vsnprintf(bfr, 1, a_format, ap); in log_msg()
/titanic_50/usr/src/lib/libpkg/common/
H A Dpkgstr.c270 char bfr[1]; in pkgstrPrintf() local
281 vres = vsnprintf(bfr, 1, a_format, ap); in pkgstrPrintf()
/titanic_50/usr/src/cmd/svr4pkg/pkgcond/
H A Dmain.c3139 char bfr[1]; in testPath() local
3154 vres = vsnprintf(bfr, 1, a_format, ap); in testPath()
3733 char bfr[1]; in usage() local
3747 vres = vsnprintf(bfr, 1, a_format, ap); in usage()