Home
last modified time | relevance | path

Searched refs:null_offset (Results 1 – 1 of 1) sorted by relevance

/trusty/kernel/app/usercopytest/
Dusercopytest.c95 int null_offset) { in usercopy_test_init_buf() argument
98 if (null_offset >= 0 && null_offset < TEST_BUF1_SIZE) { in usercopy_test_init_buf()
99 kbuf1[null_offset] = '\0'; in usercopy_test_init_buf()
104 if (null_offset >= TEST_BUF1_SIZE && null_offset < TEST_BUF_SIZE) { in usercopy_test_init_buf()
105 kbuf2[null_offset - TEST_BUF1_SIZE] = '\0'; in usercopy_test_init_buf()