Searched refs:findSuffix (Results 1 – 2 of 2) sorted by relevance
400 findPrefix=findSuffix=NULL; in Package()945 findSuffix=NULL; in findItems()955 findSuffix=wild+1; in findItems()956 findSuffixLength=(int32_t)strlen(findSuffix); in findItems()957 if(NULL!=strchr(findSuffix, '*')) { in findItems()994 …if(findSuffixLength>0 && 0!=memcmp(findSuffix, name+(nameLength-findSuffixLength), findSuffixLengt… in findNextItem()
181 const char *findPrefix, *findSuffix; variable