Home | History | Annotate | Download | only in toolutil

Lines Matching full:wild

938     const char *wild;
949 wild=strchr(pattern, '*');
950 if(wild==NULL) {
955 findPrefixLength=(int32_t)(wild-pattern);
956 findSuffix=wild+1;