| version 1.11, 1995/02/27 03:43:06 |
version 1.11.4.1, 1996/09/19 20:02:33 |
| Line 49 static char rcsid[] = "$NetBSD$"; |
|
| Line 49 static char 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)); |