eptr 242 opal/mca/pmix/pmix4x/pmix/test/test_fence.c char *sptr, *token, *eptr, *str; eptr 301 opal/mca/pmix/pmix4x/pmix/test/test_fence.c peers[(*count)++] = strtol(token,&eptr,10); eptr 302 opal/mca/pmix/pmix4x/pmix/test/test_fence.c if( *eptr != '\0' ){ eptr 131 opal/mca/pstat/linux/pstat_linux_module.c char *ptr, *eptr; eptr 202 opal/mca/pstat/linux/pstat_linux_module.c if (NULL == (eptr = strchr(ptr, ')'))) { eptr 209 opal/mca/pstat/linux/pstat_linux_module.c while (ptr < eptr && i < OPAL_PSTAT_MAX_STRING_LEN) { eptr 214 opal/mca/pstat/linux/pstat_linux_module.c ptr = next_field(eptr, len); eptr 364 opal/mca/pstat/linux/pstat_linux_module.c nstats->la5 = strtof(ptr, &eptr); eptr 365 opal/mca/pstat/linux/pstat_linux_module.c nstats->la15 = strtof(eptr, NULL); eptr 108 orte/mca/rmaps/seq/rmaps_seq.c char *hosts = NULL, *sep, *eptr; eptr 187 orte/mca/rmaps/seq/rmaps_seq.c eptr = sep + strlen(sep) - 1; eptr 188 orte/mca/rmaps/seq/rmaps_seq.c while (eptr > sep && isspace(*eptr)) { eptr 189 orte/mca/rmaps/seq/rmaps_seq.c eptr--; eptr 191 orte/mca/rmaps/seq/rmaps_seq.c *(eptr+1) = 0; eptr 295 orte/mca/rmaps/seq/rmaps_seq.c eptr = sep + strlen(sep) - 1; eptr 296 orte/mca/rmaps/seq/rmaps_seq.c while (eptr > sep && isspace(*eptr)) { eptr 297 orte/mca/rmaps/seq/rmaps_seq.c eptr--; eptr 299 orte/mca/rmaps/seq/rmaps_seq.c *(eptr+1) = 0;