Lines Matching refs:Char

116 typedef u_short Char;  typedef
125 typedef char Char; typedef
130 #define CHAR(c) ((Char)((c)&M_ASCII))
131 #define META(c) ((Char)((c)|M_QUOTE))
141 static int g_Ctoc(const Char *, char *, u_int);
142 static int g_lstat(Char *, struct stat *, glob_t *);
143 static DIR *g_opendir(Char *, glob_t *);
144 static Char *g_strchr(Char *, int);
145 static int g_stat(Char *, struct stat *, glob_t *);
146 static int glob0(const Char *, glob_t *);
147 static int glob1(Char *, Char *, glob_t *, size_t *);
148 static int glob2(Char *, Char *, Char *, Char *, Char *, Char *,
150 static int glob3(Char *, Char *, Char *, Char *, Char *, Char *,
151 Char *, Char *, glob_t *, size_t *);
152 static int globextend(const Char *, glob_t *, size_t *);
153 static const Char *globtilde(const Char *, Char *, size_t, glob_t *);
154 static int globexp1(const Char *, glob_t *);
155 static int globexp2(const Char *, const Char *, glob_t *, int *);
156 static int match(Char *, Char *, Char *);
158 static void qprintf(const char *, Char *);
169 Char *bufnext, *bufend, patbuf[MAXPATHLEN];
221 const Char *pattern; in globexp1()
224 const Char* ptr = pattern;
231 while ((ptr = (const Char *) g_strchr((Char *) ptr, LBRACE)) != NULL)
246 const Char *ptr, *pattern; in globexp2()
251 Char *lm, *ls;
252 const Char *pe, *pm, *pl;
253 Char patbuf[MAXPATHLEN];
352 static const Char *
354 const Char *pattern; in globtilde()
355 Char *patbuf;
363 const Char *p;
364 Char *b, *eb;
433 const Char *pattern; in glob0()
436 const Char *qpatnext;
438 Char *bufnext, patbuf[MAXPATHLEN];
453 g_strchr((Char *) qpatnext+1, RBRACKET) == NULL) {
528 Char *pattern, *pattern_last; in glob1()
532 Char pathbuf[MAXPATHLEN];
550 Char *pathbuf, *pathbuf_last, *pathend, *pathend_last; in glob2()
551 Char *pattern, *pattern_last;
556 Char *p, *q;
614 Char *pathbuf, *pathbuf_last, *pathend, *pathend_last; in glob3()
615 Char *pattern, *pattern_last, *restpattern, *restpattern_last;
658 register Char *dc;
707 const Char *path; in globextend()
715 const Char *p;
765 register Char *name, *pat, *patend; in match()
768 Char c, k;
831 register Char *str; in g_opendir()
851 register Char *fn; in g_lstat()
866 register Char *fn; in g_stat()
879 static Char *
881 Char *str; in g_strchr()
893 register const Char *str; in g_Ctoc()
909 register Char *s;
911 register Char *p;