crypto/heimdal/lib/roken/glob.c
134
#define CHAR(c) ((Char)((c)&M_ASCII))
crypto/heimdal/lib/roken/glob.c
135
#define META(c) ((Char)((c)|M_QUOTE))
crypto/heimdal/lib/roken/glob.c
146
static void g_Ctoc (const Char *, char *);
crypto/heimdal/lib/roken/glob.c
147
static int g_lstat (Char *, struct stat *, glob_t *);
crypto/heimdal/lib/roken/glob.c
148
static DIR *g_opendir (Char *, glob_t *);
crypto/heimdal/lib/roken/glob.c
149
static Char *g_strchr (const Char *, int);
crypto/heimdal/lib/roken/glob.c
151
static Char *g_strcat (Char *, const Char *);
crypto/heimdal/lib/roken/glob.c
153
static int g_stat (Char *, struct stat *, glob_t *);
crypto/heimdal/lib/roken/glob.c
154
static int glob0 (const Char *, glob_t *);
crypto/heimdal/lib/roken/glob.c
155
static int glob1 (Char *, glob_t *, size_t *);
crypto/heimdal/lib/roken/glob.c
156
static int glob2 (Char *, Char *, Char *, glob_t *, size_t *);
crypto/heimdal/lib/roken/glob.c
157
static int glob3 (Char *, Char *, Char *, Char *, glob_t *, size_t *);
crypto/heimdal/lib/roken/glob.c
158
static int globextend (const Char *, glob_t *, size_t *);
crypto/heimdal/lib/roken/glob.c
159
static const Char * globtilde (const Char *, Char *, glob_t *);
crypto/heimdal/lib/roken/glob.c
160
static int globexp1 (const Char *, glob_t *);
crypto/heimdal/lib/roken/glob.c
161
static int globexp2 (const Char *, const Char *, glob_t *, int *);
crypto/heimdal/lib/roken/glob.c
162
static int match (Char *, Char *, Char *);
crypto/heimdal/lib/roken/glob.c
164
static void qprintf (const char *, Char *);
crypto/heimdal/lib/roken/glob.c
175
Char *bufnext, *bufend, patbuf[MaxPathLen+1];
crypto/heimdal/lib/roken/glob.c
219
static int globexp1(const Char *pattern, glob_t *pglob)
crypto/heimdal/lib/roken/glob.c
221
const Char* ptr = pattern;
crypto/heimdal/lib/roken/glob.c
228
while ((ptr = (const Char *) g_strchr(ptr, CHAR_LBRACE)) != NULL)
crypto/heimdal/lib/roken/glob.c
241
static int globexp2(const Char *ptr, const Char *pattern,
crypto/heimdal/lib/roken/glob.c
245
Char *lm, *ls;
crypto/heimdal/lib/roken/glob.c
246
const Char *pe, *pm, *pl;
crypto/heimdal/lib/roken/glob.c
247
Char patbuf[MaxPathLen + 1];
crypto/heimdal/lib/roken/glob.c
344
static const Char *
crypto/heimdal/lib/roken/glob.c
345
globtilde(const Char *pattern, Char *patbuf, glob_t *pglob)
crypto/heimdal/lib/roken/glob.c
349
const Char *p;
crypto/heimdal/lib/roken/glob.c
350
Char *b;
crypto/heimdal/lib/roken/glob.c
404
glob0(const Char *pattern, glob_t *pglob)
crypto/heimdal/lib/roken/glob.c
406
const Char *qpatnext;
crypto/heimdal/lib/roken/glob.c
408
Char *bufnext, patbuf[MaxPathLen+1];
crypto/heimdal/lib/roken/glob.c
494
glob1(Char *pattern, glob_t *pglob, size_t *limit)
crypto/heimdal/lib/roken/glob.c
496
Char pathbuf[MaxPathLen+1];
crypto/heimdal/lib/roken/glob.c
519
glob2(Char *pathbuf, Char *pathend, Char *pattern, glob_t *pglob,
crypto/heimdal/lib/roken/glob.c
523
Char *p, *q;
crypto/heimdal/lib/roken/glob.c
570
glob3(Char *pathbuf, Char *pathend, Char *pattern, Char *restpattern,
crypto/heimdal/lib/roken/glob.c
609
Char *dc;
crypto/heimdal/lib/roken/glob.c
649
globextend(const Char *path, glob_t *pglob, size_t *limit)
crypto/heimdal/lib/roken/glob.c
655
const Char *p;
crypto/heimdal/lib/roken/glob.c
696
match(Char *name, Char *pat, Char *patend)
crypto/heimdal/lib/roken/glob.c
699
Char c, k;
crypto/heimdal/lib/roken/glob.c
759
g_opendir(Char *str, glob_t *pglob)
crypto/heimdal/lib/roken/glob.c
775
g_lstat(Char *fn, struct stat *sb, glob_t *pglob)
crypto/heimdal/lib/roken/glob.c
786
g_stat(Char *fn, struct stat *sb, glob_t *pglob)
crypto/heimdal/lib/roken/glob.c
796
static Char *
crypto/heimdal/lib/roken/glob.c
797
g_strchr(const Char *str, int ch)
crypto/heimdal/lib/roken/glob.c
801
return (Char *)str;
crypto/heimdal/lib/roken/glob.c
807
static Char *
crypto/heimdal/lib/roken/glob.c
808
g_strcat(Char *dst, const Char *src)
crypto/heimdal/lib/roken/glob.c
810
Char *sdst = dst;
crypto/heimdal/lib/roken/glob.c
823
g_Ctoc(const Char *str, char *buf)
crypto/heimdal/lib/roken/glob.c
833
qprintf(const Char *str, Char *s)
crypto/heimdal/lib/roken/glob.c
835
Char *p;
crypto/openssh/openbsd-compat/glob.c
1015
g_lstat(Char *fn, struct stat *sb, glob_t *pglob)
crypto/openssh/openbsd-compat/glob.c
1027
g_stat(Char *fn, struct stat *sb, glob_t *pglob)
crypto/openssh/openbsd-compat/glob.c
1038
static Char *
crypto/openssh/openbsd-compat/glob.c
1039
g_strchr(const Char *str, int ch)
crypto/openssh/openbsd-compat/glob.c
1043
return ((Char *)str);
crypto/openssh/openbsd-compat/glob.c
1049
g_Ctoc(const Char *str, char *buf, size_t len)
crypto/openssh/openbsd-compat/glob.c
1061
qprintf(const char *str, Char *s)
crypto/openssh/openbsd-compat/glob.c
1063
Char *p;
crypto/openssh/openbsd-compat/glob.c
129
#define CHAR(c) ((Char)((c)&M_ASCII))
crypto/openssh/openbsd-compat/glob.c
130
#define META(c) ((Char)((c)|M_QUOTE))
crypto/openssh/openbsd-compat/glob.c
157
static int g_Ctoc(const Char *, char *, size_t);
crypto/openssh/openbsd-compat/glob.c
158
static int g_lstat(Char *, struct stat *, glob_t *);
crypto/openssh/openbsd-compat/glob.c
159
static DIR *g_opendir(Char *, glob_t *);
crypto/openssh/openbsd-compat/glob.c
160
static Char *g_strchr(const Char *, int);
crypto/openssh/openbsd-compat/glob.c
161
static int g_strncmp(const Char *, const char *, size_t);
crypto/openssh/openbsd-compat/glob.c
162
static int g_stat(Char *, struct stat *, glob_t *);
crypto/openssh/openbsd-compat/glob.c
163
static int glob0(const Char *, glob_t *, struct glob_lim *);
crypto/openssh/openbsd-compat/glob.c
164
static int glob1(Char *, Char *, glob_t *, struct glob_lim *);
crypto/openssh/openbsd-compat/glob.c
165
static int glob2(Char *, Char *, Char *, Char *, Char *, Char *,
crypto/openssh/openbsd-compat/glob.c
167
static int glob3(Char *, Char *, Char *, Char *, Char *,
crypto/openssh/openbsd-compat/glob.c
168
Char *, Char *, glob_t *, struct glob_lim *);
crypto/openssh/openbsd-compat/glob.c
169
static int globextend(const Char *, glob_t *, struct glob_lim *,
crypto/openssh/openbsd-compat/glob.c
171
static const Char *
crypto/openssh/openbsd-compat/glob.c
172
globtilde(const Char *, Char *, size_t, glob_t *);
crypto/openssh/openbsd-compat/glob.c
173
static int globexp1(const Char *, glob_t *, struct glob_lim *);
crypto/openssh/openbsd-compat/glob.c
174
static int globexp2(const Char *, const Char *, glob_t *,
crypto/openssh/openbsd-compat/glob.c
176
static int match(Char *, Char *, Char *);
crypto/openssh/openbsd-compat/glob.c
178
static void qprintf(const char *, Char *);
crypto/openssh/openbsd-compat/glob.c
187
Char *bufnext, *bufend, patbuf[PATH_MAX];
crypto/openssh/openbsd-compat/glob.c
240
globexp1(const Char *pattern, glob_t *pglob, struct glob_lim *limitp)
crypto/openssh/openbsd-compat/glob.c
242
const Char* ptr = pattern;
crypto/openssh/openbsd-compat/glob.c
248
if ((ptr = (const Char *) g_strchr(ptr, LBRACE)) != NULL)
crypto/openssh/openbsd-compat/glob.c
261
globexp2(const Char *ptr, const Char *pattern, glob_t *pglob,
crypto/openssh/openbsd-compat/glob.c
265
Char *lm, *ls;
crypto/openssh/openbsd-compat/glob.c
266
const Char *pe, *pm, *pl;
crypto/openssh/openbsd-compat/glob.c
267
Char patbuf[PATH_MAX];
crypto/openssh/openbsd-compat/glob.c
365
static const Char *
crypto/openssh/openbsd-compat/glob.c
366
globtilde(const Char *pattern, Char *patbuf, size_t patbuf_len, glob_t *pglob)
crypto/openssh/openbsd-compat/glob.c
370
const Char *p;
crypto/openssh/openbsd-compat/glob.c
371
Char *b, *eb;
crypto/openssh/openbsd-compat/glob.c
426
g_strncmp(const Char *s1, const char *s2, size_t n)
crypto/openssh/openbsd-compat/glob.c
431
rv = *(Char *)s1 - *(const unsigned char *)s2++;
crypto/openssh/openbsd-compat/glob.c
441
g_charclass(const Char **patternp, Char **bufnextp)
crypto/openssh/openbsd-compat/glob.c
443
const Char *pattern = *patternp + 1;
crypto/openssh/openbsd-compat/glob.c
444
Char *bufnext = *bufnextp;
crypto/openssh/openbsd-compat/glob.c
445
const Char *colon;
crypto/openssh/openbsd-compat/glob.c
460
*bufnext++ = (Char)(cc - &cclasses[0]);
crypto/openssh/openbsd-compat/glob.c
475
glob0(const Char *pattern, glob_t *pglob, struct glob_lim *limitp)
crypto/openssh/openbsd-compat/glob.c
477
const Char *qpatnext;
crypto/openssh/openbsd-compat/glob.c
480
Char *bufnext, patbuf[PATH_MAX];
crypto/openssh/openbsd-compat/glob.c
614
glob1(Char *pattern, Char *pattern_last, glob_t *pglob, struct glob_lim *limitp)
crypto/openssh/openbsd-compat/glob.c
616
Char pathbuf[PATH_MAX];
crypto/openssh/openbsd-compat/glob.c
632
glob2(Char *pathbuf, Char *pathbuf_last, Char *pathend, Char *pathend_last,
crypto/openssh/openbsd-compat/glob.c
633
Char *pattern, Char *pattern_last, glob_t *pglob, struct glob_lim *limitp)
crypto/openssh/openbsd-compat/glob.c
636
Char *p, *q;
crypto/openssh/openbsd-compat/glob.c
700
glob3(Char *pathbuf, Char *pathbuf_last, Char *pathend, Char *pathend_last,
crypto/openssh/openbsd-compat/glob.c
701
Char *pattern, Char *restpattern, Char *restpattern_last, glob_t *pglob,
crypto/openssh/openbsd-compat/glob.c
743
Char *dc;
crypto/openssh/openbsd-compat/glob.c
800
globextend(const Char *path, glob_t *pglob, struct glob_lim *limitp,
crypto/openssh/openbsd-compat/glob.c
806
const Char *p;
crypto/openssh/openbsd-compat/glob.c
906
match(Char *name, Char *pat, Char *patend)
crypto/openssh/openbsd-compat/glob.c
909
Char c, k;
crypto/openssh/openbsd-compat/glob.c
910
Char *nextp = NULL;
crypto/openssh/openbsd-compat/glob.c
911
Char *nextn = NULL;
crypto/openssh/openbsd-compat/glob.c
939
Char idx = *pat & M_MASK;
crypto/openssh/openbsd-compat/glob.c
997
g_opendir(Char *str, glob_t *pglob)
lib/libc/gen/glob-compat11.c
1005
static const Char *
lib/libc/gen/glob-compat11.c
1006
g_strchr(const Char *str, wchar_t ch)
lib/libc/gen/glob-compat11.c
1017
g_Ctoc(const Char *str, char *buf, size_t len)
lib/libc/gen/glob-compat11.c
102
#define CHAR(c) ((Char)((c)&M_CHAR))
lib/libc/gen/glob-compat11.c
103
#define META(c) ((Char)((c)|M_QUOTE))
lib/libc/gen/glob-compat11.c
1065
qprintf(const char *str, Char *s)
lib/libc/gen/glob-compat11.c
1067
Char *p;
lib/libc/gen/glob-compat11.c
117
static int g_Ctoc(const Char *, char *, size_t);
lib/libc/gen/glob-compat11.c
118
static int g_lstat(Char *, struct freebsd11_stat *, glob11_t *);
lib/libc/gen/glob-compat11.c
119
static DIR *g_opendir(Char *, glob11_t *);
lib/libc/gen/glob-compat11.c
120
static const Char *g_strchr(const Char *, wchar_t);
lib/libc/gen/glob-compat11.c
122
static Char *g_strcat(Char *, const Char *);
lib/libc/gen/glob-compat11.c
124
static int g_stat(Char *, struct freebsd11_stat *, glob11_t *);
lib/libc/gen/glob-compat11.c
125
static int glob0(const Char *, glob11_t *, struct glob_limit *,
lib/libc/gen/glob-compat11.c
127
static int glob1(Char *, glob11_t *, struct glob_limit *);
lib/libc/gen/glob-compat11.c
128
static int glob2(Char *, Char *, Char *, Char *, glob11_t *,
lib/libc/gen/glob-compat11.c
130
static int glob3(Char *, Char *, Char *, Char *, Char *, glob11_t *,
lib/libc/gen/glob-compat11.c
132
static int globextend(const Char *, glob11_t *, struct glob_limit *,
lib/libc/gen/glob-compat11.c
134
static const Char *
lib/libc/gen/glob-compat11.c
135
globtilde(const Char *, Char *, size_t, glob11_t *);
lib/libc/gen/glob-compat11.c
136
static int globexp0(const Char *, glob11_t *, struct glob_limit *,
lib/libc/gen/glob-compat11.c
138
static int globexp1(const Char *, glob11_t *, struct glob_limit *);
lib/libc/gen/glob-compat11.c
139
static int globexp2(const Char *, const Char *, glob11_t *,
lib/libc/gen/glob-compat11.c
143
static int match(Char *, Char *, Char *);
lib/libc/gen/glob-compat11.c
147
static void qprintf(const char *, Char *);
lib/libc/gen/glob-compat11.c
156
Char *bufnext, *bufend, patbuf[MAXPATHLEN], prot;
lib/libc/gen/glob-compat11.c
228
globexp0(const Char *pattern, glob11_t *pglob, struct glob_limit *limit,
lib/libc/gen/glob-compat11.c
257
globexp1(const Char *pattern, glob11_t *pglob, struct glob_limit *limit)
lib/libc/gen/glob-compat11.c
259
const Char* ptr;
lib/libc/gen/glob-compat11.c
280
globexp2(const Char *ptr, const Char *pattern, glob11_t *pglob,
lib/libc/gen/glob-compat11.c
284
Char *lm, *ls;
lib/libc/gen/glob-compat11.c
285
const Char *pe, *pm, *pm1, *pl;
lib/libc/gen/glob-compat11.c
286
Char patbuf[MAXPATHLEN];
lib/libc/gen/glob-compat11.c
383
static const Char *
lib/libc/gen/glob-compat11.c
384
globtilde(const Char *pattern, Char *patbuf, size_t patbuf_len, glob11_t *pglob)
lib/libc/gen/glob-compat11.c
388
const Char *p;
lib/libc/gen/glob-compat11.c
389
Char *b, *eb;
lib/libc/gen/glob-compat11.c
495
glob0(const Char *pattern, glob11_t *pglob, struct glob_limit *limit,
lib/libc/gen/glob-compat11.c
497
const Char *qpatnext;
lib/libc/gen/glob-compat11.c
500
Char *bufnext, c, patbuf[MAXPATHLEN];
lib/libc/gen/glob-compat11.c
591
glob1(Char *pattern, glob11_t *pglob, struct glob_limit *limit)
lib/libc/gen/glob-compat11.c
593
Char pathbuf[MAXPATHLEN];
lib/libc/gen/glob-compat11.c
608
glob2(Char *pathbuf, Char *pathend, Char *pathend_last, Char *pattern,
lib/libc/gen/glob-compat11.c
612
Char *p, *q;
lib/libc/gen/glob-compat11.c
678
glob3(Char *pathbuf, Char *pathend, Char *pathend_last,
lib/libc/gen/glob-compat11.c
679
Char *pattern, Char *restpattern,
lib/libc/gen/glob-compat11.c
724
Char *dc;
lib/libc/gen/glob-compat11.c
813
globextend(const Char *path, glob11_t *pglob, struct glob_limit *limit,
lib/libc/gen/glob-compat11.c
819
const Char *p;
lib/libc/gen/glob-compat11.c
873
match(Char *name, Char *pat, Char *patend)
lib/libc/gen/glob-compat11.c
876
Char c, k, *nextp, *nextn;
lib/libc/gen/glob-compat11.c
958
g_opendir(Char *str, glob11_t *pglob)
lib/libc/gen/glob-compat11.c
978
g_lstat(Char *fn, struct freebsd11_stat *sb, glob11_t *pglob)
lib/libc/gen/glob-compat11.c
992
g_stat(Char *fn, struct freebsd11_stat *sb, glob11_t *pglob)
lib/libc/gen/glob.c
1020
g_opendir(Char *str, glob_t *pglob)
lib/libc/gen/glob.c
1040
g_lstat(Char *fn, struct stat *sb, glob_t *pglob)
lib/libc/gen/glob.c
1054
g_stat(Char *fn, struct stat *sb, glob_t *pglob)
lib/libc/gen/glob.c
1067
static const Char *
lib/libc/gen/glob.c
1068
g_strchr(const Char *str, wchar_t ch)
lib/libc/gen/glob.c
1079
g_Ctoc(const Char *str, char *buf, size_t len)
lib/libc/gen/glob.c
1138
qprintf(const char *str, Char *s)
lib/libc/gen/glob.c
1140
Char *p;
lib/libc/gen/glob.c
137
#define CHAR(c) ((Char)((c)&M_CHAR))
lib/libc/gen/glob.c
138
#define META(c) ((Char)((c)|M_QUOTE))
lib/libc/gen/glob.c
152
static int g_Ctoc(const Char *, char *, size_t);
lib/libc/gen/glob.c
153
static int g_lstat(Char *, struct stat *, glob_t *);
lib/libc/gen/glob.c
154
static DIR *g_opendir(Char *, glob_t *);
lib/libc/gen/glob.c
155
static const Char *g_strchr(const Char *, wchar_t);
lib/libc/gen/glob.c
157
static Char *g_strcat(Char *, const Char *);
lib/libc/gen/glob.c
159
static int g_stat(Char *, struct stat *, glob_t *);
lib/libc/gen/glob.c
160
static int glob0(const Char *, glob_t *, struct glob_limit *,
lib/libc/gen/glob.c
162
static int glob1(Char *, glob_t *, struct glob_limit *);
lib/libc/gen/glob.c
163
static int glob2(Char *, Char *, Char *, Char *, glob_t *,
lib/libc/gen/glob.c
165
static int glob3(Char *, Char *, Char *, Char *, Char *, glob_t *,
lib/libc/gen/glob.c
167
static int globextend(const Char *, glob_t *, struct glob_limit *,
lib/libc/gen/glob.c
169
static const Char *
lib/libc/gen/glob.c
170
globtilde(const Char *, Char *, size_t, glob_t *);
lib/libc/gen/glob.c
171
static int globexp0(const Char *, glob_t *, struct glob_limit *,
lib/libc/gen/glob.c
173
static int globexp1(const Char *, glob_t *, struct glob_limit *);
lib/libc/gen/glob.c
174
static int globexp2(const Char *, const Char *, glob_t *,
lib/libc/gen/glob.c
178
static int match(Char *, Char *, Char *);
lib/libc/gen/glob.c
182
static void qprintf(const char *, Char *);
lib/libc/gen/glob.c
190
Char *bufnext, *bufend, patbuf[MAXPATHLEN], prot;
lib/libc/gen/glob.c
289
globexp0(const Char *pattern, glob_t *pglob, struct glob_limit *limit,
lib/libc/gen/glob.c
319
globexp1(const Char *pattern, glob_t *pglob, struct glob_limit *limit)
lib/libc/gen/glob.c
321
const Char* ptr;
lib/libc/gen/glob.c
342
globexp2(const Char *ptr, const Char *pattern, glob_t *pglob,
lib/libc/gen/glob.c
346
Char *lm, *ls;
lib/libc/gen/glob.c
347
const Char *pe, *pm, *pm1, *pl;
lib/libc/gen/glob.c
348
Char patbuf[MAXPATHLEN];
lib/libc/gen/glob.c
445
static const Char *
lib/libc/gen/glob.c
446
globtilde(const Char *pattern, Char *patbuf, size_t patbuf_len, glob_t *pglob)
lib/libc/gen/glob.c
450
const Char *p;
lib/libc/gen/glob.c
451
Char *b, *eb;
lib/libc/gen/glob.c
557
glob0(const Char *pattern, glob_t *pglob, struct glob_limit *limit,
lib/libc/gen/glob.c
559
const Char *qpatnext;
lib/libc/gen/glob.c
562
Char *bufnext, c, patbuf[MAXPATHLEN];
lib/libc/gen/glob.c
654
glob1(Char *pattern, glob_t *pglob, struct glob_limit *limit)
lib/libc/gen/glob.c
656
Char pathbuf[MAXPATHLEN];
lib/libc/gen/glob.c
671
glob2(Char *pathbuf, Char *pathend, Char *pathend_last, Char *pattern,
lib/libc/gen/glob.c
675
Char *p, *q;
lib/libc/gen/glob.c
741
glob3(Char *pathbuf, Char *pathend, Char *pathend_last,
lib/libc/gen/glob.c
742
Char *pattern, Char *restpattern,
lib/libc/gen/glob.c
786
Char *dc;
lib/libc/gen/glob.c
875
globextend(const Char *path, glob_t *pglob, struct glob_limit *limit,
lib/libc/gen/glob.c
881
const Char *p;
lib/libc/gen/glob.c
935
match(Char *name, Char *pat, Char *patend)
lib/libc/gen/glob.c
938
Char c, k, *nextp, *nextn;