Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/gen/
H A Dglob-compat11.h52 int (*gl_errfunc)(const char *, int); member
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()
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()
/freebsd-13.1/contrib/tcsh/
H A Dglob.h47 int (*gl_errfunc) (const char *, int); member
H A Dglob.c312 pglob->gl_errfunc = errfunc; in glob()
615 if ((pglob->gl_errfunc && (*pglob->gl_errfunc) (pathbuf->s, errno)) || in glob3()
/freebsd-13.1/include/
H A Dglob.h57 int (*gl_errfunc)(const char *, int); member
/freebsd-13.1/crypto/openssh/openbsd-compat/
H A Dglob.h64 int (*gl_errfunc)(const char *, int); member
H A Dglob.c199 pglob->gl_errfunc = errfunc; in glob()
724 if (pglob->gl_errfunc) {
727 if (pglob->gl_errfunc(buf, errno) ||
/freebsd-13.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-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h359 int (*gl_errfunc)(const char *, int); member
H A Dsanitizer_platform_limits_netbsd.h387 int (*gl_errfunc)(const char *, int); member