hstname           163 orte/mca/rmaps/seq/rmaps_seq.c         char *hstname = NULL;
hstname           171 orte/mca/rmaps/seq/rmaps_seq.c         while (NULL != (hstname = orte_getline(fp))) {
hstname           172 orte/mca/rmaps/seq/rmaps_seq.c             if (0 == strlen(hstname)) {
hstname           173 orte/mca/rmaps/seq/rmaps_seq.c                 free(hstname);
hstname           177 orte/mca/rmaps/seq/rmaps_seq.c             if( '#' == hstname[0] ) {
hstname           178 orte/mca/rmaps/seq/rmaps_seq.c                 free(hstname);
hstname           183 orte/mca/rmaps/seq/rmaps_seq.c             if (NULL != (sep = strchr(hstname, ' '))) {
hstname           196 orte/mca/rmaps/seq/rmaps_seq.c             if( !orte_keep_fqdn_hostnames && !opal_net_isaddr(hstname) ) {
hstname           198 orte/mca/rmaps/seq/rmaps_seq.c                 if (NULL != (ptr = strchr(hstname, '.'))) {
hstname           203 orte/mca/rmaps/seq/rmaps_seq.c             sq->hostname = hstname;
hstname           263 orte/mca/rmaps/seq/rmaps_seq.c             char *hstname;
hstname           279 orte/mca/rmaps/seq/rmaps_seq.c             while (NULL != (hstname = orte_getline(fp))) {
hstname           280 orte/mca/rmaps/seq/rmaps_seq.c                 if (0 == strlen(hstname)) {
hstname           281 orte/mca/rmaps/seq/rmaps_seq.c                     free(hstname);
hstname           285 orte/mca/rmaps/seq/rmaps_seq.c                 if( '#' == hstname[0] ) {
hstname           286 orte/mca/rmaps/seq/rmaps_seq.c                     free(hstname);
hstname           291 orte/mca/rmaps/seq/rmaps_seq.c                 if (NULL != (sep = strchr(hstname, ' '))) {
hstname           304 orte/mca/rmaps/seq/rmaps_seq.c                 if( !orte_keep_fqdn_hostnames && !opal_net_isaddr(hstname) ) {
hstname           306 orte/mca/rmaps/seq/rmaps_seq.c                     if (NULL != (ptr = strchr(hstname, '.'))) {
hstname           311 orte/mca/rmaps/seq/rmaps_seq.c                 sq->hostname = hstname;