Compares two C strings, ignoring case. Returns true iff they have the same content. Unlike strcasecmp(), this function can handle NULL argument(s). A NULL C string is considered different to any non-NULL C string, including the empty string.
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected