Searched refs:pglob (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dglob.c211 glob_t *pglob)
225 pglob->gl_pathc = 0;
226 pglob->gl_pathn = 0;
227 pglob->gl_pathv = NULL;
229 pglob->gl_statv = NULL;
231 pglob->gl_offs = 0;
233 pglob->gl_flags = flags & ~GLOB_MAGCHAR;
234 pglob->gl_matchc = 0;
236 if (pglob->gl_offs >= INT_MAX || pglob
210 _glob_ext(const char *pattern, int flags, int (*errfunc)(const char *, int), glob_t *pglob) argument
300 globexp1(const wcat_t *pattern, glob_t *pglob, struct glob_lim *limitp, int (*errfunc)(const char *, int)) argument
323 globexp2(const wcat_t *ptr, const wcat_t *pattern, glob_t *pglob, struct glob_lim *limitp, int (*errfunc)(const char *, int)) argument
429 globtilde(const wcat_t *pattern, wcat_t *patbuf, size_t patbuf_len, glob_t *pglob) argument
557 glob0(const wcat_t *pattern, glob_t *pglob, struct glob_lim *limitp, int (*errfunc)(const char *, int)) argument
743 glob1(wcat_t *pattern, wcat_t *pattern_last, glob_t *pglob, struct glob_lim *limitp, int (*errfunc)(const char *, int)) argument
762 glob2(wcat_t *pathbuf, wcat_t *pathbuf_last, wcat_t *pathend, wcat_t *pathend_last, wcat_t *pattern, wcat_t *pattern_last, glob_t *pglob, struct glob_lim *limitp, int (*errfunc)(const char *, int)) argument
839 glob3(wcat_t *pathbuf, wcat_t *pathbuf_last, wcat_t *pathend, wcat_t *pathend_last, wcat_t *pattern, wcat_t *restpattern, wcat_t *restpattern_last, glob_t *pglob, struct glob_lim *limitp, int (*errfunc)(const char *, int)) argument
966 globextend(const wcat_t *path, glob_t *pglob, struct glob_lim *limitp, struct stat *sb) argument
1181 _globfree_ext(glob_t *pglob) argument
1206 g_opendir(wcat_t *str, glob_t *pglob) argument
1224 g_lstat(wcat_t *fn, struct stat *sb, glob_t *pglob) argument
1236 g_stat(wcat_t *fn, struct stat *sb, glob_t *pglob) argument
1281 old_glob(const char *pattern, int flags, int (*errfunc)(const char *, int), old_glob_t *pglob) argument
1320 old_globfree(old_glob_t *pglob) argument
[all...]
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc1172 int(*errfunc)(const char *epath, int eerrno), glob_t *restrict pglob);
1173 extern void globfree(glob_t *pglob);

Completed in 61 milliseconds