Searched refs:gl_errfunc (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/lib/libc/gen/ |
| H A D | glob-compat11.h | 52 int (*gl_errfunc)(const char *, int); member
|
| H A D | glob.c | 211 pglob->gl_errfunc = errfunc; in glob() 732 if (pglob->gl_errfunc != NULL && in glob3() 1094 if ((pglob->gl_errfunc != NULL && pglob->gl_errfunc(buf, err)) || in err_aborted()
|
| H A D | glob-compat11.c | 180 pglob->gl_errfunc = errfunc; in freebsd11_glob() 700 if (pglob->gl_errfunc != NULL && in glob3() 1063 if ((pglob->gl_errfunc != NULL && pglob->gl_errfunc(buf, err)) || in err_aborted()
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | glob.h | 47 int (*gl_errfunc) (const char *, int); member
|
| H A D | glob.c | 311 pglob->gl_errfunc = errfunc; in glob() 614 if ((pglob->gl_errfunc && (*pglob->gl_errfunc) (pathbuf->s, errno)) || in glob3()
|
| /freebsd-12.1/include/ |
| H A D | glob.h | 57 int (*gl_errfunc)(const char *, int); member
|
| /freebsd-12.1/crypto/openssh/openbsd-compat/ |
| H A D | glob.h | 63 int (*gl_errfunc)(const char *, int); member
|
| H A D | glob.c | 198 pglob->gl_errfunc = errfunc; in glob() 720 if (pglob->gl_errfunc) { 723 if (pglob->gl_errfunc(buf, errno) ||
|
| /freebsd-12.1/crypto/heimdal/lib/roken/ |
| H A D | glob.c | 185 pglob->gl_errfunc = errfunc; in glob() 591 if (pglob->gl_errfunc) { in glob3() 593 if (pglob->gl_errfunc(buf, errno) || in glob3()
|
| H A D | glob.hin | 64 int (*gl_errfunc) (const char *, int);
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_platform_limits_openbsd.h | 319 int (*gl_errfunc)(const char *, int); member
|
| H A D | sanitizer_platform_limits_freebsd.h | 360 int (*gl_errfunc)(const char*, int); member
|
| H A D | sanitizer_platform_limits_netbsd.h | 388 int (*gl_errfunc)(const char *, int); member
|