Lines Matching refs:first
152 dump_mismatch (bool *first, in dump_mismatch() argument
156 if (*first) in dump_mismatch()
157 *first = false; in dump_mismatch()
170 report_closed_descriptor (bool *first, in report_closed_descriptor() argument
176 dump_mismatch (first, descrs, current); in report_closed_descriptor()
181 report_opened_descriptor (bool *first, in report_opened_descriptor() argument
187 dump_mismatch (first, descrs, current); in report_opened_descriptor()
206 bool first = true; in support_descriptors_check() local
216 dump_mismatch (&first, descrs, current); in support_descriptors_check()
225 dump_mismatch (&first, descrs, current); in support_descriptors_check()
237 dump_mismatch (&first, descrs, current); in support_descriptors_check()
248 report_closed_descriptor (&first, descrs, current, left); in support_descriptors_check()
255 report_opened_descriptor (&first, descrs, current, right); in support_descriptors_check()
263 report_closed_descriptor (&first, descrs, current, left); in support_descriptors_check()
270 report_opened_descriptor (&first, descrs, current, right); in support_descriptors_check()