Searched refs:glob1 (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dglob.c155 static int glob1 (Char *, glob_t *, size_t *);
398 * quotes), calls glob1() to do the real pattern matching, and finally
467 if ((err = glob1(patbuf, pglob, &limit)) != 0)
494 glob1(Char *pattern, glob_t *pglob, size_t *limit) function
/freebsd-11-stable/contrib/tcsh/
H A Dglob.c88 static int glob1 (Char *, glob_t *, int);
288 * quotes), calls glob1() to do the real pattern matching, and finally
419 if ((err = glob1(patbuf, pglob, no_match)) != 0) {
466 glob1(Char *pattern, glob_t *pglob, int no_match) function
/freebsd-11-stable/release/picobsd/tinyware/msh/
H A Dsh4.c33 _PROTOTYPE(void glob1, (char *base, char *lim ));
645 glob1(a0, a0 + a1 * a2);
649 glob1(base, lim) function
704 glob1(hptr+v2, lim);
707 glob1(base, lptr);
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dglob.c160 static int glob1(Char *, Char *, glob_t *, struct glob_lim *);
466 * quotes), calls glob1() to do the real pattern matching, and finally
548 if ((err = glob1(patbuf, patbuf+MAXPATHLEN-1, pglob, limitp)) != 0)
610 glob1(Char *pattern, Char *pattern_last, glob_t *pglob, struct glob_lim *limitp) function
/freebsd-11-stable/lib/libc/gen/
H A Dglob.c163 static int glob1(Char *, glob_t *, struct glob_limit *);
527 * quotes), calls glob1() to do the real pattern matching, and finally
599 if ((err = glob1(patbuf, pglob, limit)) != 0)
628 glob1(Char *pattern, glob_t *pglob, struct glob_limit *limit) function

Completed in 73 milliseconds