Home
last modified time | relevance | path

Searched refs:haystack_lowercase (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice_info.c606 char *haystack_lowercase; in handle_match() local
609 haystack_lowercase = g_utf8_strdown (hal_device_property_get_string (d, prop_to_check), -1); in handle_match()
610 …if (needle_lowercase != NULL && haystack_lowercase != NULL && strstr (haystack_lowercase, needle_l… in handle_match()
615 g_free (haystack_lowercase); in handle_match()