fcntl 1853 dmtcp_coordinator.cpp if ( fcntl(PROTECTED_COORD_FD, F_GETFD) != -1 ) {
fcntl 343 execwrappers.cpp int flags = fcntl(i, F_GETFD, NULL);
fcntl 345 execwrappers.cpp fcntl(i, F_SETFD, flags & ~FD_CLOEXEC);
fcntl 325 mtcp/mtcp_sys.h #define mtcp_sys_fcntl2(args...) mtcp_inline_syscall(fcntl,2,args)
fcntl 326 mtcp/mtcp_sys.h #define mtcp_sys_fcntl3(args...) mtcp_inline_syscall(fcntl,3,args)
fcntl 238 nosyscallsreal.c REAL_FUNC_PASSTHROUGH (fcntl) (fd, cmd, arg);
fcntl 62 plugin/ipc/connection.cpp _fcntlFlags = fcntl(_fds[0],F_GETFL);
fcntl 65 plugin/ipc/connection.cpp _fcntlOwner = fcntl(_fds[0],F_GETOWN);
fcntl 68 plugin/ipc/connection.cpp _fcntlSignal = fcntl(_fds[0],F_GETSIG);
fcntl 79 plugin/ipc/connection.cpp JASSERT(fcntl(_fds[0], F_SETFL, (int)_fcntlFlags) == 0)
fcntl 83 plugin/ipc/connection.cpp JASSERT(fcntl(_fds[0], F_SETOWN, (int)_fcntlOwner) == 0)
fcntl 93 plugin/ipc/connection.cpp JASSERT(fcntl(_fds[0], F_SETSIG, (int)_fcntlSignal) == 0)
fcntl 101 plugin/ipc/connection.cpp JASSERT(fcntl(_fds[0], F_SETOWN, getpid()) == 0)
fcntl 107 plugin/ipc/connection.cpp pid_t pid = fcntl(_fds[0], F_GETOWN);
fcntl 124 plugin/ipc/event/eventconnection.cpp JASSERT(fcntl(evtfd, F_SETFL, new_flags) == 0)
fcntl 202 plugin/ipc/event/eventconnection.cpp JASSERT(fcntl(signlfd, F_SETFL, new_flags) == 0)
fcntl 69 plugin/ipc/file/filewrappers.h #define _real_fcntl NEXT_FNC(fcntl)
fcntl 55 plugin/ipc/ipc.h #define _real_fcntl NEXT_FNC(fcntl)
fcntl 375 plugin/ipc/socket/socketconnection.cpp JASSERT(fcntl(_fds[0],F_SETFL,_fcntlFlags & ~O_ASYNC) == 0)
fcntl 658 plugin/ipc/socket/socketconnection.cpp JASSERT(fcntl(_fds[0], F_SETFL, _fcntlFlags & ~O_ASYNC) == 0)
fcntl 105 plugin/ipc/ssh/util_ssh.cpp val = fcntl(fd, F_GETFL, 0);
fcntl 110 plugin/ipc/ssh/util_ssh.cpp if (fcntl(fd, F_SETFL, val) == -1) {
fcntl 354 plugin/pid/pid_syscallsreal.c REAL_FUNC_PASSTHROUGH (fcntl) (fd, cmd, arg);
fcntl 125 plugin/pid/pidwrappers.h MACRO(fcntl) \
fcntl 84 popen.cpp fcntl(pipe_fds[0], F_SETFD, FD_CLOEXEC);
fcntl 85 popen.cpp fcntl(pipe_fds[1], F_SETFD, FD_CLOEXEC);
fcntl 122 popen.cpp fcntl(child_std_fd, F_SETFD, 0);
fcntl 136 popen.cpp fcntl(parent_fd, F_SETFD, 0);
fcntl 668 syscallsreal.c REAL_FUNC_PASSTHROUGH (fcntl) (fd, cmd, arg);
fcntl 133 syscallwrappers.h MACRO(fcntl) \