#include <sys/types.h>
Typedefs | |
typedef unsigned short | Pattern_t |
Functions | |
int | Makepat (const char *, Pattern_t *, int) |
Make a pattern template from the string pointed to by exp. More... | |
const char * | Matchs (const char *, size_t len, const Pattern_t *, const char **) |
Match a string with a pattern. More... | |
int Makepat | ( | const char * | exp, |
Pattern_t * | pat, | ||
int | maxpat | ||
) |