globextend
static int globextend (const Char *, glob_t *, size_t *);
return(globextend(pattern, pglob, &limit));
return(globextend(pathbuf, pglob, limit));
static int globextend(const Char *, glob_t *, struct glob_lim *,
return(globextend(pattern, pglob, limitp, NULL));
return(globextend(pathbuf, pglob, limitp, &sb));
return (globextend(NULL, pglob, limit, origpat));
static int globextend(const Char *, glob11_t *, struct glob_limit *,
return (globextend(pathbuf, pglob, limit, NULL));
return (globextend(NULL, pglob, limit, origpat));
static int globextend(const Char *, glob_t *, struct glob_limit *,
return (globextend(pathbuf, pglob, limit, NULL));