_real_fcntl       170 plugin/ipc/connectionlist.cpp   return _real_fcntl(fd, F_GETFL, 0) == -1 && errno == EBADF;
_real_fcntl       681 plugin/ipc/file/filewrappers.cpp   int res = _real_fcntl(fd, cmd, arg);
_real_fcntl        46 plugin/ipc/socket/connectionrewirer.cpp     int flags = _real_fcntl(sockfd, F_GETFL, NULL);
_real_fcntl        48 plugin/ipc/socket/connectionrewirer.cpp     JASSERT(_real_fcntl(sockfd, F_SETFL,
_real_fcntl        55 plugin/ipc/socket/connectionrewirer.cpp     int flags = _real_fcntl(sockfd, F_GETFL, NULL);
_real_fcntl        57 plugin/ipc/socket/connectionrewirer.cpp     JASSERT(_real_fcntl(sockfd, F_SETFL,
_real_fcntl       596 plugin/pid/pidwrappers.cpp   int result = _real_fcntl(fd, cmd, arg);
_real_fcntl       212 plugin/pid/pidwrappers.h   int _real_fcntl(int fd, int cmd, void *arg);
_real_fcntl       333 syscallwrappers.h   int _real_fcntl(int fd, int cmd, void *arg);
_real_fcntl        47 util_misc.cpp      result = _real_fcntl(fd, F_SETLKW, &fl);  /* F_GETLK, F_SETLK, F_SETLKW */
_real_fcntl        76 util_misc.cpp    result = _real_fcntl(fd, F_SETLK, &fl); /* set the region to unlocked */
_real_fcntl       542 util_misc.cpp    return _real_fcntl(fd, F_GETFL, 0) != -1;