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

/freebsd-current/lib/libc/gen/
H A Dglob-compat11.h47 int (*gl_errfunc)(const char *, int); member in struct:__anon96
H A Dglob-compat11.c175 pglob->gl_errfunc = errfunc;
694 if (pglob->gl_errfunc != NULL &&
1057 if ((pglob->gl_errfunc != NULL && pglob->gl_errfunc(buf, err)) ||
H A Dglob.c207 pglob->gl_errfunc = errfunc;
727 if (pglob->gl_errfunc != NULL &&
1089 if ((pglob->gl_errfunc != NULL && pglob->gl_errfunc(buf, err)) ||
/freebsd-current/contrib/tcsh/
H A Dglob.h47 int (*gl_errfunc) (const char *, int); member in struct:__anon6210
H A Dglob.c312 pglob->gl_errfunc = errfunc;
615 if ((pglob->gl_errfunc && (*pglob->gl_errfunc) (pathbuf->s, errno)) ||
/freebsd-current/include/
H A Dglob.h54 int (*gl_errfunc)(const char *, int); member in struct:__anon49
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dglob.h64 int (*gl_errfunc)(const char *, int); member in struct:__anon19
H A Dglob.c199 pglob->gl_errfunc = errfunc;
724 if (pglob->gl_errfunc) {
727 if (pglob->gl_errfunc(buf, errno) ||
/freebsd-current/crypto/heimdal/lib/roken/
H A Dglob.c185 pglob->gl_errfunc = errfunc;
591 if (pglob->gl_errfunc) {
593 if (pglob->gl_errfunc(buf, errno) ||
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h378 int (*gl_errfunc)(const char *, int); member in struct:__sanitizer::__sanitizer_glob_t
H A Dsanitizer_platform_limits_netbsd.h387 int (*gl_errfunc)(const char *, int); member in struct:__sanitizer::__sanitizer_glob_t

Completed in 145 milliseconds