Searched refs:FD_CLOEXEC (Results 1 – 3 of 3) sorted by relevance
82 if ((oflags & O_CLOEXEC) && _fcntl(fd, F_SETFD, FD_CLOEXEC) == -1) { in fdopen()
135 #define FD_CLOEXEC 1 macro
151 ret = fcntl(fd, F_SETFD, FD_CLOEXEC); in map_prop_area_rw()208 ret = fcntl(fd, F_SETFD, FD_CLOEXEC); in map_prop_area()