cpq 110 orte/mca/ras/alps/ras_alps_module.c char *cpq; cpq 113 orte/mca/ras/alps/ras_alps_module.c cpq = strchr(alps_config_str, '#'); /* Parse comments, actually ANY # */ cpq 116 orte/mca/ras/alps/ras_alps_module.c (cpq && cpq < cpr)) { /* Skip if commented */ cpq 122 orte/mca/ras/alps/ras_alps_module.c for (cpq = alps_config_str; /* Kill leading whitespace */ cpq 123 orte/mca/ras/alps/ras_alps_module.c (*cpq == ' ' || *cpq == '\t'); cpq++); cpq 125 orte/mca/ras/alps/ras_alps_module.c if (strncmp(cpq, var_name, strlen(var_name))) { cpq 130 orte/mca/ras/alps/ras_alps_module.c if (!(cpq = strchr(cpr, '"'))) { /* Can't find pathname start */ cpq 135 orte/mca/ras/alps/ras_alps_module.c if (!(cpr = strchr(++cpq, '"'))) { /* Can't find pathname end */ cpq 141 orte/mca/ras/alps/ras_alps_module.c if (strlen(cpq) + 8 > PATH_MAX) { /* Bad configuration */ cpq 147 orte/mca/ras/alps/ras_alps_module.c opal_asprintf(val_if_found, "%s/appinfo", cpq); cpq 182 orte/mca/ras/alps/ras_alps_module.c char *cpq = alps_config_str; cpq 186 orte/mca/ras/alps/ras_alps_module.c while (' ' == *cpq || '\t' == *cpq) { cpq 187 orte/mca/ras/alps/ras_alps_module.c cpq++; cpq 191 orte/mca/ras/alps/ras_alps_module.c if ('#' == *cpq || strncmp(cpq, var_name, var_len)) { cpq 196 orte/mca/ras/alps/ras_alps_module.c for (i = 0; i < var_len && '\0' != *cpq; ++i, ++cpq); cpq 198 orte/mca/ras/alps/ras_alps_module.c while (' ' == *cpq || '\t' == *cpq) { cpq 199 orte/mca/ras/alps/ras_alps_module.c cpq++; cpq 202 orte/mca/ras/alps/ras_alps_module.c cpr = cpq; cpq 208 orte/mca/ras/alps/ras_alps_module.c if (strlen(cpq) + 8 > PATH_MAX) { cpq 214 orte/mca/ras/alps/ras_alps_module.c opal_asprintf(val_if_found, "%s/appinfo", cpq);