Lines Matching refs:glob_t

141 static int	 g_lstat(Char *, zend_stat_t *, glob_t *);
142 static DIR *g_opendir(Char *, glob_t *);
144 static int g_stat(Char *, zend_stat_t *, glob_t *);
145 static int glob0(const Char *, glob_t *);
146 static int glob1(Char *, Char *, glob_t *, size_t *);
148 glob_t *, size_t *);
150 Char *, Char *, glob_t *, size_t *);
151 static int globextend(const Char *, glob_t *, size_t *);
152 static const Char *globtilde(const Char *, Char *, size_t, glob_t *);
153 static int globexp1(const Char *, glob_t *);
154 static int globexp2(const Char *, const Char *, glob_t *, int *);
160 PHPAPI int glob(const char *pattern, int flags, int (*errfunc)(const char *, int), glob_t *pglob) in glob()
214 static int globexp1(const Char *pattern,glob_t *pglob) in globexp1()
236 static int globexp2(const Char *ptr, const Char *pattern, glob_t *pglob, int *rv) in globexp2()
342 static const Char *globtilde(const Char *pattern, Char *patbuf, size_t patbuf_len, glob_t *pglob) in globtilde()
416 static int glob0( const Char *pattern, glob_t *pglob) in glob0()
510 glob_t *pglob;
529 Char *pattern_last, glob_t *pglob, size_t *limitp) in glob2()
588 Char *restpattern, Char *restpattern_last, glob_t *pglob, size_t *limitp) in glob3()
676 static int globextend(const Char *path, glob_t *pglob, size_t *limitp) in globextend()
777 PHPAPI void globfree(glob_t *pglob) in globfree()
792 static DIR * g_opendir(Char *str, glob_t *pglob) in g_opendir()
809 static int g_lstat(Char *fn, zend_stat_t *sb, glob_t *pglob) in g_lstat()
820 static int g_stat(Char *fn, zend_stat_t *sb, glob_t *pglob) in g_stat()