Lines Matching defs:count
60 int i, count;
63 if ((count = getmntinfo(&entries, 0)) == 0) perror_exit("getmntinfo");
69 for (i = 0; i < count; ++i) {
210 if (not->count == not->max) error_exit("xnotify_add overflow");
214 not->paths[not->count] = path;
215 not->fds[not->count++] = fd;
228 for (i = 0; i<not->count; i++) if (not->fds[i]==event.ident) {
255 int i = 2*not->count;
257 if (not->max == not->count) error_exit("xnotify_add overflow");
261 not->paths[not->count++] = path;
274 for (i = 0; i<not->count; i++) if (ev.wd==not->fds[2*i]) {