Home
last modified time | relevance | path

Searched refs:gl_errfunc (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/lib/libc/gen/
H A Dglob-compat11.h52 int (*gl_errfunc)(const char *, int); member
H A Dglob.c211 pglob->gl_errfunc = errfunc; in glob()
732 if (pglob->gl_errfunc != NULL && in glob3()
1094 if ((pglob->gl_errfunc != NULL && pglob->gl_errfunc(buf, err)) || in err_aborted()
H A Dglob-compat11.c180 pglob->gl_errfunc = errfunc; in freebsd11_glob()
700 if (pglob->gl_errfunc != NULL && in glob3()
1063 if ((pglob->gl_errfunc != NULL && pglob->gl_errfunc(buf, err)) || in err_aborted()
/freebsd-12.1/contrib/tcsh/
H A Dglob.h47 int (*gl_errfunc) (const char *, int); member
H A Dglob.c311 pglob->gl_errfunc = errfunc; in glob()
614 if ((pglob->gl_errfunc && (*pglob->gl_errfunc) (pathbuf->s, errno)) || in glob3()
/freebsd-12.1/include/
H A Dglob.h57 int (*gl_errfunc)(const char *, int); member
/freebsd-12.1/crypto/openssh/openbsd-compat/
H A Dglob.h63 int (*gl_errfunc)(const char *, int); member
H A Dglob.c198 pglob->gl_errfunc = errfunc; in glob()
720 if (pglob->gl_errfunc) {
723 if (pglob->gl_errfunc(buf, errno) ||
/freebsd-12.1/crypto/heimdal/lib/roken/
H A Dglob.c185 pglob->gl_errfunc = errfunc; in glob()
591 if (pglob->gl_errfunc) { in glob3()
593 if (pglob->gl_errfunc(buf, errno) || in glob3()
H A Dglob.hin64 int (*gl_errfunc) (const char *, int);
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_openbsd.h319 int (*gl_errfunc)(const char *, int); member
H A Dsanitizer_platform_limits_freebsd.h360 int (*gl_errfunc)(const char*, int); member
H A Dsanitizer_platform_limits_netbsd.h388 int (*gl_errfunc)(const char *, int); member