Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/seccomp/
Dseccomp_bpf.c298 static int __filecmp(pid_t pid1, pid_t pid2, int fd1, int fd2) in __filecmp() function
313 _ret = __filecmp(pid1, pid2, fd1, fd2); \
326 ret = __filecmp(getpid(), getpid(), 1, 1); in TEST()