Lines Matching defs:Char

149 typedef U16 Char;
158 typedef U8 Char;
163 #define CHAR(c) ((Char)((c)&M_ASCII))
164 #define META(c) ((Char)((c)|M_QUOTE))
176 static int g_Ctoc(const Char *, char *, STRLEN);
177 static int g_lstat(Char *, Stat_t *, glob_t *);
178 static DIR *g_opendir(Char *, glob_t *);
179 static Char *g_strchr(Char *, int);
180 static int g_stat(Char *, Stat_t *, glob_t *);
181 static int glob0(const Char *, glob_t *);
182 static int glob1(Char *, Char *, glob_t *, size_t *);
183 static int glob2(Char *, Char *, Char *, Char *, Char *, Char *,
185 static int glob3(Char *, Char *, Char *, Char *, Char *, Char *,
186 Char *, Char *, glob_t *, size_t *);
187 static int globextend(const Char *, glob_t *, size_t *);
188 static const Char *
189 globtilde(const Char *, Char *, size_t, glob_t *);
190 static int globexp1(const Char *, glob_t *);
191 static int globexp2(const Char *, const Char *, glob_t *, int *);
192 static int match(Char *, Char *, Char *, int);
194 static void qprintf(const char *, Char *);
241 static short glob_mark_Mac(Char *pathbuf, Char *pathend, Char *pathend_last);
253 Char *bufnext, *bufend, patbuf[MAXPATHLEN];
406 globexp1(const Char *pattern, glob_t *pglob)
408 const Char* ptr = pattern;
415 while ((ptr = (const Char *) g_strchr((Char *) ptr, BG_LBRACE)) != NULL)
429 globexp2(const Char *ptr, const Char *pattern,
433 Char *lm, *ls;
434 const Char *pe, *pm, *pl;
435 Char patbuf[MAXPATHLEN];
534 static const Char *
535 globtilde(const Char *pattern, Char *patbuf, size_t patbuf_len, glob_t *pglob)
538 const Char *p;
539 Char *b, *eb;
609 glob0(const Char *pattern, glob_t *pglob)
611 const Char *qpat, *qpatnext;
613 Char *bufnext, patbuf[MAXPATHLEN];
636 g_strchr((Char *) qpatnext+1, BG_RBRACKET) == NULL) {
736 glob1(Char *pattern, Char *pattern_last, glob_t *pglob, size_t *limitp)
738 Char pathbuf[MAXPATHLEN];
754 glob2(Char *pathbuf, Char *pathbuf_last, Char *pathend, Char *pathend_last,
755 Char *pattern, Char *pattern_last, glob_t *pglob, size_t *limitp)
758 Char *p, *q;
836 glob3(Char *pathbuf, Char *pathbuf_last, Char *pathend, Char *pathend_last,
837 Char *pattern, Char *pattern_last,
838 Char *restpattern, Char *restpattern_last, glob_t *pglob, size_t *limitp)
861 Char *q = pathend;
888 register Char *dc;
941 register Char *dc;
993 globextend(const Char *path, glob_t *pglob, size_t *limitp)
999 const Char *p;
1058 match(register Char *name, register Char *pat, register Char *patend, int nocase)
1061 Char c, k;
1128 g_opendir(register Char *str, glob_t *pglob)
1150 g_lstat(register Char *fn, Stat_t *sb, glob_t *pglob)
1166 g_stat(register Char *fn, Stat_t *sb, glob_t *pglob)
1177 static Char *
1178 g_strchr(Char *str, int ch)
1188 g_Ctoc(register const Char *str, char *buf, STRLEN len)
1199 qprintf(const char *str, register Char *s)
1201 register Char *p;
1335 glob_mark_Mac(Char *pathbuf, Char *pathend, Char *pathend_last)
1337 Char *p, *pe;