Searched refs:gl_errfunc (Results 1 – 4 of 4) sorted by relevance
48 int (*gl_errfunc)(const char *, int); member
278 pglob->gl_errfunc = errfunc;921 if (pglob->gl_errfunc) {924 if (pglob->gl_errfunc(buf, errno) ||
54 int (*gl_errfunc)(const char *, int); member
180 pglob->gl_errfunc = errfunc; in glob()625 if (pglob->gl_errfunc) { in glob3()628 if (pglob->gl_errfunc(buf, errno)) in glob3()