Lines Matching refs:Char

123 typedef u_short Char;  typedef
132 typedef char Char; typedef
137 #define CHAR(c) ((Char)((c)&M_ASCII))
138 #define META(c) ((Char)((c)|M_QUOTE))
148 static int g_Ctoc(const Char *, char *, u_int);
149 static int g_lstat(Char *, struct stat *, glob_t *);
150 static DIR *g_opendir(Char *, glob_t *);
151 static Char *g_strchr(Char *, int);
152 static int g_stat(Char *, struct stat *, glob_t *);
153 static int glob0(const Char *, glob_t *);
154 static int glob1(Char *, Char *, glob_t *, size_t *);
155 static int glob2(Char *, Char *, Char *, Char *, Char *, Char *,
157 static int glob3(Char *, Char *, Char *, Char *, Char *, Char *,
158 Char *, Char *, glob_t *, size_t *);
159 static int globextend(const Char *, glob_t *, size_t *);
160 static const Char *globtilde(const Char *, Char *, size_t, glob_t *);
161 static int globexp1(const Char *, glob_t *);
162 static int globexp2(const Char *, const Char *, glob_t *, int *);
163 static int match(Char *, Char *, Char *);
165 static void qprintf(const char *, Char *);
176 Char *bufnext, *bufend, patbuf[MAXPATHLEN];
228 const Char *pattern; in globexp1()
231 const Char* ptr = pattern;
238 while ((ptr = (const Char *) g_strchr((Char *) ptr, LBRACE)) != NULL)
253 const Char *ptr, *pattern; in globexp2()
258 Char *lm, *ls;
259 const Char *pe, *pm, *pl;
260 Char patbuf[MAXPATHLEN];
296 const Char *pb;
361 static const Char *
363 const Char *pattern; in globtilde()
364 Char *patbuf;
372 const Char *p;
373 Char *b, *eb;
442 const Char *pattern; in glob0()
445 const Char *qpatnext;
447 Char *bufnext, patbuf[MAXPATHLEN];
462 g_strchr((Char *) qpatnext+1, RBRACKET) == NULL) {
537 Char *pattern, *pattern_last; in glob1()
541 Char pathbuf[MAXPATHLEN];
559 Char *pathbuf, *pathbuf_last, *pathend, *pathend_last; in glob2()
560 Char *pattern, *pattern_last;
565 Char *p, *q;
623 Char *pathbuf, *pathbuf_last, *pathend, *pathend_last; in glob3()
624 Char *pattern, *pattern_last, *restpattern, *restpattern_last;
667 register Char *dc;
716 const Char *path; in globextend()
724 const Char *p;
774 register Char *name, *pat, *patend; in match()
777 Char c, k;
840 register Char *str; in g_opendir()
860 register Char *fn; in g_lstat()
875 register Char *fn; in g_stat()
888 static Char *
890 Char *str; in g_strchr()
902 register const Char *str; in g_Ctoc()
918 register Char *s;
920 register Char *p;