Searched refs:gl_errfunc (Results 1 – 12 of 12) sorted by relevance
| /src/lib/libc/gen/ ! |
| H A D | glob-compat11.h | 47 int (*gl_errfunc)(const char *, int); member
|
| H A D | glob.c | 266 pglob->gl_errfunc = errfunc; in glob() 268 pglob->gl_errfunc = NULL; in glob() 757 if ((pglob->gl_errfunc != NULL || pglob->gl_errblk != NULL) && in glob3() 1126 } else if (pglob->gl_errfunc != NULL) { in err_aborted() 1127 rv = pglob->gl_errfunc(buf, errno); in err_aborted()
|
| H A D | glob-compat11.c | 175 pglob->gl_errfunc = errfunc; in freebsd11_glob() 694 if (pglob->gl_errfunc != NULL && in glob3() 1057 if ((pglob->gl_errfunc != NULL && pglob->gl_errfunc(buf, err)) || in err_aborted()
|
| /src/contrib/tcsh/ ! |
| H A D | glob.h | 47 int (*gl_errfunc) (const char *, int); member
|
| H A D | glob.c | 312 pglob->gl_errfunc = errfunc; in glob() 615 if ((pglob->gl_errfunc && (*pglob->gl_errfunc) (pathbuf->s, errno)) || in glob3()
|
| /src/include/ ! |
| H A D | glob.h | 55 int (*gl_errfunc)(const char *, int); member
|
| /src/crypto/openssh/openbsd-compat/ ! |
| H A D | glob.h | 64 int (*gl_errfunc)(const char *, int); member
|
| H A D | glob.c | 199 pglob->gl_errfunc = errfunc; in glob() 724 if (pglob->gl_errfunc) { 727 if (pglob->gl_errfunc(buf, errno) ||
|
| /src/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);
|
| /src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ ! |
| H A D | sanitizer_platform_limits_freebsd.h | 396 int (*gl_errfunc)(const char *, int); member
|
| H A D | sanitizer_platform_limits_netbsd.h | 387 int (*gl_errfunc)(const char *, int); member
|