Searched defs:pglob (Results 1 – 2 of 2) sorted by relevance
/external/openssh/openbsd-compat/ |
D | glob.c | 168 glob_t *pglob) in glob() 223 globexp1(const Char *pattern, glob_t *pglob, struct glob_lim *limitp) in globexp1() 244 globexp2(const Char *ptr, const Char *pattern, glob_t *pglob, in globexp2() 349 globtilde(const Char *pattern, Char *patbuf, size_t patbuf_len, glob_t *pglob) 458 glob0(const Char *pattern, glob_t *pglob, struct glob_lim *limitp) 564 glob1(Char *pattern, Char *pattern_last, glob_t *pglob, struct glob_lim *limitp) 583 Char *pattern, Char *pattern_last, glob_t *pglob, struct glob_lim *limitp) 651 Char *pattern, Char *restpattern, Char *restpattern_last, glob_t *pglob, 749 globextend(const Char *path, glob_t *pglob, struct glob_lim *limitp, 908 globfree(glob_t *pglob) [all …]
|
/external/openssh/ |
D | sftp-glob.c | 137 int (*errfunc)(const char *, int), glob_t *pglob) in remote_glob()
|