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