Home
last modified time | relevance | path

Searched refs:fcntl (Results 1 – 10 of 10) sorted by relevance

/bionic/libc/upstream-freebsd/
Dfreebsd-compat.h24 #define _fcntl fcntl
/bionic/libc/bionic/
Dfcntl.c33 int fcntl(int fd, int cmd, ...) in fcntl() function
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()
/bionic/libc/include/
Dfcntl.h49 extern int fcntl(int fd, int command, ...);
Dunistd.h142 extern int fcntl(int, int, ...);
/bionic/libc/unistd/
Dsyslog.c314 (void)fcntl(data->log_file, F_SETFD, 1); in connectlog_r()
/bionic/libc/netbsd/resolv/
Dres_send.c950 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/
DSYSCALLS.TXT138 int __fcntl:fcntl(int, int, void*) 1
DAndroid.mk83 bionic/fcntl.c \
/bionic/linker/
Dlinker.cpp1264 status = TEMP_FAILURE_RETRY(fcntl(i, F_GETFL)); in nullify_closed_stdio()