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

/linux-master/tools/testing/selftests/proc/
H A Dproc-pid-vm.c220 static const char *str_vsyscall; variable
291 str_vsyscall = str_vsyscall_0;
294 str_vsyscall = str_vsyscall_1;
297 str_vsyscall = str_vsyscall_2;
355 const size_t len = strlen(buf0) + strlen(str_vsyscall);
369 assert(memcmp(buf + strlen(buf0), str_vsyscall, strlen(str_vsyscall)) == 0);
416 assert(memmem(buf, rv, str_vsyscall, strlen(str_vsyscall)));

Completed in 103 milliseconds