Home
last modified time | relevance | path

Searched refs:globextend (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/tcsh/
H A Dglob.c92 static void globextend (const char *, glob_t *);
434 globextend(pattern, pglob); in glob()
452 globextend(copy, pglob); in glob()
519 globextend(pathbuf->s, pglob); in glob2()
675 globextend(const char *path, glob_t *pglob) in globextend() function
/freebsd/crypto/heimdal/lib/roken/
H A Dglob.c158 static int globextend (const Char *, glob_t *, size_t *);
480 return(globextend(pattern, pglob, &limit)); in glob0()
545 return(globextend(pathbuf, pglob, limit)); in glob2()
649 globextend(const Char *path, glob_t *pglob, size_t *limit) in globextend() function
/freebsd/lib/libc/gen/
H A Dglob.c167 static int globextend(const Char *, glob_t *, struct glob_limit *,
707 return (globextend(pathbuf, pglob, limit, NULL)); in glob2()
875 globextend(const Char *path, glob_t *pglob, struct glob_limit *limit, in globextend() function
1113 return (globextend(NULL, pglob, limit, origpat)); in err_nomatch()
H A Dglob-compat11.c132 static int globextend(const Char *, glob11_t *, struct glob_limit *,
644 return (globextend(pathbuf, pglob, limit, NULL)); in glob2()
813 globextend(const Char *path, glob11_t *pglob, struct glob_limit *limit, in globextend() function
1051 return (globextend(NULL, pglob, limit, origpat)); in err_nomatch()
/freebsd/crypto/openssh/openbsd-compat/
H A Dglob.c167 static int globextend(const Char *, glob_t *, struct glob_lim *,
563 return(globextend(pattern, pglob, limitp, NULL));
666 return(globextend(pathbuf, pglob, limitp, &sb));
798 globextend(const Char *path, glob_t *pglob, struct glob_lim *limitp, function
/freebsd/crypto/openssh/
H A Dssh_namespace.h294 #define globextend Fssh_globextend macro