Lines Matching refs:errno
40 errno = 0; in test_truncated_code_unit_sequence()
42 TEST_COMPARE (errno, EILSEQ); in test_truncated_code_unit_sequence()
52 errno = 0; in test_truncated_code_unit_sequence()
54 TEST_COMPARE (errno, EILSEQ); in test_truncated_code_unit_sequence()
65 errno = 0; in test_truncated_code_unit_sequence()
67 TEST_COMPARE (errno, EILSEQ); in test_truncated_code_unit_sequence()
77 errno = 0; in test_truncated_code_unit_sequence()
79 TEST_COMPARE (errno, EILSEQ); in test_truncated_code_unit_sequence()
90 errno = 0; in test_truncated_code_unit_sequence()
92 TEST_COMPARE (errno, EILSEQ); in test_truncated_code_unit_sequence()
104 errno = 0; in test_truncated_code_unit_sequence()
106 TEST_COMPARE (errno, EILSEQ); in test_truncated_code_unit_sequence()
122 errno = 0; in test_invalid_trailing_code_unit_sequence()
124 TEST_COMPARE (errno, EILSEQ); in test_invalid_trailing_code_unit_sequence()
134 errno = 0; in test_invalid_trailing_code_unit_sequence()
136 TEST_COMPARE (errno, EILSEQ); in test_invalid_trailing_code_unit_sequence()
147 errno = 0; in test_invalid_trailing_code_unit_sequence()
149 TEST_COMPARE (errno, EILSEQ); in test_invalid_trailing_code_unit_sequence()
159 errno = 0; in test_invalid_trailing_code_unit_sequence()
161 TEST_COMPARE (errno, EILSEQ); in test_invalid_trailing_code_unit_sequence()
172 errno = 0; in test_invalid_trailing_code_unit_sequence()
174 TEST_COMPARE (errno, EILSEQ); in test_invalid_trailing_code_unit_sequence()
186 errno = 0; in test_invalid_trailing_code_unit_sequence()
188 TEST_COMPARE (errno, EILSEQ); in test_invalid_trailing_code_unit_sequence()
202 errno = 0; in test_lone_trailing_code_units()
204 TEST_COMPARE (errno, EILSEQ); in test_lone_trailing_code_units()
218 errno = 0; in test_overlong_encoding()
220 TEST_COMPARE (errno, EILSEQ); in test_overlong_encoding()
229 errno = 0; in test_overlong_encoding()
231 TEST_COMPARE (errno, EILSEQ); in test_overlong_encoding()
241 errno = 0; in test_overlong_encoding()
243 TEST_COMPARE (errno, EILSEQ); in test_overlong_encoding()
253 errno = 0; in test_overlong_encoding()
255 TEST_COMPARE (errno, EILSEQ); in test_overlong_encoding()
271 errno = 0; in test_surrogate_range()
273 TEST_COMPARE (errno, EILSEQ); in test_surrogate_range()
283 errno = 0; in test_surrogate_range()
285 TEST_COMPARE (errno, EILSEQ); in test_surrogate_range()
301 errno = 0; in test_out_of_range_encoding()
303 TEST_COMPARE (errno, EILSEQ); in test_out_of_range_encoding()
312 errno = 0; in test_out_of_range_encoding()
314 TEST_COMPARE (errno, EILSEQ); in test_out_of_range_encoding()
341 errno = 0; in test_null_output_buffer()
343 TEST_COMPARE (errno, EILSEQ); in test_null_output_buffer()