Searched defs:Char (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A Dbsd_glob.c149 typedef U16 Char; typedef
158 typedef U8 Char; typedef
163 #define CHAR(c) ((Char)((c)&M_ASCII))
164 #define META(c) ((Char)((c)|M_QUOTE))
176 static int g_Ctoc(const Char *, char *, STRLEN);
177 static int g_lstat(Char *, Stat_t *, glob_t *);
178 static DIR *g_opendir(Char *, glob_t *);
179 static Char *g_strchr(Char *, int);
180 static int g_stat(Char *, Stat_
[all...]

Completed in 26 milliseconds