Home | History | Annotate | Download | only in src

Lines Matching refs:nspec

132 static int nspec = 0;
154 for (n = 0; n < nspec; n++) {
167 nspec = 0;
174 nspec++;
177 seapp_contexts = calloc(nspec, sizeof(struct seapp_context *));
182 nspec = 0;
276 seapp_contexts[nspec] = cur;
277 nspec++;
281 qsort(seapp_contexts, nspec, sizeof(struct seapp_context *),
287 for (i = 0; i < nspec; i++) {
372 for (i = 0; i < nspec; i++) {
456 if (kind == SEAPP_DOMAIN && i == nspec) {