Searched refs:F_GETFD (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/bionic/ |
D | dup.cpp | 46 if (fcntl(old_fd, F_GETFD) == -1) { in dup2()
|
D | spawn.cpp | 47 int v = fcntl(i, F_GETFD); in set_cloexec() 109 int flags = fcntl(fd, F_GETFD, 0); in Do()
|
/bionic/libc/kernel/uapi/asm-generic/ |
D | fcntl.h | 86 #define F_GETFD 1 macro
|
/bionic/tests/headers/posix/ |
D | fcntl_h.c | 36 MACRO(F_GETFD); in fcntl_h()
|
/bionic/tests/ |
D | sys_mman_test.cpp | 281 int f = fcntl(fd, F_GETFD); in TEST() 288 f = fcntl(fd, F_GETFD); in TEST()
|
D | fcntl_test.cpp | 43 int flags = fcntl(fd, F_GETFD); in TEST() 50 flags = fcntl(fd, F_GETFD); in TEST()
|
D | utils.h | 183 int flags = fcntl(fd, F_GETFD); in CloseOnExec()
|
/bionic/libc/stdio/ |
D | stdio.cpp | 292 if ((mode_flags & O_CLOEXEC) && !((tmp = fcntl(fd, F_GETFD)) & FD_CLOEXEC)) { in fdopen()
|