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

/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/SystemService/
H A DService.c140 static const char * strnistr( const char * string, const char * subString, size_t max );
2550 return ( strnistr( pAdapter->Description, "Juniper", sizeof( pAdapter->Description ) ) != NULL ) ? true : false;
2569 strnistr( const char * string, const char * subString, size_t max ) function

Completed in 254 milliseconds