Lines Matching refs:count
233 int count; in crash_match_filefmt() local
238 count = config_fmt_to_files(filefmt, &files); in crash_match_filefmt()
239 if (count <= 0) in crash_match_filefmt()
241 for (i = 0; i < count; i++) { in crash_match_filefmt()
247 for (i = 0; i < count; i++) in crash_match_filefmt()
299 int count; in crash_reclassify_by_content() local
330 count = config_fmt_to_files(trfile_fmt, &trfiles); in crash_reclassify_by_content()
331 if (count <= 0) in crash_reclassify_by_content()
335 if (read_file(trfiles[count - 1], &size, &content) == -1) { in crash_reclassify_by_content()
337 trfiles[count - 1], strerror(errno)); in crash_reclassify_by_content()
349 for (i = 0; i < count; i++) in crash_reclassify_by_content()