vptr               81 opal/mca/pmix/pmix4x/pmix/examples/client2.c     pmix_value_t *val, *vptr;
vptr              200 opal/mca/pmix/pmix4x/pmix/examples/client2.c         vptr = (pmix_value_t*)dptr->array;
vptr              202 opal/mca/pmix/pmix4x/pmix/examples/client2.c             if (PMIX_UINT64 != vptr[k].type) {
vptr              204 opal/mca/pmix/pmix4x/pmix/examples/client2.c                         myproc.nspace, myproc.rank, proc.rank, vptr[k].type);
vptr              208 opal/mca/pmix/pmix4x/pmix/examples/client2.c             if (2*k != vptr[k].data.uint64) {
vptr              210 opal/mca/pmix/pmix4x/pmix/examples/client2.c                         myproc.nspace, myproc.rank, proc.rank, (unsigned long)vptr[k].data.uint64);
vptr              269 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.c     p->vptr = NULL;
vptr              362 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.h     pmix_value_t *vptr;
vptr               81 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c     char *vptr, *vsave;
vptr              101 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c     vptr = vsave;
vptr              102 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c     while (NULL != (cptr = strchr(vptr, ',')) || 0 < strlen(vptr)) {
vptr              108 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c         len = strlen(vptr);
vptr              112 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c             if (!isalpha(vptr[i])) {
vptr              114 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c                 if (!isdigit(vptr[i])) {
vptr              131 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c                 prefix[j++] = vptr[i];
vptr              137 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c             vreg->prefix = strdup(vptr);
vptr              143 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c             vptr = cptr + 1;
vptr              147 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c         vnum = strtol(&vptr[startnum], &sfx, 10);
vptr              150 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c             numdigits = (int)(sfx - &vptr[startnum]);
vptr              153 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c             numdigits = (int)strlen(&vptr[startnum]);
vptr              250 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c         vptr = cptr + 1;
vptr              474 orte/mca/plm/base/plm_base_launch_support.c     orte_vpid_t *vptr;
vptr              550 orte/mca/plm/base/plm_base_launch_support.c                                                                            (void**)&vptr))) {
vptr              554 orte/mca/plm/base/plm_base_launch_support.c                 orte_set_attribute(&node->attributes, ORTE_NODE_HOSTID, ORTE_ATTR_LOCAL, vptr, ORTE_VPID);
vptr              785 orte/orted/orted_main.c             opal_value_t *vptr = NULL, *kv;
vptr              790 orte/orted/orted_main.c                 if (OPAL_SUCCESS != (ret = opal_pmix.get(ORTE_PROC_MY_NAME, OPAL_PMIX_PROC_URI, NULL, &vptr)) || NULL == vptr) {
vptr              805 orte/orted/orted_main.c                     if (ORTE_SUCCESS != (ret = opal_dss.pack(buffer, &vptr, 1, OPAL_VALUE))) {
vptr              810 orte/orted/orted_main.c                     OBJ_RELEASE(vptr);
vptr              813 orte/orted/orted_main.c                 if (OPAL_SUCCESS != (ret = opal_pmix.get(ORTE_PROC_MY_NAME, NULL, NULL, &vptr)) || NULL == vptr) {
vptr              823 orte/orted/orted_main.c                     if (OPAL_PTR == vptr->type) {
vptr              824 orte/orted/orted_main.c                         modex = (opal_list_t*)vptr->data.ptr;
vptr              847 orte/orted/orted_main.c                         if (ORTE_SUCCESS != (ret = opal_dss.pack(buffer, &vptr, 1, OPAL_VALUE))) {
vptr              852 orte/orted/orted_main.c                         OBJ_RELEASE(vptr);