Home
last modified time | relevance | path

Searched refs:glob1 (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/tcsh-6/
H A Dglob.c88 static int glob1 (Char *, glob_t *, int);
417 if ((err = glob1(patbuf, pglob, no_match)) != 0) { in glob()
464 glob1(Char *pattern, glob_t *pglob, int no_match) in glob1() function
/dragonfly/lib/libc/gen/
H A Dglob.c175 static int glob1(Char *, glob_t *, struct glob_limit *);
529 if ((err = glob1(patbuf, pglob, limit)) != 0) in glob0()
559 glob1(Char *pattern, glob_t *pglob, struct glob_limit *limit) in glob1() function
/dragonfly/lib/libssh/openbsd-compat/
H A Dglob.c164 static int glob1(Char *, Char *, glob_t *, struct glob_lim *);
552 if ((err = glob1(patbuf, patbuf+PATH_MAX-1, pglob, limitp)) != 0)
614 glob1(Char *pattern, Char *pattern_last, glob_t *pglob, struct glob_lim *limitp) function