| version 1.6, 1997/07/13 19:15:11 |
version 1.7, 1997/07/21 14:07:17 |
| Line 70 __RCSID("$NetBSD$"); |
|
| Line 70 __RCSID("$NetBSD$"); |
|
| * Number of matches in the current invocation of glob. |
* Number of matches in the current invocation of glob. |
| */ |
*/ |
| |
|
| |
#include "namespace.h" |
| #include <sys/param.h> |
#include <sys/param.h> |
| #include <sys/stat.h> |
#include <sys/stat.h> |
| |
|
| Line 83 __RCSID("$NetBSD$"); |
|
| Line 84 __RCSID("$NetBSD$"); |
|
| #include <string.h> |
#include <string.h> |
| #include <unistd.h> |
#include <unistd.h> |
| |
|
| |
#ifdef __weak_alias |
| |
__weak_alias(glob,_glob); |
| |
__weak_alias(globfree,_globfree); |
| |
#endif |
| |
|
| #define DOLLAR '$' |
#define DOLLAR '$' |
| #define DOT '.' |
#define DOT '.' |
| #define EOS '\0' |
#define EOS '\0' |