Searched refs:bfr (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libinstzones/common/
H A Dzones_args.c121 char bfr[MAX_CANON]; local
151 vres = vsnprintf(bfr, sizeof (bfr), a_format, ap);
159 if (vres < sizeof (bfr)) {
161 rstr = _z_strdup(bfr);
H A Dzones_str.c447 char bfr[1]; local
458 vres = vsnprintf(bfr, 1, a_format, ap);
/osnet-11/usr/src/lib/libpkg/common/
H A Druncmd.c673 char bfr[MAX_CANON]; local
700 vres = vsnprintf(bfr, sizeof (bfr), a_format, ap);
704 if (vres < sizeof (bfr)) {
705 /* dup text already generated in bfr */
706 rstr = strdup(bfr);
H A Dpkgstr.c270 char bfr[1]; local
281 vres = vsnprintf(bfr, 1, a_format, ap);

Completed in 19 milliseconds