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