Lines Matching refs:FAIL_EXIT1
46 FAIL_EXIT1 ("realloc (NULL, -1) succeeded."); in do_test()
50 FAIL_EXIT1 ("errno is not set correctly"); in do_test()
59 FAIL_EXIT1 ("realloc (NULL, 10) failed."); in do_test()
65 FAIL_EXIT1 ("calloc (20, 1) failed."); in do_test()
70 FAIL_EXIT1 ("realloc (p, 200) failed."); in do_test()
82 FAIL_EXIT1 ("first 20 bytes were not cleared"); in do_test()
88 FAIL_EXIT1 ("realloc (NULL, 100) failed."); in do_test()
95 FAIL_EXIT1 ("realloc (p, 16) failed."); in do_test()
107 FAIL_EXIT1 ("first 16 bytes were not correct"); in do_test()
119 FAIL_EXIT1 ("realloc (p, -1) succeeded."); in do_test()
131 FAIL_EXIT1 ("first 16 bytes were not correct after failed realloc"); in do_test()
136 FAIL_EXIT1 ("realloc (p, 0) returned non-NULL."); in do_test()
141 FAIL_EXIT1 ("realloc (NULL, 0) returned NULL."); in do_test()