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

/osnet-11/usr/src/lib/efcode/engine/
H A Denv.c395 int cbsize; local
430 cbsize = 2*(sizeof (long long)) + 1;
431 cbuf = MALLOC(cbsize);
433 if (snprintf(cbuf, cbsize, snf, *arg) < 0)
437 (ndigits < cbsize))
461 cbsize = 2*(sizeof (long long)) + 1;
462 cbuf = MALLOC(cbsize);
467 if (snprintf(cbuf, cbsize, "%p", *llarg) < 0)
473 if (snprintf(cbuf, cbsize, "%lx", *llarg) < 0)
478 if (snprintf(cbuf, cbsize, "
[all...]

Completed in 16 milliseconds