Searched refs:fcntl (Results 1 – 10 of 10) sorted by relevance
/bionic/libc/upstream-freebsd/ |
D | freebsd-compat.h | 24 #define _fcntl fcntl
|
/bionic/libc/bionic/ |
D | fcntl.c | 33 int fcntl(int fd, int cmd, ...) in fcntl() function
|
D | system_properties.c | 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()
|
/bionic/libc/include/ |
D | fcntl.h | 49 extern int fcntl(int fd, int command, ...);
|
D | unistd.h | 142 extern int fcntl(int, int, ...);
|
/bionic/libc/unistd/ |
D | syslog.c | 314 (void)fcntl(data->log_file, F_SETFD, 1); in connectlog_r()
|
/bionic/libc/netbsd/resolv/ |
D | res_send.c | 950 origflags = fcntl(sock, F_GETFL, 0); in connect_with_timeout() 951 fcntl(sock, F_SETFL, origflags | O_NONBLOCK); in connect_with_timeout() 972 fcntl(sock, F_SETFL, origflags); in connect_with_timeout()
|
/bionic/libc/ |
D | SYSCALLS.TXT | 138 int __fcntl:fcntl(int, int, void*) 1
|
D | Android.mk | 83 bionic/fcntl.c \
|
/bionic/linker/ |
D | linker.cpp | 1264 status = TEMP_FAILURE_RETRY(fcntl(i, F_GETFL)); in nullify_closed_stdio()
|