Lines Matching refs:Char

115 typedef u_short Char;  typedef
124 typedef char Char; typedef
129 #define CHAR(c) ((Char)((c)&M_ASCII))
130 #define META(c) ((Char)((c)|M_QUOTE))
140 static int g_Ctoc(const Char *, char *, u_int);
141 static int g_lstat(Char *, zend_stat_t *, glob_t *);
142 static DIR *g_opendir(Char *, glob_t *);
143 static Char *g_strchr(Char *, int);
144 static int g_stat(Char *, zend_stat_t *, glob_t *);
145 static int glob0(const Char *, glob_t *);
146 static int glob1(Char *, Char *, glob_t *, size_t *);
147 static int glob2(Char *, Char *, Char *, Char *, Char *, Char *,
149 static int glob3(Char *, Char *, Char *, Char *, Char *, Char *,
150 Char *, Char *, glob_t *, size_t *);
151 static int globextend(const Char *, glob_t *, size_t *);
152 static const Char *globtilde(const Char *, Char *, size_t, glob_t *);
153 static int globexp1(const Char *, glob_t *);
154 static int globexp2(const Char *, const Char *, glob_t *, int *);
155 static int match(Char *, Char *, Char *);
157 static void qprintf(const char *, Char *);
168 Char *bufnext, *bufend, patbuf[MAXPATHLEN];
220 const Char *pattern; in globexp1()
223 const Char* ptr = pattern;
230 while ((ptr = (const Char *) g_strchr((Char *) ptr, LBRACE)) != NULL)
245 const Char *ptr, *pattern; in globexp2()
250 Char *lm, *ls;
251 const Char *pe, *pm, *pl;
252 Char patbuf[MAXPATHLEN];
288 const Char *pb;
353 static const Char *
355 const Char *pattern; in globtilde()
356 Char *patbuf;
364 const Char *p;
365 Char *b, *eb;
434 const Char *pattern; in glob0()
437 const Char *qpatnext;
439 Char *bufnext, patbuf[MAXPATHLEN];
454 g_strchr((Char *) qpatnext+1, RBRACKET) == NULL) {
529 Char *pattern, *pattern_last; in glob1()
533 Char pathbuf[MAXPATHLEN];
551 Char *pathbuf, *pathbuf_last, *pathend, *pathend_last; in glob2()
552 Char *pattern, *pattern_last;
557 Char *p, *q;
615 Char *pathbuf, *pathbuf_last, *pathend, *pathend_last; in glob3()
616 Char *pattern, *pattern_last, *restpattern, *restpattern_last;
659 register Char *dc;
708 const Char *path; in globextend()
715 const Char *p;
766 register Char *name, *pat, *patend; in match()
769 Char c, k;
832 register Char *str; in g_opendir()
852 register Char *fn; in g_lstat()
867 register Char *fn; in g_stat()
880 static Char *
882 Char *str; in g_strchr()
894 register const Char *str; in g_Ctoc()
910 register Char *s;
912 register Char *p;