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

/freebsd-13-stable/lib/libc/gen/
H A Dglob-compat11.h52 int (*gl_errfunc)(const char *, int); member in struct:__anon7423
H A Dglob-compat11.c180 pglob->gl_errfunc = errfunc;
700 if (pglob->gl_errfunc != NULL &&
1063 if ((pglob->gl_errfunc != NULL && pglob->gl_errfunc(buf, err)) ||
H A Dglob.c211 pglob->gl_errfunc = errfunc;
732 if (pglob->gl_errfunc != NULL &&
1094 if ((pglob->gl_errfunc != NULL && pglob->gl_errfunc(buf, err)) ||
/freebsd-13-stable/include/
H A Dglob.h57 int (*gl_errfunc)(const char *, int); member in struct:__anon7327
/freebsd-13-stable/contrib/tcsh/
H A Dglob.h47 int (*gl_errfunc) (const char *, int); member in struct:__anon6250
H A Dglob.c312 pglob->gl_errfunc = errfunc;
615 if ((pglob->gl_errfunc && (*pglob->gl_errfunc) (pathbuf->s, errno)) ||
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dglob.h63 int (*gl_errfunc)(const char *, int); member in struct:__anon6874
H A Dglob.c198 pglob->gl_errfunc = errfunc;
720 if (pglob->gl_errfunc) {
723 if (pglob->gl_errfunc(buf, errno) ||
/freebsd-13-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-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_openbsd.h319 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.h387 int (*gl_errfunc)(const char *, int); member in struct:__sanitizer::__sanitizer_glob_t

Completed in 186 milliseconds