Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/asm-generic/
Dfcntl.h85 #define F_SETFD 2 macro
/bionic/tests/headers/posix/
Dfcntl_h.c37 MACRO(F_SETFD); in fcntl_h()
/bionic/tests/
Dfcntl_test.cpp42 int rc = fcntl(fd, F_SETFD, FD_CLOEXEC); in TEST()
/bionic/libc/stdio/
Dstdio.cpp298 fcntl(fd, F_SETFD, tmp | FD_CLOEXEC); in fdopen()