Lines Matching refs:Char

117 typedef u_short Char;  typedef
126 typedef char Char; typedef
131 #define CHAR(c) ((Char)((c)&M_ASCII))
132 #define META(c) ((Char)((c)|M_QUOTE))
142 static int g_Ctoc(const Char *, char *, u_int);
143 static int g_lstat(Char *, zend_stat_t *, glob_t *);
144 static DIR *g_opendir(Char *, glob_t *);
145 static Char *g_strchr(Char *, int);
146 static int g_stat(Char *, zend_stat_t *, glob_t *);
147 static int glob0(const Char *, glob_t *);
148 static int glob1(Char *, Char *, glob_t *, size_t *);
149 static int glob2(Char *, Char *, Char *, Char *, Char *, Char *,
151 static int glob3(Char *, Char *, Char *, Char *, Char *, Char *,
152 Char *, Char *, glob_t *, size_t *);
153 static int globextend(const Char *, glob_t *, size_t *);
154 static const Char *globtilde(const Char *, Char *, size_t, glob_t *);
155 static int globexp1(const Char *, glob_t *);
156 static int globexp2(const Char *, const Char *, glob_t *, int *);
157 static int match(Char *, Char *, Char *);
159 static void qprintf(const char *, Char *);
170 Char *bufnext, *bufend, patbuf[MAXPATHLEN];
222 const Char *pattern; in globexp1()
225 const Char* ptr = pattern;
232 while ((ptr = (const Char *) g_strchr((Char *) ptr, LBRACE)) != NULL)
247 const Char *ptr, *pattern; in globexp2()
252 Char *lm, *ls;
253 const Char *pe, *pm, *pl;
254 Char patbuf[MAXPATHLEN];
290 const Char *pb;
355 static const Char *
357 const Char *pattern; in globtilde()
358 Char *patbuf;
366 const Char *p;
367 Char *b, *eb;
436 const Char *pattern; in glob0()
439 const Char *qpatnext;
441 Char *bufnext, patbuf[MAXPATHLEN];
456 g_strchr((Char *) qpatnext+1, RBRACKET) == NULL) {
531 Char *pattern, *pattern_last; in glob1()
535 Char pathbuf[MAXPATHLEN];
553 Char *pathbuf, *pathbuf_last, *pathend, *pathend_last; in glob2()
554 Char *pattern, *pattern_last;
559 Char *p, *q;
617 Char *pathbuf, *pathbuf_last, *pathend, *pathend_last; in glob3()
618 Char *pattern, *pattern_last, *restpattern, *restpattern_last;
661 register Char *dc;
710 const Char *path; in globextend()
718 const Char *p;
768 register Char *name, *pat, *patend; in match()
771 Char c, k;
834 register Char *str; in g_opendir()
854 register Char *fn; in g_lstat()
869 register Char *fn; in g_stat()
882 static Char *
884 Char *str; in g_strchr()
896 register const Char *str; in g_Ctoc()
912 register Char *s;
914 register Char *p;