hostmap 594 daemons/fenced/fenced_commands.c build_port_aliases(const char *hostmap, GListPtr * targets) hostmap 600 daemons/fenced/fenced_commands.c if (hostmap == NULL) { hostmap 604 daemons/fenced/fenced_commands.c max = strlen(hostmap); hostmap 606 daemons/fenced/fenced_commands.c switch (hostmap[lpc]) { hostmap 613 daemons/fenced/fenced_commands.c memcpy(name, hostmap + last, lpc - last); hostmap 628 daemons/fenced/fenced_commands.c memcpy(value, hostmap + last, lpc - last); hostmap 640 daemons/fenced/fenced_commands.c crm_debug("Parse error at offset %d near '%s'", lpc - last, hostmap + last); hostmap 647 daemons/fenced/fenced_commands.c if (hostmap[lpc] == 0) { hostmap 653 daemons/fenced/fenced_commands.c crm_info("No host mappings detected in '%s'", hostmap);