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

/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_sym.c69 static int stbufsize = 0; /* size of stbuf */ variable
177 if (size > stbufsize)
181 stbufsize = nsyms = 0;
187 stbufsize = size;
/illumos-gate/usr/src/cmd/sgs/tools/common/
H A Dsgsmsg.c562 size_t stbufsize; local
565 stbufsize = st_getstrtab_sz(stp);
566 if ((stbuf = malloc(stbufsize)) == 0) {
570 (void) st_setstrbuf(stp, stbuf, stbufsize);
600 size_t stbufsize; local
606 stbufsize = st_getstrtab_sz(stp);
621 fmtstr, interface, stbufsize) < 0) {
626 for (ndx = 0; ndx < (stbufsize - 1); ndx++) {
653 if (fprintf(fddata, fmtstr, (unsigned char)stbuf[stbufsize - 1]) < 0) {

Completed in 46 milliseconds