Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/ext/File/Glob/
Dbsd_glob.h48 int (*gl_errfunc)(const char *, int); member
Dbsd_glob.c278 pglob->gl_errfunc = errfunc;
921 if (pglob->gl_errfunc) {
924 if (pglob->gl_errfunc(buf, errno) ||
/mirbsd/src/include/
Dglob.h54 int (*gl_errfunc)(const char *, int); member
/mirbsd/src/lib/libc/gen/
Dglob.c180 pglob->gl_errfunc = errfunc; in glob()
625 if (pglob->gl_errfunc) { in glob3()
628 if (pglob->gl_errfunc(buf, errno)) in glob3()