mapval 223 daemons/fenced/fenced_commands.c char *mapval = strchr(val, ':'); mapval 225 daemons/fenced/fenced_commands.c if (mapval == NULL || mapval[1] == 0) { mapval 230 daemons/fenced/fenced_commands.c if (mapval != val && strncasecmp(target, val, (size_t)(mapval - val)) == 0) { mapval 231 daemons/fenced/fenced_commands.c value = mapval + 1;