Searched refs:globextend (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | glob.c | 148 static int globextend(const Char *, glob_t *, size_t *); 498 return(globextend(pattern, pglob, limit)); 577 return(globextend(pathbuf, pglob, limit)); 711 globextend(path, pglob, limit) in globextend() function
|
/titanic_41/usr/src/lib/libc/port/regex/ |
H A D | glob.c | 182 static int globextend(const wcat_t *, glob_t *, struct glob_lim *, 680 return (globextend(pattern, pglob, limitp, NULL)); in glob0() 793 return (globextend(pathbuf, pglob, limitp, &sb)); in glob2() 953 globextend(const wcat_t *path, glob_t *pglob, struct glob_lim *limitp, in globextend() function
|