Lines Matching refs:Char
103 typedef u_short Char; typedef
112 typedef char Char; typedef
117 #define CHAR(c) ((Char)((c)&M_ASCII))
118 #define META(c) ((Char)((c)|M_QUOTE))
137 static int g_Ctoc(const Char *, char *, u_int);
138 static int g_lstat(Char *, struct stat *, glob_t *);
139 static DIR *g_opendir(Char *, glob_t *);
140 static Char *g_strchr(Char *, int);
141 static int g_stat(Char *, struct stat *, glob_t *);
142 static int glob0(const Char *, glob_t *, size_t *);
143 static int glob1(Char *, Char *, glob_t *, size_t *);
144 static int glob2(Char *, Char *, Char *, Char *, Char *, Char *,
146 static int glob3(Char *, Char *, Char *, Char *, Char *, Char *,
147 Char *, Char *, glob_t *, size_t *);
148 static int globextend(const Char *, glob_t *, size_t *);
149 static const Char *
150 globtilde(const Char *, Char *, size_t, glob_t *);
151 static int globexp1(const Char *, glob_t *, size_t *);
152 static int globexp2(const Char *, const Char *, glob_t *, int *,
154 static int match(Char *, Char *, Char *);
156 static void qprintf(const char *, Char *);
167 Char *bufnext, *bufend, patbuf[MAXPATHLEN];
214 const Char *pattern; in globexp1()
218 const Char* ptr = pattern;
225 while ((ptr = (const Char *) g_strchr((Char *) ptr, LBRACE)) != NULL)
240 const Char *ptr, *pattern; in globexp2()
246 Char *lm, *ls;
247 const Char *pe, *pm, *pl;
248 Char patbuf[MAXPATHLEN];
347 static const Char *
349 const Char *pattern; in globtilde()
350 Char *patbuf;
356 const Char *p;
357 Char *b, *eb;
421 const Char *pattern; in glob0()
425 const Char *qpatnext;
427 Char *bufnext, patbuf[MAXPATHLEN];
441 g_strchr((Char *) qpatnext+1, RBRACKET) == NULL) {
517 Char *pattern, *pattern_last; in glob1()
521 Char pathbuf[MAXPATHLEN];
539 Char *pathbuf, *pathbuf_last, *pathend, *pathend_last; in glob2()
540 Char *pattern, *pattern_last;
545 Char *p, *q;
611 Char *pathbuf, *pathbuf_last, *pathend, *pathend_last; in glob3()
612 Char *pattern, *pattern_last, *restpattern, *restpattern_last;
655 register Char *dc;
712 const Char *path; in globextend()
720 const Char *p;
769 register Char *name, *pat, *patend; in match()
772 Char c, k;
835 register Char *str; in g_opendir()
855 register Char *fn; in g_lstat()
870 register Char *fn; in g_stat()
883 static Char *
885 Char *str; in g_strchr()
897 register const Char *str; in g_Ctoc()
913 register Char *s;
915 register Char *p;