Searched refs:globextend (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/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-14.2/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-14.2/lib/libc/gen/ |
| H A D | glob-compat11.c | 134 static int globextend(const Char *, glob11_t *, struct glob_limit *, 646 return (globextend(pathbuf, pglob, limit, NULL)); in glob2() 815 globextend(const Char *path, glob11_t *pglob, struct glob_limit *limit, in globextend() function 1053 return (globextend(NULL, pglob, limit, origpat)); in err_nomatch()
|
| H A D | glob.c | 166 static int globextend(const Char *, glob_t *, struct glob_limit *, 679 return (globextend(pathbuf, pglob, limit, NULL)); in glob2() 847 globextend(const Char *path, glob_t *pglob, struct glob_limit *limit, in globextend() function 1085 return (globextend(NULL, pglob, limit, origpat)); in err_nomatch()
|
| /freebsd-14.2/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-14.2/crypto/openssh/ |
| H A D | ssh_namespace.h | 307 #define globextend Fssh_globextend macro
|