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