F_GETFL 62 plugin/ipc/connection.cpp _fcntlFlags = fcntl(_fds[0],F_GETFL); F_GETFL 170 plugin/ipc/connectionlist.cpp return _real_fcntl(fd, F_GETFL, 0) == -1 && errno == EBADF; F_GETFL 46 plugin/ipc/socket/connectionrewirer.cpp int flags = _real_fcntl(sockfd, F_GETFL, NULL); F_GETFL 55 plugin/ipc/socket/connectionrewirer.cpp int flags = _real_fcntl(sockfd, F_GETFL, NULL); F_GETFL 105 plugin/ipc/ssh/util_ssh.cpp val = fcntl(fd, F_GETFL, 0); F_GETFL 542 util_misc.cpp return _real_fcntl(fd, F_GETFL, 0) != -1;