Lines Matching defs:pglob
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()
508 glob1(pattern, pattern_last, pglob, limitp) in glob1() argument
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()