Home | History | Annotate | Download | only in toolutil

Lines Matching full:wild

868     const char *wild;
879 wild=strchr(pattern, '*');
880 if(wild==NULL) {
885 findPrefixLength=(int32_t)(wild-pattern);
886 findSuffix=wild+1;