pidstr            280 orte/tools/orte-clean/orte-clean.c     char *pidstr;
pidstr            351 orte/tools/orte-clean/orte-clean.c         pidstr = strtok(NULL, separator);
pidstr            368 orte/tools/orte-clean/orte-clean.c         procpid = atoi(pidstr);
pidstr            106 orte/util/hnp_contact.c     char *hnp_uri, *pidstr;
pidstr            127 orte/util/hnp_contact.c     pidstr = orte_getline(fp);
pidstr            128 orte/util/hnp_contact.c     if (NULL == pidstr) {
pidstr            134 orte/util/hnp_contact.c     hnp->pid = (pid_t)atol(pidstr);
pidstr            135 orte/util/hnp_contact.c     free(pidstr);