chown             529 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c             if (0 > chown(s->nspace_path, (uid_t) s->jobuid, (gid_t) -1)){
chown            1665 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c             if (chown(ds_ctx->base_path, (uid_t) ds_ctx->jobuid, (gid_t) -1) < 0){
chown             117 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_segment.c                 if (0 > chown(file_name, (uid_t) uid, (gid_t) -1)){
chown             208 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_segment.c             if (0 > chown(file_name, (uid_t) uid, (gid_t) -1)){
chown             130 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_fcntl.c             if (0 > chown(lock_ctx->lockfile, uid, (gid_t) -1)) {
chown             116 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_pthread.c             if (0 > chown(lock_ctx->lockfile, (uid_t) uid, (gid_t) -1)){
chown             265 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c         if (0 != chown(address->sun_path, lt->owner, -1)) {
chown             272 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c         if (0 != chown(address->sun_path, -1, lt->group)) {
chown             250 opal/util/opal_pty.c     chown(pts_name, getuid(), gid);