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

/freebsd-11-stable/include/
H A Dglob.h55 int (*gl_errfunc)(const char *, int); member in struct:__anon6512
/freebsd-11-stable/contrib/tcsh/
H A Dglob.h47 int (*gl_errfunc) (const char *, int); member in struct:__anon7
H A Dglob.c312 pglob->gl_errfunc = errfunc;
615 if ((pglob->gl_errfunc && (*pglob->gl_errfunc) (pathbuf->s, errno)) ||
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dglob.h63 int (*gl_errfunc)(const char *, int); member in struct:__anon6130
H A Dglob.c198 pglob->gl_errfunc = errfunc;
720 if (pglob->gl_errfunc) {
723 if (pglob->gl_errfunc(buf, errno) ||
/freebsd-11-stable/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-11-stable/lib/libc/gen/
H A Dglob.c211 pglob->gl_errfunc = errfunc;
731 if (pglob->gl_errfunc != NULL &&
1080 if ((pglob->gl_errfunc != NULL && pglob->gl_errfunc(buf, err)) ||
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_openbsd.h318 int (*gl_errfunc)(const char *, int); member in struct:__sanitizer::__sanitizer_glob_t
H A Dsanitizer_platform_limits_freebsd.h359 int (*gl_errfunc)(const char *, int); member in struct:__sanitizer::__sanitizer_glob_t
H A Dsanitizer_platform_limits_netbsd.h393 int (*gl_errfunc)(const char *, int); member in struct:__sanitizer::__sanitizer_glob_t

Completed in 104 milliseconds