Searched refs:place (Results 1 – 2 of 2) sorted by relevance
104 if (place == NULL) in test_int_fail()107 *place = 0; in test_int_fail()140 TEST_VERIFY_EXIT (place != NULL); in test_int_fail()141 *place = i; in test_int_fail()196 char **place; in test_str_fail() local208 if (place == NULL) in test_str_fail()212 TEST_VERIFY_EXIT (*place == NULL); in test_str_fail()213 *place = strdup ("placeholder"); in test_str_fail()214 if (*place == NULL) in test_str_fail()229 if (place == NULL) in test_str_fail()[all …]
108 TEST_VERIFY_EXIT (place != NULL); in test_int()109 *place = base + i; in test_int()238 *place = item; in test_str()376 long *place = dynarray_long_emplace (&dyn); in test_long_init() local377 TEST_VERIFY_EXIT (place != NULL); in test_long_init()378 TEST_VERIFY (*place == 17); in test_long_init()419 TEST_VERIFY_EXIT (place != NULL); in test_long_init()420 TEST_VERIFY (*place == 23); in test_long_init()433 TEST_VERIFY_EXIT (place != NULL); in test_long_init()434 TEST_VERIFY (*place == 23); in test_long_init()[all …]
Completed in 6 milliseconds