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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dglob.hin64 int (*gl_errfunc) (const char *, int);
H A Dglob.c187 pglob->gl_errfunc = errfunc;
593 if (pglob->gl_errfunc) {
595 if (pglob->gl_errfunc(buf, errno) ||
/netbsd-6-1-5-RELEASE/include/
H A Dglob.h59 int (*gl_errfunc)(const char *, int); member in struct:__anon4975
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dglob.c201 pglob->gl_errfunc = errfunc;
767 if (pglob->gl_errfunc) {
770 if (pglob->gl_errfunc(buf, errno) ||

Completed in 90 milliseconds