Searched refs:globexp1 (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/heimdal/lib/roken/ |
H A D | glob.c | 160 static int globexp1 (const Char *, glob_t *); 209 return globexp1(patbuf, pglob); in glob() 219 static int globexp1(const Char *pattern, glob_t *pglob) in globexp1() function 325 *rv = globexp1(patbuf, pglob); in globexp2()
|
/freebsd/lib/libc/gen/ |
H A D | glob-compat11.c | 138 static int globexp1(const Char *, glob11_t *, struct glob_limit *); 245 if ((rv = globexp1(pattern, pglob, limit)) != 0) in globexp0() 257 globexp1(const Char *pattern, glob11_t *pglob, struct glob_limit *limit) in globexp1() function 363 rv = globexp1(patbuf, pglob, limit); in globexp2()
|
H A D | glob.c | 170 static int globexp1(const Char *, glob_t *, struct glob_limit *); 277 if ((rv = globexp1(pattern, pglob, limit)) != 0) in globexp0() 289 globexp1(const Char *pattern, glob_t *pglob, struct glob_limit *limit) in globexp1() function 395 rv = globexp1(patbuf, pglob, limit); in globexp2()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | glob.c | 173 static int globexp1(const Char *, glob_t *, struct glob_lim *); 229 return globexp1(patbuf, pglob, &limit); in glob() 240 globexp1(const Char *pattern, glob_t *pglob, struct glob_lim *limitp) in globexp1() function 344 rv = globexp1(patbuf, pglob, limitp); in globexp2()
|
/freebsd/crypto/openssh/ |
H A D | ssh_namespace.h | 305 #define globexp1 Fssh_globexp1 macro
|