hostmap           620 daemons/fenced/fenced_commands.c build_port_aliases(const char *hostmap, GList ** targets)
hostmap           626 daemons/fenced/fenced_commands.c     if (hostmap == NULL) {
hostmap           630 daemons/fenced/fenced_commands.c     max = strlen(hostmap);
hostmap           632 daemons/fenced/fenced_commands.c         switch (hostmap[lpc]) {
hostmap           639 daemons/fenced/fenced_commands.c                     memcpy(name, hostmap + last, lpc - last);
hostmap           654 daemons/fenced/fenced_commands.c                     memcpy(value, hostmap + last, lpc - last);
hostmap           666 daemons/fenced/fenced_commands.c                     crm_debug("Parse error at offset %d near '%s'", lpc - last, hostmap + last);
hostmap           673 daemons/fenced/fenced_commands.c         if (hostmap[lpc] == 0) {
hostmap           679 daemons/fenced/fenced_commands.c         crm_info("No host mappings detected in '%s'", hostmap);