apstat_fp         100 orte/mca/ras/alps/ras_alps_component.c     FILE *apstat_fp = NULL;
apstat_fp         120 orte/mca/ras/alps/ras_alps_component.c         apstat_fp = popen(apstat_cmd, "r");
apstat_fp         122 orte/mca/ras/alps/ras_alps_component.c         if (NULL == apstat_fp) {
apstat_fp         127 orte/mca/ras/alps/ras_alps_component.c         while (NULL != fgets(read_buf, 512, apstat_fp)) {
apstat_fp         142 orte/mca/ras/alps/ras_alps_component.c         fclose(apstat_fp);