fcntl             771 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c     if((flags = fcntl(sd, F_GETFL, 0)) < 0) {
fcntl             778 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c         if(fcntl(sd, F_SETFL, flags) < 0) {
fcntl            1052 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c     if((flags = fcntl(sd, F_GETFL, 0)) < 0) {
fcntl            1057 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c         if(fcntl(sd, F_SETFL, flags) < 0) {
fcntl             162 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c         if((flags = fcntl(btl_endpoint->endpoint_sd, F_GETFL, 0)) < 0) {
fcntl             586 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c     if((flags = fcntl(btl_endpoint->endpoint_sd, F_GETFL, 0)) < 0) {
fcntl             591 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c         if(fcntl(btl_endpoint->endpoint_sd, F_SETFL, flags) < 0)
fcntl             123 ompi/mca/fbtl/posix/fbtl_posix_lock.c         ret = fcntl ( fh->fd, F_SETLKW, lock);
fcntl             146 ompi/mca/fbtl/posix/fbtl_posix_lock.c     fcntl ( fh->fd, F_SETLK, lock);     
fcntl              99 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_hints.c 		    err = fcntl(fd_sys, F_GETSATTR, &attr);
fcntl             109 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_hints.c 			err = fcntl(fd_sys, F_SETSATTR, &attr);
fcntl             156 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_hints.c 			err = fcntl(fd->fd_sys, F_PFS_SVR_BUF, TRUE);
fcntl             161 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_hints.c 			err = fcntl(fd->fd_sys, F_PFS_SVR_BUF, FALSE);
fcntl              55 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_open.c 	    err = fcntl(fd->fd_sys, F_PFS_SVR_BUF, TRUE);
fcntl              60 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_open.c 	err = fcntl(fd->fd_sys, F_GETSATTR, &attr);
fcntl              47 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_fcntl.c 	err = fcntl(fd->fd_sys, F_RESVSP64, &fl);
fcntl              59 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_open.c 	fcntl(fd->fd_direct, F_DIOINFO, &st);
fcntl             126 ompi/mca/io/romio321/romio/adio/common/lock.c 	err = fcntl(fd, cmd, &lock);
fcntl             198 ompi/mca/io/romio321/romio/adio/common/lock.c 	err = fcntl(fd, cmd, &lock);
fcntl              59 ompi/mca/io/romio321/romio/util/nfslock.c     err = fcntl(fd, F_SETLKW, &lock);
fcntl             134 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.c         err = fcntl(fd, F_SETLKW, &lock);
fcntl              65 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_request_position.c     if (fcntl(fd, F_SETLKW, &fl) == -1) {
fcntl             115 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_request_position.c     if (fcntl(fd, F_SETLK, &fl) == -1) {
fcntl             107 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_seek.c         if ( fcntl(fd_lockedfilehandle, F_SETLKW, &fl) == -1) {
fcntl             138 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_seek.c         if (fcntl(fd_lockedfilehandle, F_SETLK, &fl) == -1) {
fcntl            1052 opal/mca/btl/tcp/btl_tcp_component.c     if((flags = fcntl(sd, F_GETFL, 0)) < 0) {
fcntl            1061 opal/mca/btl/tcp/btl_tcp_component.c         if(fcntl(sd, F_SETFL, flags) < 0) {
fcntl            1098 opal/mca/btl/tcp/btl_tcp_component.c             if((flags = fcntl(mca_btl_tcp_pipe_to_progress[0], F_GETFL, 0)) < 0) {
fcntl            1103 opal/mca/btl/tcp/btl_tcp_component.c                 if(fcntl(mca_btl_tcp_pipe_to_progress[0], F_SETFL, flags) < 0)
fcntl            1487 opal/mca/btl/tcp/btl_tcp_component.c     if((flags = fcntl(sd, F_GETFL, 0)) < 0) {
fcntl            1495 opal/mca/btl/tcp/btl_tcp_component.c         if(fcntl(sd, F_SETFL, flags) < 0) {
fcntl             224 opal/mca/btl/tcp/btl_tcp_endpoint.c         if((flags = fcntl(btl_endpoint->endpoint_sd, F_GETFL, 0)) < 0) {
fcntl             702 opal/mca/btl/tcp/btl_tcp_endpoint.c     if((flags = fcntl(btl_endpoint->endpoint_sd, F_GETFL, 0)) < 0) {
fcntl             711 opal/mca/btl/tcp/btl_tcp_endpoint.c         if(fcntl(btl_endpoint->endpoint_sd, F_SETFL, flags) < 0) {
fcntl             108 opal/mca/event/libevent2022/libevent/evutil.c 	if (fcntl(fd, F_SETFD, FD_CLOEXEC) < 0)
fcntl             308 opal/mca/event/libevent2022/libevent/evutil.c 		if ((flags = fcntl(fd, F_GETFL, NULL)) < 0) {
fcntl             312 opal/mca/event/libevent2022/libevent/evutil.c 		if (fcntl(fd, F_SETFL, flags | O_NONBLOCK) == -1) {
fcntl             341 opal/mca/event/libevent2022/libevent/evutil.c 	if ((flags = fcntl(fd, F_GETFD, NULL)) < 0) {
fcntl             345 opal/mca/event/libevent2022/libevent/evutil.c 	if (fcntl(fd, F_SETFD, flags | FD_CLOEXEC) == -1) {
fcntl            4719 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   flags = fcntl(root, F_GETFD, 0);
fcntl            4721 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c       -1 == fcntl(root, F_SETFD, FD_CLOEXEC | flags)) {
fcntl             276 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c                             if((flags = fcntl(fd, F_GETFL, 0)) < 0) {
fcntl             282 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c                                 fcntl(fd, F_SETFL, flags);
fcntl              49 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_fcntl.c         if( 0 > fcntl(lockfd, F_SETLKW, &fl) ) {            \
fcntl              49 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_connect.c     if ((flags = fcntl(sd, F_GETFL, 0)) < 0) {
fcntl              55 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_connect.c         if(fcntl(sd, F_SETFL, flags) < 0)
fcntl              67 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_connect.c     if ((flags = fcntl(sd, F_GETFL, 0)) < 0) {
fcntl              73 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_connect.c         if(fcntl(sd, F_SETFL, flags) < 0)
fcntl             609 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c     if ((flags = fcntl(lt->socket, F_GETFL, 0)) < 0) {
fcntl             615 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c     if (fcntl(lt->socket, F_SETFL, flags) < 0) {
fcntl             293 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c     if ((flags = fcntl(lt->socket, F_GETFL, 0)) < 0) {
fcntl             299 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c     if (fcntl(lt->socket, F_SETFL, flags) < 0) {
fcntl              90 opal/mca/pmix/pmix4x/pmix/src/util/fd.c     flags = fcntl(fd, F_GETFD, 0);
fcntl              95 opal/mca/pmix/pmix4x/pmix/src/util/fd.c     if (fcntl(fd, F_SETFD, FD_CLOEXEC | flags) == -1) {
fcntl             723 opal/mca/pmix/pmix4x/pmix/src/util/output.c         if (-1 == fcntl(info[i].ldi_fd, F_SETFD, 1)) {
fcntl              99 opal/util/fd.c     flags = fcntl(fd, F_GETFD, 0);
fcntl             104 opal/util/fd.c     if (fcntl(fd, F_SETFD, FD_CLOEXEC | flags) == -1) {
fcntl             808 opal/util/output.c         if (-1 == fcntl(info[i].ldi_fd, F_SETFD, 1)) {
fcntl             484 orte/mca/filem/raw/filem_raw_module.c         if ((flags = fcntl(fd, F_GETFL, 0)) < 0) {
fcntl             489 orte/mca/filem/raw/filem_raw_module.c             if (fcntl(fd, F_SETFL, flags) < 0) {
fcntl             170 orte/mca/iof/hnp/iof_hnp.c         if((flags = fcntl(fd, F_GETFL, 0)) < 0) {
fcntl             175 orte/mca/iof/hnp/iof_hnp.c             fcntl(fd, F_SETFL, flags);
fcntl             278 orte/mca/iof/hnp/iof_hnp.c             if((flags = fcntl(fd, F_GETFL, 0)) < 0) {
fcntl             283 orte/mca/iof/hnp/iof_hnp.c                 fcntl(fd, F_SETFL, flags);
fcntl             353 orte/mca/iof/hnp/iof_hnp.c     if((flags = fcntl(fd, F_GETFL, 0)) < 0) {
fcntl             358 orte/mca/iof/hnp/iof_hnp.c         fcntl(fd, F_SETFL, flags);
fcntl             144 orte/mca/iof/orted/iof_orted.c     if((flags = fcntl(fd, F_GETFL, 0)) < 0) {
fcntl             149 orte/mca/iof/orted/iof_orted.c         fcntl(fd, F_SETFL, flags);
fcntl             246 orte/mca/iof/orted/iof_orted.c     if((flags = fcntl(fd, F_GETFL, 0)) < 0) {
fcntl             251 orte/mca/iof/orted/iof_orted.c         fcntl(fd, F_SETFL, flags);
fcntl             276 orte/mca/oob/tcp/oob_tcp.c         if ((flags = fcntl(sd, F_GETFL, 0)) < 0) {
fcntl             281 orte/mca/oob/tcp/oob_tcp.c             if (fcntl(sd, F_SETFL, flags) < 0) {
fcntl             133 orte/mca/oob/tcp/oob_tcp_connection.c         if((flags = fcntl(peer->sd, F_GETFL, 0)) < 0) {
fcntl             141 orte/mca/oob/tcp/oob_tcp_connection.c             if(fcntl(peer->sd, F_SETFL, flags) < 0)
fcntl            1168 orte/mca/oob/tcp/oob_tcp_connection.c     if ((flags = fcntl(peer->sd, F_GETFL, 0)) < 0) {
fcntl             371 orte/mca/oob/tcp/oob_tcp_listener.c         if ((flags = fcntl(sd, F_GETFL, 0)) < 0) {
fcntl             379 orte/mca/oob/tcp/oob_tcp_listener.c         if (fcntl(sd, F_SETFL, flags) < 0) {
fcntl             619 orte/mca/oob/tcp/oob_tcp_listener.c         if ((flags = fcntl(sd, F_GETFL, 0)) < 0) {
fcntl             625 orte/mca/oob/tcp/oob_tcp_listener.c         if (fcntl(sd, F_SETFL, flags) < 0) {
fcntl             208 orte/mca/ras/slurm/ras_slurm_module.c         if ((flags = fcntl(socket_fd, F_GETFL, 0)) < 0) {
fcntl             214 orte/mca/ras/slurm/ras_slurm_module.c             if (fcntl(socket_fd, F_SETFL, flags) < 0) {
fcntl            1048 orte/mca/state/base/state_base_fns.c         fdflags = fcntl(i, F_GETFD);
fcntl            1053 orte/mca/state/base/state_base_fns.c         flflags = fcntl(i, F_GETFL);
fcntl            1071 orte/mca/state/base/state_base_fns.c         if (-1 == fcntl(i, F_GETLK, &fl)) {
fcntl             155 orte/util/listener.c     if ((flags = fcntl(sd, F_GETFL, 0)) < 0) {
fcntl             162 orte/util/listener.c     if (fcntl(sd, F_SETFL, flags) < 0) {