| version 1.5, 1995/02/27 04:13:35 |
version 1.5.4.2, 1996/09/19 20:03:12 |
| Line 69 static char rcsid[] = "$NetBSD$"; |
|
| Line 69 static char 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 82 static char rcsid[] = "$NetBSD$"; |
|
| Line 83 static char 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' |