portname 3680 opal/mca/event/libevent2022/libevent/http.c char *hostname = NULL, *portname = NULL; portname 3682 opal/mca/event/libevent2022/libevent/http.c name_from_addr(sa, salen, &hostname, &portname); portname 3683 opal/mca/event/libevent2022/libevent/http.c if (hostname == NULL || portname == NULL) { portname 3685 opal/mca/event/libevent2022/libevent/http.c if (portname) mm_free(portname); portname 3690 opal/mca/event/libevent2022/libevent/http.c __func__, hostname, portname, EV_SOCK_ARG(fd))); portname 3694 opal/mca/event/libevent2022/libevent/http.c http->base, NULL, hostname, atoi(portname)); portname 3696 opal/mca/event/libevent2022/libevent/http.c mm_free(portname); portname 1269 orte/mca/plm/rsh/plm_rsh_module.c char portname[16]; portname 1272 orte/mca/plm/rsh/plm_rsh_module.c snprintf (portname, 15, "%d", port); portname 1273 orte/mca/plm/rsh/plm_rsh_module.c opal_argv_insert_element(&caddy->argv, node_name_index1+2, portname);