Searched refs:strnistr (Results 1 - 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSWindows/SystemService/
H A DService.c159 static const char * strnistr( const char * string, const char * subString, size_t max );
2603 return ( strnistr( pAdapter->Description, "Juniper", sizeof( pAdapter->Description ) ) != NULL ) ? true : false;
2622 strnistr( const char * string, const char * subString, size_t max ) function

Completed in 195 milliseconds