F_GETFL
int flags = fcntl(fStdOut, F_GETFL, 0);
flags = fcntl(fStdErr, F_GETFL, 0);
flags = fcntl( listen_fd, F_GETFL, 0 );
flags = fcntl( fd, F_GETFL, 0 );
flags = fcntl( fd, F_GETFL, 0 );
FCNTL_INFO_ENTRY(F_GETFL),
if ((flags = fcntl(pdata, F_GETFL, 0)) == -1 ||
if ((flags = fcntl(pdata, F_GETFL, 0)) == -1 ||
int flags = fcntl(STDIN_FILENO, F_GETFL, 0);
int flags = fcntl(ffd, F_GETFL);
int flags = fcntl(fSocket, F_GETFL);
auto flags = fcntl(fSocket->Socket(), F_GETFL, 0);
int fl = fcntl(fd, F_GETFL, 0);
int flags = fcntl(fd, F_GETFL);
case F_GETFL:
#ifdef F_GETFL
fd_flags = _IO_fcntl (fd, F_GETFL);
int flags1 = fcntl(sock, F_GETFL, 0);