Lines Matching refs:NC
191 (NC-1)*sizeof(cat_t));
212 g->csetsize = NC;
225 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t));
1069 size_t nc;
1079 nc = p->ncsalloc;
1080 if (nc > SIZE_MAX / sizeof(cset))
1082 assert(nc % CHAR_BIT == 0);
1083 nbytes = nc / CHAR_BIT * css;
1085 ptr = (cset *)realloc((char *)p->g->sets, nc * sizeof(cset));