| version 1.12, 1997/07/13 18:57:26 |
version 1.13, 1997/07/21 14:06:58 |
| Line 50 __RCSID("$NetBSD$"); |
|
| Line 50 __RCSID("$NetBSD$"); |
|
| * Compares a filename or pathname to a pattern. |
* Compares a filename or pathname to a pattern. |
| */ |
*/ |
| |
|
| |
#include "namespace.h" |
| #include <fnmatch.h> |
#include <fnmatch.h> |
| #include <string.h> |
#include <string.h> |
| |
|
| |
#ifdef __weak_alias |
| |
__weak_alias(fnmatch,_fnmatch); |
| |
#endif |
| |
|
| #define EOS '\0' |
#define EOS '\0' |
| |
|
| static const char *rangematch __P((const char *, int, int)); |
static const char *rangematch __P((const char *, int, int)); |