Searched refs:globextend (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/contrib/tcsh/
H A Dglob.c87 static void globextend (const char *, glob_t *);
426 globextend(pattern, pglob);
443 globextend(copy, pglob);
510 globextend(pathbuf->s, pglob);
666 globextend(const char *path, glob_t *pglob) function
/freebsd-10.3-release/crypto/heimdal/lib/roken/
H A Dglob.c158 static int globextend (const Char *, glob_t *, size_t *);
480 return(globextend(pattern, pglob, &limit));
545 return(globextend(pathbuf, pglob, limit));
649 globextend(const Char *path, glob_t *pglob, size_t *limit) function
/freebsd-10.3-release/lib/libc/gen/
H A Dglob.c181 static int globextend(const Char *, glob_t *, struct glob_limit *);
543 return (globextend(pattern, pglob, limit));
614 return (globextend(pathbuf, pglob, limit));
755 globextend(const Char *path, glob_t *pglob, struct glob_limit *limit) function
/freebsd-10.3-release/crypto/openssh/openbsd-compat/
H A Dglob.c165 static int globextend(const Char *, glob_t *, struct glob_lim *,
561 return(globextend(pattern, pglob, limitp, NULL));
664 return(globextend(pathbuf, pglob, limitp, &sb));
796 globextend(const Char *path, glob_t *pglob, struct glob_lim *limitp, function
/freebsd-10.3-release/crypto/openssh/
H A Dssh_namespace.h364 #define globextend Fssh_globextend macro

Completed in 182 milliseconds