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

/illumos-gate/usr/src/lib/efcode/engine/
H A Denv.c399 int cbsize; local
434 cbsize = 2*(sizeof (long long)) + 1;
435 cbuf = MALLOC(cbsize);
437 if (snprintf(cbuf, cbsize, snf, *arg) < 0)
441 (ndigits < cbsize))
465 cbsize = 2*(sizeof (long long)) + 1;
466 cbuf = MALLOC(cbsize);
471 if (snprintf(cbuf, cbsize, "%p", *llarg) < 0)
477 if (snprintf(cbuf, cbsize, "%lx", *llarg) < 0)
482 if (snprintf(cbuf, cbsize, "
[all...]

Completed in 44 milliseconds