Searched refs:F_SETFD (Results 1 – 4 of 4) sorted by relevance
101 #define F_SETFD 2 macro
193 const int ret = fcntl(fd, F_SETFD, FD_CLOEXEC); in map_prop_area_rw()264 const int ret = fcntl(fd, F_SETFD, FD_CLOEXEC); in map_prop_area()
251 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC); in getentropy_urandom()
32 int rc = fcntl(fd, F_SETFD, FD_CLOEXEC); in TEST()