Lines Matching defs:count
41 int count;
82 count = 0;
85 count++;
87 if (count > 0)
88 printf("found %i links\n", count);
90 count = 0;
95 count++;
97 if (count > 0)
98 printf("found %i properties\n", count);
199 int count = 0;
211 count++;
214 printf("found %i devices\n\n", count);
215 return count;
273 printf("epoll fd count: %i\n", fdcount);