fcntl            1035 src/filemanager/mountlist.c             while (fcntl (lockfd, F_SETLKW, &flock) == -1)
fcntl             284 src/subshell/common.c     const int old_flags = fcntl (fd, F_GETFL);
fcntl             286 src/subshell/common.c     fcntl (fd, F_SETFL, old_flags | O_NONBLOCK);
fcntl             288 src/subshell/common.c     fcntl (fd, F_SETFL, old_flags);
fcntl            1164 src/subshell/common.c     fcntl (pty_slave, F_SETFD, FD_CLOEXEC);
fcntl            1228 src/subshell/common.c     fcntl (pty_slave, F_SETFD, FD_CLOEXEC);