Searched refs:gl_errfunc (Results 1 – 3 of 3) sorted by relevance
63 int (*gl_errfunc)(const char *, int); member
198 pglob->gl_errfunc = errfunc; in glob()720 if (pglob->gl_errfunc) {723 if (pglob->gl_errfunc(buf, errno) ||
710 int (*gl_errfunc)(const char*, int); member