Home | History | Annotate | Download | only in toolutil

Lines Matching defs:wild

940     const char *wild;
951 wild=strchr(pattern, '*');
952 if(wild==NULL) {
957 findPrefixLength=(int32_t)(wild-pattern);
958 findSuffix=wild+1;