| Home | Sort by: relevance | last modified time | path |
| /src/include/ | |
| glob.h | 59 int (*gl_errfunc)(const char *, int); member in struct:__anon122 |
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ | |
| sanitizer_platform_limits_openbsd.h | 319 int (*gl_errfunc)(const char *, int); member in struct:__sanitizer::__sanitizer_glob_t |
| sanitizer_platform_limits_freebsd.h | 360 int (*gl_errfunc)(const char*, int); member in struct:__sanitizer::__sanitizer_glob_t |
| sanitizer_platform_limits_netbsd.h | 388 int (*gl_errfunc)(const char *, int); member in struct:__sanitizer::__sanitizer_glob_t |
| /src/lib/libc/gen/ | |
| glob.c | 202 pglob->gl_errfunc = errfunc; 750 if (pglob->gl_errfunc) { 753 if (pglob->gl_errfunc(buf, errno) || |