mapval 161 daemons/fenced/fenced_commands.c char *mapval = strchr(val, ':'); mapval 163 daemons/fenced/fenced_commands.c if (mapval == NULL || mapval[1] == 0) { mapval 168 daemons/fenced/fenced_commands.c if (mapval != val && strncasecmp(victim, val, (size_t)(mapval - val)) == 0) { mapval 169 daemons/fenced/fenced_commands.c value = mapval + 1;