Symbol: wcat_t
usr/src/lib/libc/port/regex/glob.c
1094
match(wcat_t *name, wcat_t *pat, wcat_t *patend)
usr/src/lib/libc/port/regex/glob.c
1097
wcat_t c, k;
usr/src/lib/libc/port/regex/glob.c
1098
wcat_t *nextp = NULL;
usr/src/lib/libc/port/regex/glob.c
1099
wcat_t *nextn = NULL;
usr/src/lib/libc/port/regex/glob.c
1148
wcat_t cc;
usr/src/lib/libc/port/regex/glob.c
1215
g_opendir(wcat_t *str, glob_t *pglob)
usr/src/lib/libc/port/regex/glob.c
1233
g_lstat(wcat_t *fn, struct stat *sb, glob_t *pglob)
usr/src/lib/libc/port/regex/glob.c
1245
g_stat(wcat_t *fn, struct stat *sb, glob_t *pglob)
usr/src/lib/libc/port/regex/glob.c
1256
static wcat_t *
usr/src/lib/libc/port/regex/glob.c
1257
g_strchr(const wcat_t *str, wchar_t ch)
usr/src/lib/libc/port/regex/glob.c
1261
return ((wcat_t *)str);
usr/src/lib/libc/port/regex/glob.c
1267
g_Ctoc(const wcat_t *str, char *buf, uint_t len)
usr/src/lib/libc/port/regex/glob.c
178
static int g_Ctoc(const wcat_t *, char *, uint_t);
usr/src/lib/libc/port/regex/glob.c
179
static int g_lstat(wcat_t *, struct stat *, glob_t *);
usr/src/lib/libc/port/regex/glob.c
180
static DIR *g_opendir(wcat_t *, glob_t *);
usr/src/lib/libc/port/regex/glob.c
181
static wcat_t *g_strchr(const wcat_t *, wchar_t);
usr/src/lib/libc/port/regex/glob.c
182
static int g_stat(wcat_t *, struct stat *, glob_t *);
usr/src/lib/libc/port/regex/glob.c
183
static int glob0(const wcat_t *, glob_t *, struct glob_lim *,
usr/src/lib/libc/port/regex/glob.c
185
static int glob1(wcat_t *, wcat_t *, glob_t *, struct glob_lim *,
usr/src/lib/libc/port/regex/glob.c
187
static int glob2(wcat_t *, wcat_t *, wcat_t *, wcat_t *, wcat_t *,
usr/src/lib/libc/port/regex/glob.c
188
wcat_t *, glob_t *, struct glob_lim *,
usr/src/lib/libc/port/regex/glob.c
190
static int glob3(wcat_t *, wcat_t *, wcat_t *, wcat_t *, wcat_t *,
usr/src/lib/libc/port/regex/glob.c
191
wcat_t *, wcat_t *, glob_t *, struct glob_lim *,
usr/src/lib/libc/port/regex/glob.c
193
static int globextend(const wcat_t *, glob_t *, struct glob_lim *,
usr/src/lib/libc/port/regex/glob.c
196
const wcat_t *globtilde(const wcat_t *, wcat_t *, size_t, glob_t *);
usr/src/lib/libc/port/regex/glob.c
197
static int globexp1(const wcat_t *, glob_t *, struct glob_lim *,
usr/src/lib/libc/port/regex/glob.c
199
static int globexp2(const wcat_t *, const wcat_t *, glob_t *,
usr/src/lib/libc/port/regex/glob.c
201
static int match(wcat_t *, wcat_t *, wcat_t *);
usr/src/lib/libc/port/regex/glob.c
215
wcat_t *bufnext, *bufend, patbuf[PATH_MAX];
usr/src/lib/libc/port/regex/glob.c
298
globexp1(const wcat_t *pattern, glob_t *pglob, struct glob_lim *limitp,
usr/src/lib/libc/port/regex/glob.c
301
const wcat_t *ptr = pattern;
usr/src/lib/libc/port/regex/glob.c
308
if ((ptr = (const wcat_t *) g_strchr(ptr, LBRACE)) != NULL)
usr/src/lib/libc/port/regex/glob.c
321
globexp2(const wcat_t *ptr, const wcat_t *pattern, glob_t *pglob,
usr/src/lib/libc/port/regex/glob.c
325
wcat_t *lm, *ls;
usr/src/lib/libc/port/regex/glob.c
326
const wcat_t *pe, *pm, *pl;
usr/src/lib/libc/port/regex/glob.c
327
wcat_t patbuf[PATH_MAX];
usr/src/lib/libc/port/regex/glob.c
426
static const wcat_t *
usr/src/lib/libc/port/regex/glob.c
427
globtilde(const wcat_t *pattern, wcat_t *patbuf, size_t patbuf_len,
usr/src/lib/libc/port/regex/glob.c
432
const wcat_t *p;
usr/src/lib/libc/port/regex/glob.c
433
wcat_t *b, *eb, *q;
usr/src/lib/libc/port/regex/glob.c
500
g_charclass(const wcat_t **patternp, wcat_t **bufnextp)
usr/src/lib/libc/port/regex/glob.c
502
const wcat_t *pattern = *patternp + 1;
usr/src/lib/libc/port/regex/glob.c
503
wcat_t *bufnext = *bufnextp;
usr/src/lib/libc/port/regex/glob.c
504
const wcat_t *colon;
usr/src/lib/libc/port/regex/glob.c
518
const wcat_t *s1 = pattern;
usr/src/lib/libc/port/regex/glob.c
555
glob0(const wcat_t *pattern, glob_t *pglob, struct glob_lim *limitp,
usr/src/lib/libc/port/regex/glob.c
558
const wcat_t *qpatnext;
usr/src/lib/libc/port/regex/glob.c
562
wcat_t *bufnext, patbuf[PATH_MAX];
usr/src/lib/libc/port/regex/glob.c
741
glob1(wcat_t *pattern, wcat_t *pattern_last, glob_t *pglob,
usr/src/lib/libc/port/regex/glob.c
744
wcat_t pathbuf[PATH_MAX];
usr/src/lib/libc/port/regex/glob.c
760
glob2(wcat_t *pathbuf, wcat_t *pathbuf_last, wcat_t *pathend,
usr/src/lib/libc/port/regex/glob.c
761
wcat_t *pathend_last, wcat_t *pattern, wcat_t *pattern_last,
usr/src/lib/libc/port/regex/glob.c
765
wcat_t *p, *q;
usr/src/lib/libc/port/regex/glob.c
837
glob3(wcat_t *pathbuf, wcat_t *pathbuf_last, wcat_t *pathend,
usr/src/lib/libc/port/regex/glob.c
838
wcat_t *pathend_last, wcat_t *pattern, wcat_t *restpattern,
usr/src/lib/libc/port/regex/glob.c
839
wcat_t *restpattern_last, glob_t *pglob, struct glob_lim *limitp,
usr/src/lib/libc/port/regex/glob.c
882
wcat_t *dc;
usr/src/lib/libc/port/regex/glob.c
964
globextend(const wcat_t *path, glob_t *pglob, struct glob_lim *limitp,
usr/src/lib/libc/port/regex/glob.c
971
const wcat_t *p;