Searched refs:globextend (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | glob.c | 92 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 D | glob.c | 158 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 D | glob-compat11.c | 132 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()
|
H A D | glob.c | 164 static int globextend(const Char *, glob_t *, struct glob_limit *, 677 return (globextend(pathbuf, pglob, limit, NULL)); in glob2() 845 globextend(const Char *path, glob_t *pglob, struct glob_limit *limit, in globextend() function 1083 return (globextend(NULL, pglob, limit, origpat)); in err_nomatch()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | glob.c | 169 static int globextend(const Char *, glob_t *, struct glob_lim *, 565 return(globextend(pattern, pglob, limitp, NULL)); 668 return(globextend(pathbuf, pglob, limitp, &sb)); 800 globextend(const Char *path, glob_t *pglob, struct glob_lim *limitp, function
|
/freebsd/crypto/openssh/ |
H A D | ssh_namespace.h | 306 #define globextend Fssh_globextend macro
|