#include <acsutilWildcard.h>
Static Public Member Functions | |
int | wildcardfit (const char *wildcard, const char *test) |
Static Private Member Functions | |
int | set (const char **wildcard, const char **test) |
int | asterisk (const char **wildcard, const char **test) |
|
Scans an asterisk.
|
|
Scans a set of characters and returns 0 if the set mismatches at this position in the teststring and 1 if it is matching wildcard is set to the closing ] and test is unmodified if mismatched and otherwise the char pointer is pointing to the next character
|
|
This function implements the UN*X wildcards.
|