Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/proc/
Dproc-pid-vm.c221 static const char *str_vsyscall; variable
292 str_vsyscall = str_vsyscall_0; in main()
295 str_vsyscall = str_vsyscall_1; in main()
298 str_vsyscall = str_vsyscall_2; in main()
356 const size_t len = strlen(buf0) + strlen(str_vsyscall); in main()
370 assert(memcmp(buf + strlen(buf0), str_vsyscall, strlen(str_vsyscall)) == 0); in main()
417 assert(memmem(buf, rv, str_vsyscall, strlen(str_vsyscall))); in main()