Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc_proxy/
H A Dfunction_replacement.cpp239 size_t compareStrings( const char *str1, const char *str2 ) in compareStrings() argument
242 if( str1[i]!='*' && str1[i]!='#' && str1[i]!=str2[i] ) return 0; in compareStrings()