Home | History | Annotate | Download | only in toolutil

Lines Matching refs:wild

939     const char *wild;
950 wild=strchr(pattern, '*');
951 if(wild==NULL) {
956 findPrefixLength=(int32_t)(wild-pattern);
957 findSuffix=wild+1;