Home
last modified time | relevance | path

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

/bionic/libc/upstream-freebsd/lib/libc/stdio/
Dfdopen.c82 if ((oflags & O_CLOEXEC) && _fcntl(fd, F_SETFD, FD_CLOEXEC) == -1) { in fdopen()
/bionic/libc/kernel/common/asm-generic/
Dfcntl.h135 #define FD_CLOEXEC 1 macro
/bionic/libc/bionic/
Dsystem_properties.c151 ret = fcntl(fd, F_SETFD, FD_CLOEXEC); in map_prop_area_rw()
208 ret = fcntl(fd, F_SETFD, FD_CLOEXEC); in map_prop_area()