fcntl 1043 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 290 src/subshell/common.c fcntl (fd, F_SETFL, old_flags); fcntl 1168 src/subshell/common.c fcntl (pty_slave, F_SETFD, FD_CLOEXEC); fcntl 1232 src/subshell/common.c fcntl (pty_slave, F_SETFD, FD_CLOEXEC);