Searched refs:my_string_size (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215/doc/primitives/ |
| H A D | string-handling.md | 138 kalloc_data(my_string_size, Z_WAITOK)); 140 __unsafe_forge_bidi_indexable(void *, my_string, my_string_size), 142 my_string_size); 154 char *my_buffer = kalloc_data(my_string_size, Z_WAITOK); 156 strbufcpy(my_buffer, my_string_size, my_data, my_string_size);
|
| /xnu-11215/osfmk/tests/ |
| H A D | kernel_tests.c | 2162 int my_string_size = snprintf(my_string, OBJ_BUFF_SIZE, "I am %d", my_obj); in thread_use_cache() local 2178 …T_ASSERT(memcmp(buff, my_string, my_string_size) == 0, "reflock: thread %p obj_id %d value in buff… in thread_use_cache() 2180 …T_ASSERT(memcmp(buff, my_string, my_string_size) == 0, "reflock: thread %p obj_id %d value in buff… in thread_use_cache()
|