Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/openat2/
Dopenat2_test.c277 int otherflags; in test_openat2_flags() local
281 otherflags = fcntl(fd, F_GETFD); in test_openat2_flags()
285 E_assert(otherflags >= 0, "fcntl F_GETFD of new fd"); in test_openat2_flags()
288 if (otherflags & FD_CLOEXEC) in test_openat2_flags()