uchar 55 wildmatch.c static int dowild(const uchar *p, const uchar *text, unsigned int flags) uchar 57 wildmatch.c uchar p_ch; uchar 58 wildmatch.c const uchar *pattern = p; uchar 62 wildmatch.c uchar t_ch, prev_ch; uchar 86 wildmatch.c const uchar *prev_p = p - 2; uchar 129 wildmatch.c text = (const uchar*)slash; uchar 200 wildmatch.c uchar t_ch_upper = toupper(t_ch); uchar 206 wildmatch.c const uchar *s; uchar 278 wildmatch.c return dowild((const uchar*)pattern, (const uchar*)text, flags);