O_WRONLY           55 ompi/mca/fs/ime/fs_ime_file_open.c         amode = amode | O_WRONLY;
O_WRONLY           91 ompi/mca/fs/lustre/fs_lustre_file_open.c         amode = amode | O_WRONLY;
O_WRONLY          125 ompi/mca/fs/lustre/fs_lustre_file_open.c              ( (amode&O_RDWR)|| amode&O_WRONLY) ) {
O_WRONLY           71 ompi/mca/fs/ufs/fs_ufs_file_open.c         amode = amode | O_WRONLY;
O_WRONLY           79 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_open.c 	amode = amode | O_WRONLY;
O_WRONLY           34 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_open.c 	amode = amode | O_WRONLY;
O_WRONLY           45 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_open.c 	amode = amode | O_WRONLY;
O_WRONLY           29 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_open.c 	amode = amode | O_WRONLY;
O_WRONLY          262 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c 	amode = amode | O_WRONLY;
O_WRONLY          333 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c         amode = amode | O_WRONLY;
O_WRONLY           92 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_hints.c 			amode = amode | O_WRONLY;
O_WRONLY           30 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_open.c 	amode = amode | O_WRONLY;
O_WRONLY           32 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_open.c 	amode = amode | O_WRONLY;
O_WRONLY           32 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_open.c 	amode = amode | O_WRONLY;
O_WRONLY           30 ompi/mca/io/romio321/romio/adio/ad_sfs/ad_sfs_open.c 	amode = amode | O_WRONLY;
O_WRONLY           28 ompi/mca/io/romio321/romio/adio/ad_ufs/ad_ufs_open.c 	amode = amode | O_WRONLY;
O_WRONLY           42 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_open.c 	amode = amode | O_WRONLY;
O_WRONLY          508 opal/mca/btl/smcuda/btl_smcuda.c     ep->fifo_fd = open(path, O_WRONLY);
O_WRONLY          454 opal/tools/opal-checkpoint/opal-checkpoint.c     prog_named_write_pipe_fd = open(prog_named_pipe_w, O_WRONLY);
O_WRONLY          131 opal/util/stacktrace.c                                              O_CREAT|O_WRONLY|O_TRUNC, S_IRUSR|S_IWUSR);
O_WRONLY          461 opal/util/stacktrace.c                                                  O_CREAT|O_WRONLY|O_TRUNC, S_IRUSR|S_IWUSR);
O_WRONLY          629 orte/mca/plm/alps/plm_alps_module.c         fd = open("/dev/null", O_CREAT|O_WRONLY|O_TRUNC, 0666);
O_WRONLY          883 orte/mca/snapc/full/snapc_full_app.c     app_comm_pipe_w_fd = open(app_comm_pipe_w, O_WRONLY);
O_WRONLY         1438 orte/mca/snapc/full/snapc_full_local.c     vpid_snapshot->comm_pipe_w_fd = open(vpid_snapshot->comm_pipe_w, O_WRONLY);
O_WRONLY         1094 orte/mca/state/base/state_base_fns.c         } else if (O_WRONLY == (flflags & 3)) {
O_WRONLY           25 orte/test/mpi/attach.c     fd = open(argv[1], O_WRONLY);