Searched refs:gl_errfunc (Results 1 – 5 of 5) sorted by relevance
59 int (*gl_errfunc)(const char *, int); member
197 pglob->gl_errfunc = errfunc; in glob()719 if (pglob->gl_errfunc) {722 if (pglob->gl_errfunc(buf, errno) ||
65 int (*gl_errfunc)(const char *, int); member
195 pglob->gl_errfunc = errfunc; in glob()633 if (pglob->gl_errfunc) { in glob3()636 if (pglob->gl_errfunc(buf, errno) || in glob3()
686 int (*gl_errfunc)(const char*, int); member