Home
last modified time | relevance | path

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

/freebsd-14-stable/lib/libc/gen/
HDglob-compat11.h49 int (*gl_errfunc)(const char *, int); member
HDglob.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()
HDglob-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()
/freebsd-14-stable/contrib/tcsh/
HDglob.h47 int (*gl_errfunc) (const char *, int); member
HDglob.c312 pglob->gl_errfunc = errfunc; in glob()
615 if ((pglob->gl_errfunc && (*pglob->gl_errfunc) (pathbuf->s, errno)) || in glob3()
/freebsd-14-stable/include/
HDglob.h56 int (*gl_errfunc)(const char *, int); member
/freebsd-14-stable/crypto/openssh/openbsd-compat/
HDglob.h64 int (*gl_errfunc)(const char *, int); member
HDglob.c199 pglob->gl_errfunc = errfunc; in glob()
724 if (pglob->gl_errfunc) {
727 if (pglob->gl_errfunc(buf, errno) ||
/freebsd-14-stable/crypto/heimdal/lib/roken/
HDglob.c185 pglob->gl_errfunc = errfunc; in glob()
591 if (pglob->gl_errfunc) { in glob3()
593 if (pglob->gl_errfunc(buf, errno) || in glob3()
HDglob.hin64 int (*gl_errfunc) (const char *, int);
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_platform_limits_freebsd.h396 int (*gl_errfunc)(const char *, int); member
HDsanitizer_platform_limits_netbsd.h387 int (*gl_errfunc)(const char *, int); member