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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcsopendi.c229 char tb[256], *fs, **as; local
232 (void) sprintf(tb, "FAILED to auto-launch:\n %s", fs);
235 if ((int) (strlen(*as) + 1 + (i = strlen(tb))) > 256-1) {
237 strcpy(&(tb[256-1-1-4]), " ...");
239 strcat(tb, " ...");
242 (void) strcat(tb, " ");
243 (void) strcat(tb, *as);
245 DPSWarnProc(NULL, tb);
H A Ddpsclient.c557 char *tb; local
559 tb = cc->objBuf = (char *)DPScalloc(minSize, 1);
561 while (nch--) *tb++ = *buf++;
2065 char *tb = cc->outBuf + cc->nOutBufChars; local
2070 *tb++ = *buf++;
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/config/
H A Dgfx_gamma_pack.c977 int tb; local
1027 * When tb = 0,1 means we've reached the end of a
1033 tb = unpack_tiny_bytes (*sp, tbl+tcount, tbl_len-tcount);
1036 tcount += tb;
1038 if ( (tb == 0) || (tb == 1) ) {

Completed in 21 milliseconds