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