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

/solaris-x11-s12/open-src/app/cmap_compact/sun-src/
H A Dcmcinit.c53 int nc; local
74 nc = MIN(ncolors, total_alloc);
75 if (nc != ncolors) {
76 (void) fprintf(stderr, "Warning: can only allocate %d of the requested %d colors.\n", nc, ncolors);
79 ncolors = nc;

Completed in 213 milliseconds