username         1034 orte/mca/plm/rsh/plm_rsh_module.c     char *username;
username         1238 orte/mca/plm/rsh/plm_rsh_module.c         username = NULL;
username         1239 orte/mca/plm/rsh/plm_rsh_module.c         if (orte_get_attribute(&node->attributes, ORTE_NODE_USERNAME, (void**)&username, OPAL_STRING)) {
username         1241 orte/mca/plm/rsh/plm_rsh_module.c                             username, node->name);
username         1242 orte/mca/plm/rsh/plm_rsh_module.c             free(username);
username          139 orte/util/hostfile/hostfile.c     char* username = NULL;
username          162 orte/util/hostfile/hostfile.c             username = strdup(argv[0]);
username          205 orte/util/hostfile/hostfile.c                 if (NULL != username) {
username          206 orte/util/hostfile/hostfile.c                     orte_set_attribute(&node->attributes, ORTE_NODE_USERNAME, ORTE_ATTR_LOCAL, username, OPAL_STRING);
username          234 orte/util/hostfile/hostfile.c             if (NULL != username) {
username          235 orte/util/hostfile/hostfile.c                 orte_set_attribute(&node->attributes, ORTE_NODE_USERNAME, ORTE_ATTR_LOCAL, username, OPAL_STRING);
username          277 orte/util/hostfile/hostfile.c             username = strdup(argv[0]);
username          297 orte/util/hostfile/hostfile.c             if (NULL != username) {
username          298 orte/util/hostfile/hostfile.c                 orte_set_attribute(&node->attributes, ORTE_NODE_USERNAME, ORTE_ATTR_LOCAL, username, OPAL_STRING);
username          324 orte/util/hostfile/hostfile.c     free(username);
username          337 orte/util/hostfile/hostfile.c             username = hostfile_parse_string();
username          338 orte/util/hostfile/hostfile.c             if (NULL != username) {
username          339 orte/util/hostfile/hostfile.c                 orte_set_attribute(&node->attributes, ORTE_NODE_USERNAME, ORTE_ATTR_LOCAL, username, OPAL_STRING);
username          340 orte/util/hostfile/hostfile.c                 free(username);