Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/seccomp/
Dseccomp_bpf.c287 static int __filecmp(pid_t pid1, pid_t pid2, int fd1, int fd2) in __filecmp() function
302 _ret = __filecmp(pid1, pid2, fd1, fd2); \
315 ret = __filecmp(getpid(), getpid(), 1, 1); in TEST()