Searched refs:small_buf (Results 1 – 1 of 1) sorted by relevance
279 char small_buf[4] = {0}; in test_object_type_handling() local280 ret = rt_object_get_name(&obj, small_buf, sizeof(small_buf)); in test_object_type_handling()282 uassert_true(rt_strncmp(small_buf, name, sizeof(small_buf) - 1) == 0); in test_object_type_handling()283 uassert_true(small_buf[sizeof(small_buf) - 1] == '\0'); in test_object_type_handling()
Completed in 4 milliseconds