Home | History | Annotate | Download | only in toolutil

Lines Matching refs:findSuffix

401     findPrefix=findSuffix=NULL;
892 findSuffix=NULL;
902 findSuffix=wild+1;
903 findSuffixLength=(int32_t)strlen(findSuffix);
904 if(NULL!=strchr(findSuffix, '*')) {
941 if(findSuffixLength>0 && 0!=memcmp(findSuffix, name+(nameLength-findSuffixLength), findSuffixLength)) {