Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/gen/
H A Dglob-compat11.h49 int (*gl_errfunc)(const char *, int); member
H A Dglob-compat11.c177 pglob->gl_errfunc = errfunc; in freebsd11_glob()
696 if (pglob->gl_errfunc != NULL && in glob3()
1059 if ((pglob->gl_errfunc != NULL && pglob->gl_errfunc(buf, err)) || in err_aborted()
H A Dglob.c209 pglob->gl_errfunc = errfunc; in glob()
729 if (pglob->gl_errfunc != NULL && in glob3()
1091 if ((pglob->gl_errfunc != NULL && pglob->gl_errfunc(buf, err)) || in err_aborted()
/freebsd-14.2/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-14.2/include/
H A Dglob.h56 int (*gl_errfunc)(const char *, int); member
/freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h378 int (*gl_errfunc)(const char *, int); member
H A Dsanitizer_platform_limits_netbsd.h387 int (*gl_errfunc)(const char *, int); member