Searched refs:gl_errfunc (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Dglob.h47 int (*gl_errfunc) (const char *, int); member in struct:__anon4180
H A Dglob.c304 pglob->gl_errfunc = errfunc;
606 if ((pglob->gl_errfunc && (*pglob->gl_errfunc) (pathbuf->s, errno)) ||
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dglob.h59 int (*gl_errfunc)(const char *, int); member in struct:__anon4712
H A Dglob.c197 pglob->gl_errfunc = errfunc;
719 if (pglob->gl_errfunc) {
722 if (pglob->gl_errfunc(buf, errno) ||
/freebsd-9.3-release/include/
H A Dglob.h55 int (*gl_errfunc)(const char *, int); member in struct:__anon4949
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dglob.hin62 int (*gl_errfunc) (const char *, int);
H A Dglob.c187 pglob->gl_errfunc = errfunc;
593 if (pglob->gl_errfunc) {
595 if (pglob->gl_errfunc(buf, errno) ||
/freebsd-9.3-release/lib/libc/gen/
H A Dglob.c216 pglob->gl_errfunc = errfunc;
668 if (pglob->gl_errfunc) {
671 if (pglob->gl_errfunc(buf, errno) ||

Completed in 118 milliseconds