cpr               111 orte/mca/ras/alps/ras_alps_module.c         char *cpr;
cpr               114 orte/mca/ras/alps/ras_alps_module.c         cpr = strchr(alps_config_str, '='); /* Parse for variables            */
cpr               115 orte/mca/ras/alps/ras_alps_module.c         if (!cpr ||                         /* Skip if not definition         */
cpr               116 orte/mca/ras/alps/ras_alps_module.c             (cpq && cpq < cpr)) {           /* Skip if commented              */
cpr               120 orte/mca/ras/alps/ras_alps_module.c         for (cpr--;                         /* Kill trailing whitespace       */
cpr               121 orte/mca/ras/alps/ras_alps_module.c              (*cpr == ' ' || *cpr == '\t'); cpr--);
cpr               130 orte/mca/ras/alps/ras_alps_module.c         if (!(cpq = strchr(cpr, '"'))) {    /* Can't find pathname start      */
cpr               135 orte/mca/ras/alps/ras_alps_module.c         if (!(cpr = strchr(++cpq, '"'))) {  /* Can't find pathname end        */
cpr               140 orte/mca/ras/alps/ras_alps_module.c         *cpr = '\0';
cpr               183 orte/mca/ras/alps/ras_alps_module.c         char *cpr;
cpr               202 orte/mca/ras/alps/ras_alps_module.c         cpr = cpq;
cpr               203 orte/mca/ras/alps/ras_alps_module.c         while ('\0' != *cpr && (' ' != *cpr || '\t' != *cpr)) {
cpr               204 orte/mca/ras/alps/ras_alps_module.c             cpr++;
cpr               206 orte/mca/ras/alps/ras_alps_module.c         *cpr = '\0';