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

/freebsd-10-stable/contrib/tcsh/
H A Dglob.c92 static void globextend (const char *, glob_t *);
431 globextend(pattern, pglob);
449 globextend(copy, pglob);
516 globextend(pathbuf->s, pglob);
672 globextend(const char *path, glob_t *pglob) function
/freebsd-10-stable/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-stable/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-stable/lib/libc/gen/
H A Dglob.c168 static int globextend(const Char *, glob_t *, struct glob_limit *,
681 return (globextend(pathbuf, pglob, limit, NULL));
849 globextend(const Char *path, glob_t *pglob, struct glob_limit *limit, function
1074 return (globextend(NULL, pglob, limit, origpat));
/freebsd-10-stable/crypto/openssh/
H A Dssh_namespace.h362 #define globextend Fssh_globextend macro

Completed in 181 milliseconds