Searched defs:haystack (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice_info.c571 const char *haystack; local
573 haystack = hal_device_property_get_string (d, prop_to_check);
574 if (needle != NULL && haystack != NULL && strstr (haystack, needle)) {

Completed in 60 milliseconds