Searched refs:fcntl_flags (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os_qnx/
H A Dos_qnx_open.c30 int fcntl_flags; local
66 if ((fcntl_flags = fcntl(fhp->fd, F_GETFD)) == -1 ||
67 fcntl(fhp->fd, F_SETFD, fcntl_flags | FD_CLOEXEC) == -1) {
74 COMPQUIET(fcntl_flags, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_handle.c29 int fcntl_flags, ret; local
161 if ((fcntl_flags = fcntl(fhp->fd, F_GETFD)) == -1 ||
162 fcntl(fhp->fd, F_SETFD, fcntl_flags | FD_CLOEXEC) == -1) {
169 COMPQUIET(fcntl_flags, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgfilter.c609 int fcntl_flags;
611 if ((fcntl_flags = fcntl (fd[1], F_GETFL, 0)) < 0
612 || fcntl (fd[1], F_SETFL, fcntl_flags | O_NONBLOCK) < 0
613 || (fcntl_flags = fcntl (fd[0], F_GETFL, 0)) < 0
614 || fcntl (fd[0], F_SETFL, fcntl_flags | O_NONBLOCK) < 0)

Completed in 54 milliseconds