orte_getline       51 orte/mca/rmaps/resilient/rmaps_resilient.c static char *orte_getline(FILE *fp);
orte_getline      346 orte/mca/rmaps/resilient/rmaps_resilient.c     while (NULL != (ftinput = orte_getline(fp))) {
orte_getline       86 orte/mca/rmaps/seq/rmaps_seq.c static char *orte_getline(FILE *fp);
orte_getline      171 orte/mca/rmaps/seq/rmaps_seq.c         while (NULL != (hstname = orte_getline(fp))) {
orte_getline      279 orte/mca/rmaps/seq/rmaps_seq.c             while (NULL != (hstname = orte_getline(fp))) {
orte_getline      340 orte/tools/orte-clean/orte-clean.c     if (NULL == (inputline = orte_getline(psfile))) {
orte_getline      347 orte/tools/orte-clean/orte-clean.c     while (NULL != (inputline = orte_getline(psfile))) {
orte_getline       75 orte/util/hnp_contact.c static char *orte_getline(FILE *fp);
orte_getline      119 orte/util/hnp_contact.c     hnp_uri = orte_getline(fp);
orte_getline      127 orte/util/hnp_contact.c     pidstr = orte_getline(fp);