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

/linux-master/tools/testing/selftests/openat2/
H A Dopenat2_test.c277 int otherflags; local
281 otherflags = fcntl(fd, F_GETFD);
285 E_assert(otherflags >= 0, "fcntl F_GETFD of new fd");
288 if (otherflags & FD_CLOEXEC)

Completed in 188 milliseconds