Home
last modified time | relevance | path

Searched refs:globexp1 (Results 26 – 35 of 35) sorted by relevance

12

/dports/security/sudo/sudo-1.9.8p2/lib/util/
H A Dglob.c157 static int globexp1(const Char *, glob_t *, struct glob_lim *);
212 return globexp1(patbuf, pglob, &limit); in sudo_glob()
223 globexp1(const Char *pattern, glob_t *pglob, struct glob_lim *limitp) in globexp1() function
327 rv = globexp1(patbuf, pglob, limitp); in globexp2()
/dports/ftp/pure-ftpd/pure-ftpd-1.0.50/src/
H A Dbsd-glob.c143 static int globexp1(const Char *, glob_t *, struct glob_lim *, int);
219 return globexp1(patbuf, pglob, &limit, 0); in glob_()
246 globexp1(const Char *pattern, glob_t *pglob, struct glob_lim *limitp, in globexp1() function
353 rv = globexp1(patbuf, pglob, limitp, recursion + 1); in globexp2()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ext/File-Glob/
H A Dbsd_glob.c177 static int globexp1(const Char *, glob_t *);
288 return globexp1(patbuf, pglob);
299 globexp1(const Char *pattern, glob_t *pglob) function
407 *rv = globexp1(patbuf, pglob);
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/gen/
H A Dglob.c174 static int globexp1(const Char *, glob_t *, struct glob_limit *);
225 return globexp1(patbuf, pglob, &limit); in glob()
236 globexp1(const Char *pattern, glob_t *pglob, struct glob_limit *limit) in globexp1() function
361 *rv = globexp1(patbuf, pglob, limit); in globexp2()
/dports/net/rpki-client/rpki-client-portable-7.6/openbsd/src/lib/libc/gen/
H A Dglob.c158 static int globexp1(const Char *, glob_t *, struct glob_lim *);
214 return globexp1(patbuf, pglob, &limit); in glob()
225 globexp1(const Char *pattern, glob_t *pglob, struct glob_lim *limitp) in globexp1() function
329 rv = globexp1(patbuf, pglob, limitp); in globexp2()
/dports/security/gnome-ssh-askpass/openssh-6.6p1/openbsd-compat/
H A Dglob.c168 static int globexp1(const Char *, glob_t *, struct glob_lim *);
225 return globexp1(patbuf, pglob, &limit); in glob()
236 globexp1(const Char *pattern, glob_t *pglob, struct glob_lim *limitp) in globexp1() function
340 rv = globexp1(patbuf, pglob, limitp); in globexp2()
/dports/security/pam_ssh/pam_ssh-8.0/openbsd-compat/
H A Dglob.c169 static int globexp1(const Char *, glob_t *, struct glob_lim *);
226 return globexp1(patbuf, pglob, &limit);
237 globexp1(const Char *pattern, glob_t *pglob, struct glob_lim *limitp)
341 rv = globexp1(patbuf, pglob, limitp);
/dports/security/openssh-portable/openssh-8.8p1/openbsd-compat/
H A Dglob.c173 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()
/dports/ftp/tnftpd/tnftpd-20200704/libnetbsd/
H A Dglob.c193 static int globexp1(const Char *, glob_t *, struct glob_limit *);
244 return globexp1(patbuf, pglob, &limit); in glob()
255 globexp1(const Char *pattern, glob_t *pglob, struct glob_limit *limit) in globexp1() function
380 *rv = globexp1(patbuf, pglob, limit); in globexp2()
/dports/ftp/tnftp/tnftp-20210827/libnetbsd/
H A Dglob.c193 static int globexp1(const Char *, glob_t *, struct glob_limit *);
244 return globexp1(patbuf, pglob, &limit); in glob()
255 globexp1(const Char *pattern, glob_t *pglob, struct glob_limit *limit) in globexp1() function
380 *rv = globexp1(patbuf, pglob, limit); in globexp2()

12