Lines Matching defs:count
45 done, count = COUNT;
185 for (n = 0; n < count; n++) {
209 if (++done == count)
216 if (++done == count)
242 __func__, (int)(item - &items[0]), okay, count);
408 count = atoi(p);
410 if (count > COUNT) {
411 count = COUNT;
412 lwsl_err("%s: clipped count at max %d\n", __func__, count);
442 lwsl_user("%s: Completed: %d/%d ok, %s\n", __func__, okay, count,
443 okay != count ? "failed" : "OK");
446 return okay != count;