Lines Matching refs:boolean_t

49 static boolean_t
54 boolean_t ret = B_TRUE; in mbrtoc32_ascii()
81 static boolean_t
87 static boolean_t
96 static boolean_t
102 boolean_t ret = B_TRUE; in mbrtoc32_badseq_utf8()
142 static boolean_t
149 boolean_t ret = B_TRUE; in mbrtoc32_roundtrip()
179 static boolean_t
185 boolean_t ret = B_TRUE; in mbrtoc32_partial()
211 static boolean_t
217 boolean_t ret = B_TRUE; in mbrtoc32_zero()
235 static boolean_t
241 boolean_t ret = B_TRUE; in mbrtoc32_zero_len()
259 static boolean_t
265 boolean_t ret = B_TRUE; in mbrtoc32_null()
283 static boolean_t
288 boolean_t ret = B_TRUE; in mbrtoc16_ascii()
315 static boolean_t
321 static boolean_t
330 static boolean_t
336 boolean_t ret = B_TRUE; in mbrtoc16_null()
354 static boolean_t
360 boolean_t ret = B_TRUE; in mbrtoc16_zero()
378 static boolean_t
384 boolean_t ret = B_TRUE; in mbrtoc16_zero_len()
402 static boolean_t
409 boolean_t ret = B_TRUE; in mbrtoc16_roundtrip()
439 static boolean_t
445 boolean_t ret = B_TRUE; in mbrtoc16_partial()
471 static boolean_t
480 boolean_t ret = B_TRUE; in mbrtoc16_surrogate()
553 static boolean_t
559 boolean_t ret = B_TRUE; in c32rtomb_eilseq_iso8859()
576 static boolean_t
582 boolean_t ret = B_TRUE; in c16rtomb_eilseq_iso8859()
599 static boolean_t
605 boolean_t ret = B_TRUE; in c32rtomb_eilseq_utf8()
622 static boolean_t
630 boolean_t ret = B_TRUE; in c16rtomb_bad_first()
656 static boolean_t
663 boolean_t ret = B_TRUE; in c16rtomb_bad_second()
683 static boolean_t
688 boolean_t ret = B_TRUE; in c32rtomb_null()
700 static boolean_t
705 boolean_t ret = B_TRUE; in c16rtomb_null()
717 typedef boolean_t (*uchar_test_f)(void);
765 boolean_t r; in main()