Lines Matching refs:boolean_t

32 typedef boolean_t (*memstream_test_f)(void);
54 static boolean_t
75 static boolean_t
82 static boolean_t
88 static boolean_t
94 static boolean_t
100 static boolean_t
106 static boolean_t
112 static boolean_t
118 static boolean_t
124 static boolean_t
127 boolean_t ret; in fmemopen_cantalloc()
135 static boolean_t
156 static boolean_t
160 boolean_t ret; in open_memstream_badbuf()
173 static boolean_t
180 static boolean_t
186 static boolean_t
189 boolean_t ret; in open_memstream_cantalloc()
199 static boolean_t
220 static boolean_t
224 boolean_t ret; in open_wmemstream_badbuf()
237 static boolean_t
244 static boolean_t
250 static boolean_t
253 boolean_t ret; in open_wmemstream_cantalloc()
263 static boolean_t
264 fmemopen_fill_putc(FILE *f, size_t len, boolean_t buffer) in fmemopen_fill_putc()
266 boolean_t ret = B_TRUE; in fmemopen_fill_putc()
310 static boolean_t
311 fmemopen_fill_fwrite(FILE *f, size_t len, boolean_t buffer) in fmemopen_fill_fwrite()
313 boolean_t ret = B_TRUE; in fmemopen_fill_fwrite()
354 static boolean_t
355 fmemopen_fill_alt_fwrite(FILE *f, size_t len, boolean_t buffer) in fmemopen_fill_alt_fwrite()
357 boolean_t ret = B_TRUE; in fmemopen_fill_alt_fwrite()
399 static boolean_t
400 fmemopen_fill_fputs(FILE *f, size_t len, boolean_t buffer) in fmemopen_fill_fputs()
402 boolean_t ret = B_TRUE; in fmemopen_fill_fputs()
448 static boolean_t
462 static boolean_t
480 static boolean_t
498 static boolean_t
512 static boolean_t
530 static boolean_t
548 static boolean_t
562 static boolean_t
580 static boolean_t
598 static boolean_t
612 static boolean_t
630 static boolean_t
648 static boolean_t
653 boolean_t ret = B_TRUE; in memstream_check_seek()
681 static boolean_t
686 boolean_t ret, ret2; in fmemopen_defseek_r()
700 static boolean_t
705 boolean_t ret, ret2; in fmemopen_defseek_rp()
719 static boolean_t
724 boolean_t ret, ret2; in fmemopen_defseek_w()
746 static boolean_t
751 boolean_t ret, ret2; in fmemopen_defseek_wp()
773 static boolean_t
778 boolean_t ret, ret2; in fmemopen_defseek_a()
800 static boolean_t
805 boolean_t ret, ret2; in fmemopen_defseek_ap()
827 static boolean_t
832 boolean_t ret, ret2; in fmemopen_defseek_a_nbyte()
855 static boolean_t
860 boolean_t ret, ret2; in fmemopen_defseek_ap_nbyte()
883 static boolean_t
888 boolean_t ret, ret2; in fmemopen_defseek_ap_null()
902 static boolean_t
907 boolean_t ret = B_TRUE, ret2, ret3; in fmemopen_read_eof_fgetc()
930 static boolean_t
935 boolean_t ret = B_TRUE, ret2, ret3; in fmemopen_read_eof_fgets()
959 static boolean_t
964 boolean_t ret = B_TRUE, ret2, ret3; in fmemopen_read_eof_fread()
988 static boolean_t
993 boolean_t ret = B_TRUE, ret2, ret3; in fmemopen_read_eof_fread2()
1017 static boolean_t
1021 boolean_t ret = B_TRUE; in fmemopen_bad_seeks()
1065 static boolean_t
1070 boolean_t ret = B_TRUE; in fmemopen_open_trunc()
1088 static boolean_t
1093 boolean_t ret = B_TRUE; in fmemopen_write_nul()
1146 static boolean_t
1151 boolean_t ret = B_TRUE; in fmemopen_append_nul()
1206 static boolean_t
1229 static boolean_t
1235 boolean_t ret, ret2; in open_memstream_def_seek()
1249 static boolean_t
1255 boolean_t ret, ret2; in open_wmemstream_def_seek()
1269 static boolean_t
1275 boolean_t ret = B_TRUE; in open_memstream_no_read()
1297 static boolean_t
1303 boolean_t ret = B_TRUE; in open_wmemstream_no_read()
1325 static boolean_t
1331 boolean_t ret = B_TRUE; in open_memstream_bad_flush()
1369 static boolean_t
1375 boolean_t ret = B_TRUE; in open_wmemstream_bad_flush()
1413 static boolean_t
1417 boolean_t ret = B_TRUE; in memstream_bad_seek()
1475 static boolean_t
1481 boolean_t ret = B_TRUE; in open_memstream_append_nul()
1523 static boolean_t
1529 boolean_t ret = B_TRUE; in open_wmemstream_append_nul()
1571 static boolean_t
1581 boolean_t ret = B_TRUE; in open_wmemstream_embed_nuls()
1614 static boolean_t
1621 boolean_t ret = B_TRUE; in open_wmemstream_wide_write()
1661 static boolean_t
1668 boolean_t ret = B_TRUE; in open_wmemstream_seek_grow()
1726 static boolean_t
1732 boolean_t ret = B_TRUE; in open_wmemstream_byte_writes()
1790 static boolean_t
1797 boolean_t ret = B_TRUE; in open_wmemstream_bad_seq()
1839 static boolean_t
1846 boolean_t ret = B_TRUE; in open_wmemstream_bad_seq_fflush()
1888 static boolean_t
1895 boolean_t ret = B_TRUE; in open_wmemstream_ftell()
2095 boolean_t r; in main()