Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSWindows/SystemService/
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 ) … in IsJuniperVPN()
2622 strnistr( const char * string, const char * subString, size_t max ) in strnistr() function